Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to extract the reference gene sets of the diseases in DisGeNET? #2

Open
levinhein opened this issue Oct 26, 2022 · 4 comments
Open

Comments

@levinhein
Copy link

How to extract the reference gene sets of the diseases in DisGeNET?

@dhimmel
Copy link
Owner

dhimmel commented Oct 28, 2022

What do you mean by the "reference gene sets"? Can you point to where these gene sets are documented?

Note this is not the official DisGeNET repository, so please update this issue with the solution you discover, but unlikely we will be able to help much.

@levinhein
Copy link
Author

Hi. Thanks for your reply.

DisgeNET allows prediction of diseases associated with an input list of genes. For example, if I input N genes, the output basically gives summary information about diseases associated with a smaller subset of the input N genes.

Here's an example DisGeNET output using Enrichr online tool.

These diseases in the barplot represent n genes from the total input gene list that are associated with it. For example, if the input was 100 genes, and in this result "Liver Failure" has 50 genes associated with it, then how can I get all the genes in DisGeNET that are associated with "Liver Failure" term.
image

As a comparison, like in gene set enrichment analysis (GSEA), if you have input 100 genes, result will show that 75/100 genes are related to pathway A. But, those pathways have a fixed/original total number of genes in KEGG/REACTOME/etc. In this case, for example, I'm interested in retrieving the complete list of genes in pathway A-KEGG.

@dhimmel
Copy link
Owner

dhimmel commented Oct 29, 2022

Ah thanks @levinhein for that helpful explanation. Not something I can immediately help with but interested if you figure out how to access the gene sets.

@dhimmel
Copy link
Owner

dhimmel commented Oct 29, 2022

how can I get all the genes in DisGeNET that are associated with "Liver Failure" term.

Isn't "Liver Failure" classified as a disease, so perhaps you just need to find all genes associated with Liver Failure based on some threshold? Perhaps it's the list shown at https://www.disgenet.org/browser/0/1/0/C0085605/?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants