powered by
Get DNA/RNA Sequences from Genbank by GI ID
BMgetDNAGenBank(id)
A character vector, as the GI ID(s).
A list, each component contains one of the DNA/RNA sequences.
This function get DNA/RNA sequences from Genbank by GI ID(s).
See readFASTA for reading FASTA format files.
readFASTA
# NOT RUN { # Network latency may slow down this example # Only test this when your connection is fast enough ids = c(2, 11) BMgetDNAGenBank(ids) # }
Run the code above in your browser using DataLab