Queries the NCBI database to obtain the sequence for a given GenBank Accession number
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
getSEQ("M22490")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.