nuID2probeID: Mapping nuID into Illumina ProbeID

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

View source: R/nuIDMapping.R

Description

Mapping nuID into Illumina ProbeID.

Usage

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

Arguments

nuID

a vector of nuID

lib.mapping

an Illumina ID mapping library

...

other parameters of nuID2IlluminaID

Details

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

Value

see function nuID2IlluminaID

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

Examples

1
2
3
if (require(lumiHumanIDMapping)) {
    nuID2probeID("B2J6WGhV.RevOJYff4", lib.mapping = "lumiHumanIDMapping")
}

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

Related to nuID2probeID in lumi...