![240](https://cdn2.jianshu.io/assets/default_avatar/4-3397163ecdb3855a0a4139c34a695885.jpg?imageMogr2/auto-orient/strip|imageView2/1/w/240/h/240)
npar是什么意思呢
R语言:自定义函数R语言系列:自定义function 在用R语言做各种事物时,用户自定义函数是不可或缺的。这期来讲讲如何自定义R的function。首先要介绍的是function的基本框架: ...
# Plot all functional and differential genes
for (gene in MethylMixResults$MethylationDrivers) {
MethylMix_PlotModel(gene, MethylMixResults, METcancer, METnormal = METnormal)
}这个语句我只显示了一个基因呢
识别癌症甲基化驱动基因MethylMix: an R package for identifying DNA methylation-driven genes. 本文参考:识别甲基化驱动的癌症基因...