This is a test version of Biostars. For the public version, visit https://www.biostars.org.
do you have any tools convert pdbid to accesion number of gene

do you have any tools convert pdb-id to accession number of gene in ncbi (accession number)

gene

2 answers

You can also try MyGene.info service and its Python client. See the tutorial here.

out = mg.querymany(your_pdb_id_list, scopes='pdb', fields='entrezgene,go', species='human')

This will give you the matching ncbi gene ids and go accessions (or other annotations if you change fields parameter)

thanks for your reply.it means that first download the phyton script and then??

Could you please tell me how can I access to this site . I cannot understand the user guide

Are you familiar with Python, R or any other programming language? If you give me your preference, I can provide more specific info.

Thanks for your replying, I know C++ AND C SHARP language.

I do step by step for install mygene. This step require install httplib2 (install using pip install httplib2) but unfortunately httplib2 is commercial and I cannot install it.

I'm pretty sure httplib2 is not a commercial library. "pip install httplib2" should work if pip is working correctly in your environment. In fact, "pip install mygene" alone should be sufficient as it will install httplib2 automatically as dependencies.

Please have a look at the Protein Identifier Cross-Reference Service (PICR) from EBI, which maps identifiers between many different databases, including NCBI RefSeq.

Thanks for your reply but didnot have accession number of GO(GENE ONTOLOGY)

Log in to answer this question.