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

Annotate Reactome using offline database files #35

Open
iromeo opened this issue Dec 6, 2017 · 5 comments
Open

Annotate Reactome using offline database files #35

iromeo opened this issue Dec 6, 2017 · 5 comments
Assignees

Comments

@iromeo
Copy link
Contributor

iromeo commented Dec 6, 2017

Current impl of annotate_reactome.py requires access reactome.org website.
Reactome IDs -> Pathways titles annotator could use cached databases downloaded from rectome.org: /mnt/stripe/bio/genomes/ReactomePathways.txt

@iromeo
Copy link
Contributor Author

iromeo commented Dec 6, 2017

Also think of other available annotations and how we can use them.

@iromeo
Copy link
Contributor Author

iromeo commented Dec 6, 2017

Gene to Reactome mapping:
“The core unit of the Reactome data model is the reaction. Entities (nucleic acids, proteins, complexes, vaccines, anti-cancer therapeutics and small molecules) participating in reactions form a network of biological interactions and are grouped into pathways. “

Pathways: ReactomePathways.txt
Reactions: Ensembl2ReactomeReactions.txt, UniProt2ReactomeReactions.txt, miRBase2ReactomeReactions.txt
Associations with other annotations:

  • Ensembl: Ensembl2Reactome.txt/ Ensembl2Reactome_All_Levels.txt (the lowest level pathway diagram or subset of the pathway / all level pathway diagrams), Ensembl2ReactomeReactions.txt (reaction events)
  • NCBI: NCBI2Reactome.txt/ NCBI2Reactome_All_Levels.txt
  • PMIDS: ReactionPMIDS.txt
  • OMIM: Reactome2OMIM.txt
  • UniProt: UniProt2Reactome.txt / UniProt2Reactome_All_Levels.txt, UniProt2ReactomeReactions.txt
  • MiRBase: miRBase2Reactome.txt/miRBase2Reactome_All_Levels.txt, miRBase2ReactomeReactions.txt
  • misc, see all list at https://reactome.org/download-data

Pathways 2 Gene mapping: ReactomePathways.gmt
For some reason some pathways missed in ReactomPathays.txt, e.g. R-HSA-157052

@iromeo
Copy link
Contributor Author

iromeo commented Dec 6, 2017

Open Question: Should we consider Reactions or Pathways

(Reactions are not included in Pathways and visa versa)

  • Seems we can get genes involved in Reactions only using Ensembl/NCBI/UniProt-2ReactomeReactions.txt. There aren't file like ReactomePathways.gmt.
  • *2ReactomeReactions.txt can be used in GSE analysis, although most likely it is covered by Enricher, or similar services.

@iromeo
Copy link
Contributor Author

iromeo commented Dec 6, 2017

Also I think Gene mapping could be done using Ensembl2*.txt file, not manually

@olegs
Copy link
Contributor

olegs commented Sep 24, 2018

@iromeo Please recheck and close if necessary.

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