sort.SpliceExprSet(splicegear)
sort.SpliceExprSet()所属R语言包:splicegear
A function to sort a SpliceExprSet
函数排序SpliceExprSet的
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Sort the probes in a SpliceExprSet (and reflect this in all the relevant places.
在SpliceExprSet排序探针(和反映在所有相关的地方。
用法----------Usage----------
## S3 method for class 'SpliceExprSet'
sort(x, decreasing, fun = function(x) order(x@probes@pos[, 1]), reverse = FALSE, ...)
参数----------Arguments----------
参数:x
a SpliceExprSet.
SpliceExprSet。
参数:decreasing
currently ignored
目前被忽略
参数:fun
a function to do the sorting
函数做排序
参数:reverse
return the reverse of the sorting order
返回的反向排序顺序
参数:...
currently ignored
目前被忽略
值----------Value----------
An object of class SpliceExprSet
一个对象的类SpliceExprSet
作者(S)----------Author(s)----------
Laurent
参见----------See Also----------
SpliceExprSet-class
SpliceExprSet-class
举例----------Examples----------
data(spliceset)
s.spliceset <- sort.SpliceExprSet(spliceset)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|