Using Biopython Entrez to get protein accession from mRNA accesion
1
0
Entering edit mode
3.8 years ago
speycast • 0

Hi,

I'd like to know if anyone knows how to retrieve RefSeq protein accession # from its mRNA transcript accession # using Biopython Entrez package?

For example: Using NM_001382556.2 to get NP_001369485.1

Thanks very much!

Biopython NCBI mRNA RefSeq Protein • 946 views
ADD COMMENT
0
Entering edit mode
3.8 years ago
GenoMax 141k

Using EntrezDirect. Translate as needed in biopython:

$ esearch -db nuccore -query "NM_001382556" | elink -target protein | efetch -format acc
NP_001369485.1
ADD COMMENT
0
Entering edit mode

I can't figure it out with Biopython, could you provide an example please?

Thanks very much..

ADD REPLY

Login before adding your answer.

Traffic: 2693 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