targetID2nuID: Mapping Illumina TargetID (GeneID) into nuID

Description Usage Arguments Details Value Author(s) References See Also Examples

View source: R/nuIDMapping.R

Description

Mapping Illumina TargetID (GeneID) into nuID.

Usage

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

Arguments

targetID

a vector of Illumina TargetID (GeneID)

lib.mapping

an Illumina ID mapping library

...

other parameters of IlluminaID2nuID

Details

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

Value

see function IlluminaID2nuID

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

nuID2targetID, IlluminaID2nuID

Examples

1
2
3
if (require(lumiHumanIDMapping)) {
    targetID2nuID('GI_21389350-S', lib='lumiHumanIDMapping')
}

lumi documentation built on Nov. 8, 2020, 5:27 p.m.

Related to targetID2nuID in lumi...