Entering edit mode
4.3 years ago
db4
▴
10
I want to map PDB id to their cellular locations using python. Which programmatic tools, API can I use for that?
I want to map PDB id to their cellular locations using python. Which programmatic tools, API can I use for that?
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
I know this is possible the following way in R using biomaRt : pdb id - gene id - GO annotation (cellular colocalization). Python also has biomart package https://pypi.org/project/biomart/ however I have not tried this in python, however should be doable
Thank you. I have come across this python package also https://bioservices.readthedocs.io/
Did you solve the problem?