Determine which HUGO IDs are coding and non-coding
2
0
Entering edit mode
8.5 years ago
jolespin ▴ 150

I have a giant list of HUGO identifiers. Is there any tool in Python or some web-server (preferably python) that could tell me if it's coding or non-coding?

gene blast RNA-Seq sequencing genome • 1.8k views
ADD COMMENT
0
Entering edit mode
8.5 years ago
Neilfws 49k

You could use the HGNC REST service. For example:

http://rest.genenames.org/fetch/symbol/ZNF3

Then parse for locus_type = "gene with protein product".

They also have a BioMart service.

ADD COMMENT

Login before adding your answer.

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