boxplotData(MiChip)
boxplotData()所属R语言包:MiChip
Create Boxplot of data
创建数据的盒形图
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Creates a boxplot of expression data contained in a matrix and writes this to a file.
创建一个矩阵中的基因表达数据的盒形图和写入这个文件。
用法----------Usage----------
boxplotData(dmat, exptname, dlevel)
参数----------Arguments----------
参数:dmat
matrix containing expression data to be boxplotted
矩阵包含表达数据将boxplotted
参数:exptname
Name of the experiment, used to build filename
用来建立文件名实验名称,
参数:dlevel
Stage of the experiment e.g. raw, summarized, normalized
第一阶段的实验,例如原材料,总结,归
举例----------Examples----------
#Create a file of a boxplot containing normalized expression data for myexpt[创建一个文件包含归myexpt表达数据的盒形图]
## Not run: [#无法运行:]
boxplotData(dmat, "MyExpt", "mednormed")
## End(Not run)[#结束(不运行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|