Learn R Programming

lumi (version 2.24.0)

nuID2probeID: Mapping nuID into Illumina ProbeID

Description

Mapping nuID into Illumina ProbeID.

Usage

nuID2probeID(nuID, lib.mapping = "lumiHumanIDMapping", ...)

Arguments

nuID
a vector of nuID
lib.mapping
an Illumina ID mapping library
...
other parameters of nuID2IlluminaID

Value

see function nuID2IlluminaID

Details

The function will call nuID2IlluminaID when ID mapping library were provided.

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, nuID2IlluminaID

Examples

Run this code
if (require(lumiHumanIDMapping)) {
    nuID2probeID("B2J6WGhV.RevOJYff4", lib.mapping = "lumiHumanIDMapping")
}

Run the code above in your browser using DataLab