Learn R Programming

lumi (version 2.24.0)

targetID2nuID: Mapping Illumina TargetID (GeneID) into nuID

Description

Mapping Illumina TargetID (GeneID) into nuID.

Usage

targetID2nuID(targetID, lib.mapping = "lumiHumanIDMapping", ...)

Arguments

targetID
a vector of Illumina TargetID (GeneID)
lib.mapping
an Illumina ID mapping library
...
other parameters of IlluminaID2nuID

Value

see function IlluminaID2nuID

Details

The function will call IlluminaID2nuID 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

nuID2targetID, IlluminaID2nuID

Examples

Run this code
if (require(lumiHumanIDMapping)) {
    targetID2nuID('GI_21389350-S', lib='lumiHumanIDMapping')
}

Run the code above in your browser using DataLab