生信分析零基础——从GEO到TCGA,让你从「门外汉」到「老司机」
cal < -calibrate(f, cmethod = 'KM', method = “boot,” u = 3 or 5, m = 100, B = 1000)
par(mar = c,(8,5,3,2cex = 1.0)
plot(cal,lwd = 2,lty = 1,errbar.col = c(rgb(0,118,192,maxColorValue = 255)),xlim = c,(0,ylim = c,0,1xlab = ?,ylab = ?,col = c(rgb(192,98,83,maxColorValue = 255)))
lines(cal[,c('mean.predicted','KM')],type = 'b',lwd = 2,col = c(rgb(192,98,83,maxColorValue = 255)),pch = 16)
mtext(“ ”)
box(lwd = 1)
abline(0,1,lty = 3,lwd = 2,col = c(rgb(0,118,192,maxColorValue = 255)))
赞 (0)