mlpBarplot(MLP)
mlpBarplot()所属R语言包:MLP
Draw a Barplot for MLP Results...
绘制一个Barplot的MLP结果...
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Draw a Barplot for MLP Results
绘制的MLP结果Barplot
用法----------Usage----------
参数----------Arguments----------
参数:object
object of class MLP
对象类的MLP
参数:nRow
number of rows of the MLP data frame to depict in the barplot; defaults to 20.
描绘在barplot的MLP数据框的行数;默认为20。
参数:barColors
vector of colors to use for the bars of the barplot; defaults to NULL; if NULL, three gray shades are used reflecting the proportion of tested genes of a gene set versus the total number of genes in a geneset. If the proportion exceeds 75%, the darkest shade is used; between 50 and 75% a moderately dark shade is used; below 50% a lighter gray shade is used.
颜色使用barplot条形的向量;默认为NULL,如果为NULL,使用三个灰阶反映相比的总人数基因在geneset的基因测试基因的比例。如果这个比例超过75%,最黑暗的树荫;适度深色用于50和75%之间;低于50%用于较轻的灰色阴影。
参数:main
main title; if NULL (default) "Effect of the treatment on <geneSetSource> gene sets" will be used
主标题; NULL(默认)“<geneSetSource>基因治疗中的作用,如果设置”将用于
值----------Value----------
the midpoints of all the bars are returned invisibly (using the conventions of barplot);
所有的条形中点返回无形(使用公约barplot);
参见----------See Also----------
barplot
barplot
举例----------Examples----------
load(pathExampleMLPResult)
dev.new(width = 10, height = 10)
op <- par(mar = c(30, 10, 6, 2))
mlpBarplot(exampleMLPResult)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|