showDiscreteValues(DFP)
showDiscreteValues()所属R语言包:DFP
Prints the labels to which the algorithm converts the gene expression values
打印算法的基因表达值转换的标签
译者:生物统计家园网 机器人LoveR
描述----------Description----------
In an intermediate step, the algorithm discriminantFuzzyPattern converts the gene expression values into discrete labels (combining "Low", "Medium" and "High", depending on the value of the param "overlapping").<br> This function permits printing these labels, specifying a set of genes (a vector) and/or classes of samples.
在一个中间步骤,算法discriminantFuzzyPattern转换成离散的标签(结合“低”,“中等”和“高”,“重叠”参数值而定)的基因表达值。参考此功能允许印刷这些标签,并指定一组基因(向量)和/或样品中的类。
用法----------Usage----------
showDiscreteValues(dvs, genes, classes)
参数----------Arguments----------
参数:dvs
A matrix with discrete labels for a set of genes (in rows) of several samples (in columns).
与一组基因,几个样品(行)(列)的离散标签矩阵。
参数:genes
[optional] The set of genes to plot.
[可选]基因组绘图。
参数:classes
[optional] A set of classes to which the samples belong. It must be one of the classes stored in the phenoData of the original ExpressionSet object.
[可选]样品属于一类集。它必须是在的原ExpressionSet对象phenoData存储类之一。
值----------Value----------
A subset of the matrix dvs determined by the restrictions (genes and/or classes).
矩阵的一个子集dvs限制(genes和/或classes)确定。
作者(S)----------Author(s)----------
Rodrigo Alvarez-Gonzalez<br>
Daniel Glez-Pena<br>
Fernando Diaz<br>
Florentino Fdez-Riverola<br>
Maintainer: Rodrigo Alvarez-Gonzalez <<a href="mailto:rodrigo.djv@uvigo.es">rodrigo.djv@uvigo.es</a>>
参考文献----------References----------
Patterns for Gene Selection and Data Reduction on Microarray Data. 7th International Conference on Intelligent Data Engineering and Automated Learning: IDEAL 2006, (2006) pp. 1095-1102
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|