GeneSelectorOutput-class(GeneSelector)
GeneSelectorOutput-class()所属R语言包:GeneSelector
"GeneSelectorOutputRanking"
“GeneSelectorOutputRanking”
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Object returned from a call to GeneSelector.
调用GeneSelector从返回的对象。
插槽----------Slots----------
final: Numeric vector storing the final ranks as provided by the GeneSelector procedure.
final:数字向量存储由GeneSelector程序的规定,最终的行列。
rankings: Matrix of rankings used as input for the GeneSelector.
rankings:输入作为GeneSelector的使用排名矩阵。
inout: Matrix arranged in the same way as rankmatrix, but information is now binary: If rankmatrix[i,j] is smaller than the specified threshold, then inout[i,j] equals "+" symbolizing selection,
inout:矩阵排列在rankmatrix同样的方式,但信息现在是二进制:rankmatrix[i,j]如果小于指定的阈值,然后inout[i,j]等于"+"的象征着选择,
selected: The indices of those genes that fall below the specified threshold. Can more conveniently be accessed
selected:指数低于指定的阈值范围的基因。可以更方便地进行访问
adjpval: Numeric vector of adjusted p-values. NA if
adjpval:调整后的P-值的数字向量。 NA如果
maxrank: Threshold rank, either predefined by the user or
maxrank:阈值的排名,由用户预定义或
statistics: The names of the ranking procedures used, ordered
statistics:排名所使用的程序的名称,责令
方法----------Methods----------
show Use show(object) for brief information.
显示使用简要信息show(object)。
toplist Use toplist(object, k=10)
的toplist使用toplist(object, k=10)
SelectedGenes Use SelectedGenes(object) to show all genes that
SelectedGenes使用SelectedGenes(object)显示所有基因
plot Use plot(object, which=1 to get detailed information about the gene with index 1, arranged in
绘制使用plot(object, which=1索引1有关的基因的详细信息,安排在
作者(S)----------Author(s)----------
Martin Slawski <br>
Anne-Laure Boulesteix
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|