getSEQ | R Documentation |
Given a GenBank Accession number, getSEQ queries the NCBI database for the nucleotide sequence.
getGI(accNum)
getSEQ(gi)
accNum |
|
gi |
|
The NCBI database is queried for the given GenBank Accession number to obtain the nucleotide sequence in FASTA format. The leading identification line of the sequence data is then dropped to return only the nucleotide sequence.
getGI returns the gi number corresponding to a given GenBank accession number.
getSEQ returns a character string of nucleotide sequence
Jianhua Zhang
https://www.ncbi.nlm.nih.gov/entrez/query.fcgi
getSEQ("M22490")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.