nuID2targetID {lumi} | R Documentation |
Mapping nuID into Illumina TargetID or GeneID.
nuID2targetID(nuID, lib.mapping = "lumiHumanIDMapping", ...)
nuID |
a vector of nuID |
lib.mapping |
an Illumina ID mapping library |
... |
other parameters of nuID2IlluminaID |
The function will call nuID2IlluminaID
when ID mapping library were provided.
see function nuID2IlluminaID
Pan Du
Du, P., Kibbe, W.A. and Lin, S.M., "nuID: A universal naming schema of oligonucleotides for Illumina, Affymetrix, and other microarrays", Biology Direct 2007, 2:16 (31May2007).
targetID2nuID
, nuID2IlluminaID
if (require(lumiHumanIDMapping)) { nuID2targetID("B2J6WGhV.RevOJYff4", lib.mapping = "lumiHumanIDMapping") }