Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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

INDRA script generation #42

Closed
xandmac opened this issue Feb 23, 2021 · 2 comments
Closed

INDRA script generation #42

xandmac opened this issue Feb 23, 2021 · 2 comments

Comments

@xandmac
Copy link

xandmac commented Feb 23, 2021

Hello, I was looking to explore creating a custom INDRA input. I was wondering if you could provide the script used to create the INDRA network from the paper.

Thanks!

@bgyori
Copy link
Collaborator

bgyori commented Mar 1, 2021

Hi @xandmac, sorry for the slow response. First of all, here are three Python pickle files that contain INDRA statements for the experiments in the paper:
https://bigmech.s3.amazonaws.com/genewalk/IsoG_HGNCidForINDRA.pkl
https://bigmech.s3.amazonaws.com/genewalk/QKI_MGIforINDRA_stmts.pkl
https://bigmech.s3.amazonaws.com/genewalk/JQ1_HGNCidForINDRA.pkl

In terms of building your own INDRA network, that can take additional work but it gives you flexibility in what kind of relations you want to include from multiple sources. You can see an overview of the knowledge sources that INDRA makes available here: https://github.com/sorgerlab/indra#knowledge-sources, for instance, you might process BioGRID and Signor to get Statements, save it as a pickle file, and pass that to GeneWalk as the --network_file. You can also combine this with text mining through one or more of the systems INDRA is integrated with, for instance, Reach. While this takes additional effort to set up, it allows you to derive Statements from subsets of literature that you determine as relevant, and you may relations that are not be available from pathway databases.

@ri23 ri23 closed this as completed Mar 10, 2021
@xandmac
Copy link
Author

xandmac commented Mar 10, 2021 via email

@churchmanlab churchmanlab locked and limited conversation to collaborators Apr 19, 2021

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants