discretize(macat)
discretize()所属R语言包:macat
Discretize expression values
离散表达值
译者:生物统计家园网 机器人LoveR
描述----------Description----------
'discretize' returns the discretized expression data for all chromosomes in chrom and all samples that have a label listed in label. Discretization is performed by comparing the value gene-wise (location-wise) with the symmetric upper and lower quantile given by margin (in percent margin/2 lower and upper quantile).
“离散化”返回所有铬的染色体有一个标签在标签中列出的所有样品的离散表达数据。离散化是由对称的上下缘定的位数(百分比保证金/ 2上下位数)比较明智的基因(位置上)的价值。
用法----------Usage----------
discretize(data, chrom, label, margin = 10)
discretizeChromosome(data, chrom, margin=10)
discretizeOne(data, chrom, sample, margin=10)
参数----------Arguments----------
参数:data
MACATData object
MACATData对象
参数:chrom
list of chromosomes
列表染色体
参数:label
list of labels
标签列表
参数:margin
symmetric quantile in percent
对称分量在%
参数:sample
the sample for which you want discretized expression data
想要离散表达数据的样品
值----------Value----------
returns a discretized expression matrix for all genes on the chromosomes in 'chrom' and all samples that have a label in 'label'.
返回CHROM有一个标签的标签,所有样品的染色体上所有基因的离散表达矩阵。
作者(S)----------Author(s)----------
MACAT development team
参见----------See Also----------
discretizeAll
discretizeAll
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|