nuID2probeID(lumi)
nuID2probeID()所属R语言包:lumi
Mapping nuID into Illumina ProbeID
Illumina公司ProbeID的映射nuID
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Mapping nuID into Illumina ProbeID.
Illumina的ProbeID测绘nuID。
用法----------Usage----------
nuID2probeID(nuID, lib.mapping = "lumiHumanIDMapping", ...)
参数----------Arguments----------
参数:nuID
a vector of nuID
一个nuID向量
参数:lib.mapping
an Illumina ID mapping library
Illumina的ID映射库
参数:...
other parameters of nuID2IlluminaID
其他参数nuID2IlluminaID
Details
详情----------Details----------
The function will call nuID2IlluminaID when ID mapping library were provided.
该函数将调用nuID2IlluminaID时提供ID映射库。
值----------Value----------
see function nuID2IlluminaID
见函数nuID2IlluminaID
作者(S)----------Author(s)----------
Pan Du
参考文献----------References----------
参见----------See Also----------
probeID2nuID, nuID2IlluminaID
probeID2nuID,nuID2IlluminaID
举例----------Examples----------
if (require(lumiHumanIDMapping)) {
nuID2probeID("B2J6WGhV.RevOJYff4", lib.mapping = "lumiHumanIDMapping")
}
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|