sortGsri(GSRI)
sortGsri()所属R语言包:GSRI
Sort GSRI results
排序GSRI结果
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Sort the results of an Gsri object.
排序Gsri对象的结果。
用法----------Usage----------
sortGsri(x, names, decreasing=TRUE, na.last=NA, ...)
参数----------Arguments----------
参数:x
Object of class Gsri whose results to sort.
对象类Gsri的结果进行排序。
参数:names
Columns along which the results of x should be sorted, eighter a character vector with the names of the columns or an integer vector with the index of the columns. If the vector has several elements, sorting is performed along all of them, starting with the first and using subsequent ones to break existing ties. If names is not specified the results are sorted according to pRegGenes.
列沿着它的结果x应排序,eighter字符向量与列名或列的索引的整数向量。如果向量中有几个元素,沿所有排序,开始的第一和使用随后的打破现有的关系。如果未指定名称排序结果根据pRegGenes。
参数:decreasing
Logical indicating whether the sorting should be in decreasing (default) or ascending order, see sort.
逻辑指示是否应该在降低(默认)或升序排序,请参阅sort。
参数:na.last
How NA values in the results should be treated, see sort.
如何NA值结果应及时治疗,看到sort。
参数:...
Additional arguments, currently not used.
额外的参数,目前没有使用。
值----------Value----------
An object of class Gsri, with sorted slots result and cdf.
一个类的对象Gsri,排序插槽result和cdf。
方法----------Methods----------
作者(S)----------Author(s)----------
Julian Gehring
Maintainer: Julian Gehring <julian.gehring@fdm.uni-freiburg.de>
参见----------See Also----------
Package: GSRI-package
包装:GSRI-package
Class: Gsri
类别:Gsri
Methods: gsri getGsri getCdf getParms export sortGsri plot show summary readCls readGct
方法:gsrigetGsrigetCdfgetParmsexportsortGsriplotshowsummary<X >readCls
举例----------Examples----------
## Not run: [#无法运行:]
sortGsri(object, c("pRegGenes", "nGenes"))
sortGsri(object, c(1, 5))
## End(Not run)[#结束(不运行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|