probeID2nuID {lumi} | R Documentation |
Mapping Illumina ProbeID as nuID
probeID2nuID(probeID, lib = "lumiHumanV1")
probeID |
a vector of Illumina ProbeID |
lib |
a nuID indexed Illumina annotation library |
return a list with the same length as the input TargetID vector.
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).
See Also nuID2probeID
if (require(lumiHumanV1)) { probeID2nuID('0001240020', lib='lumiHumanV1') }