probes2MAP(Category)
probes2MAP()所属R语言包:Category
Map probe IDs to MAP regions.
图探针标识的图区域。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function maps probe identifiers to MAP positions using the appropriate Bioconductor meta-data package.
此功能的图探索图的位置,使用适当的Bioconductor元数据包的标识符。
用法----------Usage----------
probes2MAP(pids, data = "hgu133plus2")
参数----------Arguments----------
参数:pids
A vector of probe IDs for the chip in use.
一个探针标识中使用的芯片向量。
参数:data
The name of the chip, as a character string.
该芯片的名称,作为一个字符串。
Details
详情----------Details----------
Probes are mapped to regions, no checking for duplicate Entrez gene IDs is done.
探针对应的区域,没有重复的Entrez基因身份证检查完成。
值----------Value----------
A vector, the same length as pids, with the MAP locations.
一个向量,长度相同的图位置,pids。
作者(S)----------Author(s)----------
R. Gentleman
参见----------See Also----------
probes2Path
probes2Path
举例----------Examples----------
set.seed(123)
library("hgu95av2.db")
v1 = sample(names(as.list(hgu95av2MAP)), 100)
pp = probes2MAP(v1, "hgu95av2.db")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|