probeID2nuID {lumi} | R Documentation |
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
See Also nuID2probeID
if (require(lumiHumanV1)) { probeID2nuID('0001240020', lib='lumiHumanV1') }