Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/103-getDNAGenbank.R
Get DNA/RNA Sequences from Genbank by GI ID
1 | BMgetDNAGenBank(id)
|
id |
A character vector, as the GI ID(s). |
This function get DNA/RNA sequences from Genbank by GI ID(s).
A list, each component contains one of the DNA/RNA sequences.
Min-feng Zhu <wind2zhu@163.com>
See readFASTA
for reading FASTA format files.
1 2 3 4 5 | # Network latency may slow down this example
# Only test this when your connection is fast enough
ids = c(2, 11)
BMgetDNAGenBank(ids)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.