More posts like this
-
Pymol superimposition by python script
written by iamsmor •Hello everyone I tried to superimpose two protein which I have their pdb id. And I need to print it as png. I would like …
-
Getting cDNA sequence from NCBI
written by Ibrahim TanyalcinI am looking at NCBI’s [api page](https://www.ncbi.nlm.nih.gov/nuccore/NM_014491.4) and I cannot seem to find any endpoint that returns the cDNA by transcript id. In fact NCBI …
-
STITCH Api chemicals ID
written by db4 •Hello I am trying to access the STITCH website api to retrieve interactions network for some DrugBank compound. When I search the website interface with …
-
Map plasmodb gene ID to pdb crystal structure if exist
written by db4 •I have a [list of genes with their Plasmodb ids.][1] I want to map the genes to their corresponding protein structures if it exists in …
-
KEGGREST: how to retrieve compound list by pathway ID
written by halehashki •Hello, I am not very familiar with KEPP API and KEGGREST. I want to get the list of compound by pathway ID. In Kegg API, …
-
Chromosome Location (chrX:123456) to Genomic Feature (Exon/Intron/UTR)
written by utkarshkapoor87 •Hi Guys, As an example: `chr11:96815339` I want to find out where this site in the gene is: Exon/Intron/UTR. How can I do this? Of …
-
Gene Ontology mapping with biogrid, uniprot, PDB, Interpro and NCBI Gene & Taxonomy
written by stackf01 •Hello guys I have downloaded biogrid ppi data and integrate same in a MySQL database. I have also downloaded UniProt and others will be downloaded …
-
gene and disease nework
written by gbahramali •I have 1000 pdbid and I want to know that which one of this pdb- id contribute in disease. Could you please tell me which …
-
Python: Finding Gene Closest To A Given Location
written by bbio<p>What is the preferred way to, given locations in a genome, find the first genes that are upstream or downstream of these locations?</p> <p>I have …
-
Approach To Get All Ligands Structure From Pdb That H-Bond To Gln Without Downloading Coordinates O…
written by Harijay<p>I have a csv list of all ligands in the pdb and their associated ids.This list has 23000 entries and possibly 10,000 unique pdb ids …
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?