Description Usage Arguments Details Value Author(s) References Examples
Search Entrez Genome at NCBI and retrieves linked genomes in the Nucleotide database
1 | ncbiGenome(term, refseq=FALSE)
|
term |
Any valid combination of Entrez search terms |
refseq |
Include RefSeq genomes, default is GenBank submissions |
Searches Entrez Genome and finds linked sequences in Entrez Nucleotide using genome_nuccore (Assembly) and then finds related sequences using nuccore_nuccore_samespecies_rsgb (Other INSDC Genome Sequences). The genome_nuccore link includes the Reference and Genbank acc that Reference was derived from (and refseq option is used to exclude duplicate RefSeq from results).
A genomes data frame with acc, name, created, taxid, size, gi and other fields.
Chris Stubben
A description of the Entrez programming utilities is at http://eutils.ncbi.nlm.nih.gov/.
1 2 3 4 5 | ## Not run:
ncbiGenome('Nipah virus[orgn]')
ncbiGenome('Nipah virus[orgn]', refseq=TRUE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.