eSet-methods(oligoClasses)
eSet-methods()所属R语言包:oligoClasses
Accessors for eSet extensions
ESET扩展的访问器
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Accessors for variables stored in the featureData slot of a class inheriting from eSet.
访问器从的ESET类继承featureData插槽中存储的变量。
用法----------Usage----------
chromosome(object,na.rm=FALSE)
chromosome(object) <- value
position(object,na.rm=FALSE)
isSnp(object,pkgname)
##snpNames(object)
参数----------Arguments----------
参数:object
A eSet object or AnnotatedDataFrame.
一个eSet对象或AnnotatedDataFrame。
参数:na.rm
Logical. Whether to exlude NA's.
逻辑。是否exlude不适用的。
参数:value
A integer vector.
一个integer向量。
参数:pkgname
A character string indicating the annotation package.
一个character字符串,指示注释包。
值----------Value----------
position returns an integer vector of the genomic position position (units are base pairs).
position返回一个整数向量位置(单位是碱基对)的基因组位置。
chromosome returns an integer vector of the chromosome. See chromosome2integer for the integer coding of non-autosomal chromosomes.
chromosome返回一个染色体的整数向量。看到chromosome2integer非常染色体的整数编码。
isSnp returns a logical vector that indicates which markers are polymorphic. If object is character vector of feature names, the pkgname must be supplied. For nonpolymorphic markers, isSnp evaluates to FALSE.
isSnp返回一个逻辑向量,表示哪些标志是多态的。如果object是字符向量的功能名称,pkgname必须提供。 nonpolymorphic标记,isSnp值为FALSE。
参见----------See Also----------
chromosome2integer, annotationPackages
chromosome2integer,annotationPackages
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|