probeID2nuID {lumi} | R Documentation |
Mapping Illumina ProbeID as nuID.
probeID2nuID(probeID, lib.mapping = "lumiHumanIDMapping", ...)
probeID |
a vector of Illumina ProbeID |
lib.mapping |
an Illumina ID mapping library |
... |
other parameters of IlluminaID2nuID |
The function will call IlluminaID2nuID
when ID mapping library were provided.
see function IlluminaID2nuID
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).
if (require(lumiHumanIDMapping)) { probeID2nuID('0001240020', lib='lumiHumanIDMapping') }