targetID2nuID {lumi} | R Documentation |
targetID2nuID(targetID, lib = "lumiHumanV1")
targetID |
a vector of Illumina TargetID |
lib |
a nuID indexed Illumina annotation library |
return a list with the same length as the input TargetID vector.
Pan Du
See also nuID2targetID
if (require(lumiHumanV1)) { targetID2nuID('GI_21389350-S', lib='lumiHumanV1') }