How To Convert Refseq Potein To Corresponding Fasta File Automatically?
2
0
Entering edit mode
12.1 years ago
April • 0

Hi,

I am a beginner of bioinformatic, and I am working on a project which needs to convert the Reseq Protein ID to its FASTA file. Since I have a list of genes, it is really a pain to find each of them on NCBI protein manually. Thus I wonder is there a way find the FASTA file automatically, maybe through some help of web server? Thanks very much.

refseq fasta • 3.7k views
ADD COMMENT
0
Entering edit mode
12.1 years ago
Chris ★ 1.6k

This thread may give you some insights how to do it in Python.

ADD COMMENT
0
Entering edit mode

Thanks very much. I did look at that before I asked the question, however I have no idea about Python. Anyway, I find this http://www.ncbi.nlm.nih.gov/sites/batchentrez and it really helps me without Python.

ADD REPLY
0
Entering edit mode
12.1 years ago
Niek De Klein ★ 2.6k

Depending on how many Refseq Protein Id's you have you can put a list of them in the NCBI protein search box. Seperate them by a comma (like this: F56A4.1, F55G11.9). You can then just download the fasta files. If there is a huge amount and you want to use the sequences I would advice reading this urllib2 tutorial to automatically retrieve information from the internet.

ADD COMMENT
0
Entering edit mode

Thank you very much. It seems necessary for me to learn Python. And for this case, I find I can solve it through this: http://www.ncbi.nlm.nih.gov/sites/batchentrez

ADD REPLY

Login before adding your answer.

Traffic: 1604 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6