get_sequence | R Documentation |
Retrieves a fasta sequence from NCBI nucleotide database.
get_sequence( accession, start = NULL, stop = NULL, api_key = Sys.getenv("NCBI_API_KEY") )
accession |
nucleotide accession to retrieve. |
start |
start base to retrieve, numbered beginning at 1. If NULL the beginning of the sequence. |
stop |
last base to retrieve, numbered beginning at 1. if NULL the end of the sequence. |
api_key |
NCBI api-key to allow faster sequence retrieval. |
an DNAbin object.
DNAbin
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.