id2seq {lumi} | R Documentation |
The nuID (nucleotide universal identifier) is uniquely corresponding to probe sequence. The nuID is also self-identification and error checking
id2seq(id)
id |
a nuID (nucleotide universal identifier) |
A reverse of seq2id
.
Please refer to reference for more details.
a string of nucleotide sequence
Pan Du
Du, P., Kibbe, W.A. and Link, S.M., "nuID: A universal naming schema of oligonucleotides for Illumina, Affymetrix, and other microarrays", submitted.
seq <- 'ACGTAAATTTCAGTTTAAAACCCCCCG' id <- seq2id(seq) id id2seq(id)