getProbePositionsDf(Repitools)
getProbePositionsDf()所属R语言包:Repitools
Translate Affymetrix probe information in a table.
转换表中的Affymetrix公司探针信息。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Translates the probe information in the AromaCellPositionFile to a data.frame object.
转换探针在AromaCellPositionFile的信息数据框对象。
用法----------Usage----------
## S4 method for signature 'AffymetrixCdfFile'
getProbePositionsDf(cdf, chrs, ..., verbose = TRUE)
参数----------Arguments----------
参数:cdf
An AffymetrixCdfFile object.
一个AffymetrixCdfFile的对象。
参数:chrs
A vector of chromosome names. Optional.
一个染色体名称的向量。可选的。
参数:...
Further arguments to send to getCellIndices.
进一步的参数发送到getCellIndices。
参数:verbose
Logical; whether or not to print out progress statements to the screen.
逻辑;是否打印出屏幕的进度报表。
Details
详情----------Details----------
This assumes that the AromaCellPositionFile exist.
假定存在AromaCellPositionFile。
值----------Value----------
A data.frame with 3 columns: chr, position, index
一个数据框3列:字符,位置,索引
作者(S)----------Author(s)----------
Mark Robinson
举例----------Examples----------
## not run[#无法运行]
# probePositions <- getProbePositionsDf(cdfU)[probePositions < - getProbePositionsDf人(cdfU)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|