| lumiHumanV2TARGETID2NUID {lumiHumanV2} | R Documentation |
lumiHumanV2TARGETID2NUID is an R environment that provides mappings between Illumina TargetID and nuID.
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.
Du, P., Kibbe, W.A. and Link, S.M., "nuID: A universal naming schema of oligonucleotides for Illumina, Affymetrix, and other microarrays", submitted.
# Convert the environment to a list
xx <- as.list(lumiHumanV2TARGETID2NUID)
if(length(xx) > 0){
# The nuIDs for the first two elements of XX
xx[1:2]
# Get the first one
xx[[1]]
}