nuID2probeID {lumi}R Documentation

Mapping nuID into Illumina ProbeID

Description

Mapping nuID into Illumina ProbeID

Usage

nuID2probeID(nuID, lib = "lumiHumanV1")

Arguments

nuID a vector of nuID
lib a nuID indexed Illumina annotation library

Value

return a list with the same length as the input nuID vector.

Author(s)

Pan Du

References

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

probeID2nuID

Examples

if (require(lumiHumanV1)) {
    nuID2probeID("B2J6WGhV.RevOJYff4", lib='lumiHumanV1')
}

[Package lumi version 1.6.3 Index]