plotIntensitiesScatter(MiChip)
plotIntensitiesScatter()所属R语言包:MiChip
Plot pairwise intensity scatter
图成对强度分散
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Creates a pairwise set of scatter plots from a data matrix and writes it out to file
创建了一套从数据矩阵的散点图成对,并将其写入提交
用法----------Usage----------
plotIntensitiesScatter(dmat, controls=NULL, exptname, maintitle)
参数----------Arguments----------
参数:dmat
matrix containing data from an experiment to be plotted
矩阵包含要绘制的实验数据
参数:controls
matrix of row numbers containing control data to be plotted in a different colour
包含控制数据矩阵的行数,在不同的颜色绘制
参数:exptname
Name of the experiment, used for build the filename
名称建立的文件名使用的实验,
参数:maintitle
String used to build the maintitle of the graph
字符串用来建立图形maintitle
举例----------Examples----------
#Plot the pairwise intensities from myexpt[绘制从myexpt成对强度]
## Not run: [#无法运行:]
plotIntensitiesScatter(dmat, NULL, "MyExpt", "Median_Normalized")
## End(Not run)[#结束(不运行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|