What Phenotype databases do you recommend for searching genes related to diseases?
2
0
Entering edit mode
3.2 years ago
gjespitia ▴ 10

Good afternoon I'd like to make a collection of genes related to a disease (say, leprosy), based on databases. So far I have been using:

Is there other database would you recommend? Thank you in advance for your attention.

disease phenotype databases • 1.0k views
ADD COMMENT
3
Entering edit mode
3.2 years ago
Pratik ★ 1.0k

Okay. I think you'll like this alot. I downloaded this gene-disease pathway association database file from here: http://ctdbase.org/reports/CTD_genes_diseases.csv.gz

Here is the link so you can explore: http://ctdbase.org/downloads/#gd

I found 1918 unique genes related to Leprosy by doing the following in bash:

grep Leprosy '~/CTD_genes_diseases.csv' | cut -d ',' -f1 | sort | uniq
grep Leprosy '~/CTD_genes_diseases.csv' | cut -d ',' -f1 | sort | uniq | wc -l
1918

Good luck!

ADD COMMENT
1
Entering edit mode

Thank you so much, this database has much more than the others combined!

ADD REPLY
0
Entering edit mode
3.0 years ago
ellimilial ▴ 20

In addition to (aforementioned) CTD and DisGeNET, there's also:

ADD COMMENT

Login before adding your answer.

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