This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Get Fasta -Protein Sequences for Given protein names(Homo sapiens)

I have a list of protein names and I wanted to get the fasta sequence of all the proteins in the list. In batch entrez it requires GI or accession number, but I have only protein names! Is there is any other way to download sequences in batch!? Please help me

entrez sequence ncbi

1 answer

You should be able to provide an search term to esearch, but searching by gene name can be tricky, genes with similar names will also get downloaded. You should check the downloaded data before using it, also remember that you will likely capture all the various isoforms of the protein. You should manually validate the data you've downloaded before proceeding.

http://www.ncbi.nlm.nih.gov/books/NBK179288/

Log in to answer this question.