lumiHumanV2PROBEID2NUID {lumiHumanV2}R Documentation

Map between Illumina ProbeID and nuID

Description

lumiHumanV2PROBEID2NUID is an R environment that provides mappings between Illumina ProbeID and nuID.

Details

Each ProbeID is mapped to nuID, which is unique to the bead sequence. An NA is reported if there is no bead sequence information available for it.

Please see id2seq, seq2id for more information of nuID.

References

Du, P., Kibbe, W.A. and Link, S.M., "nuID: A universal naming schema of oligonucleotides for Illumina, Affymetrix, and other microarrays", submitted.

Examples

    # Convert the environment to a list
    xx <- as.list(lumiHumanV2PROBEID2NUID)
    if(length(xx) > 0){
        # The nuIDs for the first two elements of xx
        xx[1:2]
        # Get the first one
        xx[[1]]
    }

[Package lumiHumanV2 version 1.3.1 Index]