mmindex(oligo)
mmindex()所属R语言包:oligo
Accessors for PM, MM or background probes indices.
下午,MM或背景探针指数的访问器。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Extracts the indexes for PM, MM or background probes.
下午,MM或背景探针提取的指标。
用法----------Usage----------
mmindex(object, ...)
pmindex(object, ...)
bgindex(object, ...)
参数----------Arguments----------
参数:object
FeatureSet or DBPDInfo object
FeatureSet或DBPDInfo对象
参数:...
Extra arguments, not yet implemented
额外的参数,尚未实现
Details
详情----------Details----------
The indices are ordered by 'fid', i.e. they follow the order that the probes appear in the CEL/XYS files.
指数排序FID,即他们遵循的是探针,出现在为CEL / XYS文件的顺序。
值----------Value----------
A vector of integers representing the rows of the intensity matrix that correspond to PM, MM or background probes.
代表下午,MM或背景探针对应的强度矩阵的行的整数向量。
举例----------Examples----------
## How pm() works[#如何时()工程]
## Not run: [#无法运行:]
x <- read.celfiles(list.celfiles())
pms0 <- pm(x)
pmi <- pmindex(x)
pms1 <- exprs(x)[pmi,]
identical(pms0, pms1)
## End(Not run)[#结束(不运行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|