uniqueTissues(rsgcc)
uniqueTissues()所属R语言包:rsgcc
get tissue information
获得组织信息
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function reads the sample names of genes and get unique tissue information for further tissue-specific genes finding and clustering.
这个函数读取的基因样本名,并获得独特的组织进一步组织特异性基因的发现和聚类的信息。
用法----------Usage----------
uniqueTissues(x)
参数----------Arguments----------
参数:x
a numeric matrix containing gene expression value. The column labels are samples names. For two samples from the same tissue T, their names should be assigned as T.1 and T.2, respectively.
含有外源基因的表达值的数字矩阵。列标签样本的名称。两个样本来自同一个组织T,他们的名字应该被分配T.1,T.2,分别为。
值----------Value----------
A data matrix in which the elements is 0 (the sample not from the tissue) or 1 (the sample from the tissue)
一种数据矩阵,其中的元素是0(不从组织样品)或1(从组织样本)
(作者)----------Author(s)----------
Chuang Ma, Xiangfeng Wang
参见----------See Also----------
getsgene, gcc.tsheatmap.
getsgene,gcc.tsheatmap。
实例----------Examples----------
data(rsgcc)
x <- rnaseq
uniqueTissues(x)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|