oligodata(maCorrPlot)
oligodata()所属R语言包:maCorrPlot
Example data for package maCorrSample
例如数据包maCorrSample
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Example expression data to demonstrate the functionality of the package: two data sources A and B with 30 patients and 1000 genes each, for each of which we have RMA expression values, (logarithmized) MAS5 expression values, and MAS5 absent/present calls.
例如表达数据来证明:两个数据源A和乙有30例和1000个基因,每个包的功能,我们每个有表达的RMA值,(logarithmized)MAS5表达式的值,MAS5缺席/目前检测。
Correspondingly, we have six data matrices whose name are constructed as dat[A|B].[rma|mas5|amp].
相应地,我们有6个数据矩阵的名字dat[A|B].[rma|mas5|amp]兴建。
用法----------Usage----------
data(oligodata)
格式----------Format----------
All matrices have genes as rows and samples as columns.
所有矩阵的行和列样品的基因。
源----------Source----------
These are small anonymized excerpts from a real breast cancer data set.
这是一个真正的乳腺癌数据集的小具名摘录。
参见----------See Also----------
CorrSample, plot.corr.sample
CorrSample,plot.corr.sample
举例----------Examples----------
data(oligodata)
str(datA.rma)
str(datB.rma)
str(datA.mas5)
str(datB.mas5)
str(datA.amp)
str(datB.amp)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|