Description Usage Arguments Details Value Author(s) References See Also Examples
This function searches GenBank and downloads DNA sequences for the given taxon.
1 | search.GB(taxon, records = 200, output = "DNAbin")
|
taxon |
A character vector of the names of the taxa of interest. |
records |
Numeric. The maximum number of records that should be returned. Default of 200. |
output |
A character string giving the output format. Default of |
By default, GenBank returns the first 200 results from a search term.
For convenience, by default this function returns the sequences in the DNAbin
format. It is also possible to retain the data in XML format, which contains all the data associated with each sequence.
When output = "DNAbin"
returns an object of class ‘DNAbin’. This object has the attributes "species", "accession_num", and "gene".
When output = "XML"
returns an object of class xxxxxx. Data can be extracted from this object using the tools provided by the XML
package.
Samuel Brown <s_d_j_brown@hotmail.com>
BOLD version 3.0 http://v3.boldsystems.org/.
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.