boxplotMicroRna(AgiMicroRna)
boxplotMicroRna()所属R语言包:AgiMicroRna
Boxplot
盒形图
译者:生物统计家园网 机器人LoveR
描述----------Description----------
It creates a Boxplot using the matrix columns as input
它创建了一个盒形图作为输入矩阵的列
用法----------Usage----------
boxplotMicroRna(object, maintitle, colorfill, xlab, ylab)
参数----------Arguments----------
参数:object
A matrix containing by columns the expression arrays in log2 scale
矩阵列表达阵列包含以log2规模
参数:maintitle
character to indicate the title of the graph
字符来表示图的标题
参数:colorfill
color to fill the boxplot
颜色填充盒形图
参数:xlab
title for the x axe
X轴的标题
参数:ylab
title for the y axe
标题的Y AX
作者(S)----------Author(s)----------
Pedro Lopez-Romero
举例----------Examples----------
data(dd.micro)
MMM=log2(dd.micro$meanS)
boxplotMicroRna(MMM,
maintitle="log2 Mean Signal",
colorfill="green",
xlab="Samples",
ylab="expression")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|