lumiRatV1TARGETID2NUID {lumiRatV1}R Documentation

Map between Illumina TargetID and nuID

Description

lumiRatV1TARGETID2NUID is an R environment that provides mappings between Illumina TargetID and nuID.

Details

Each TargetID 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(lumiRatV1TARGETID2NUID)
    if(length(xx) > 0){
        # The nuIDs for the first two elements of XX
        xx[1:2]
        # Get the first one
        xx[[1]]
    }

[Package lumiRatV1 version 1.3.1 Index]