Learn R Programming

lumi (version 2.24.0)

id2seq: Transfer a nuID as a nucleotide sequence

Description

The nuID (nucleotide universal identifier) is uniquely corresponding to probe sequence. The nuID is also self-identification and error checking

Usage

id2seq(id)

Arguments

id
a nuID (nucleotide universal identifier)

Value

a string of nucleotide sequence

Details

A reverse of seq2id. Please refer to reference for more details.

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

seq2id

Examples

Run this code
seq <- 'ACGTAAATTTCAGTTTAAAACCCCCCG'
id <- seq2id(seq)
id
id2seq(id)

Run the code above in your browser using DataLab