-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'BioDataFuse:main' into main
- Loading branch information
Showing
37 changed files
with
1,737 additions
and
817 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
|
||
**To Reproduce** | ||
Steps to reproduce the behavior: | ||
1. Provide the Gene List used in the workflow | ||
2. Provide the script/notebook where the error occur | ||
3. State at which point the code is failing or resulting unexpected behavior. | ||
4. Add any relevant information to reproduce the problem | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. For example, the report may not be about a programmatic error but about unexpected behavior (like empty annotation result set, or different graph structure than expected or even missing nodes or edges) | ||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
name: Custom issue template | ||
about: Describe this issue template's purpose here. | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
||
**Describe the solution you'd like** | ||
A clear and concise description of what you want to happen. | ||
|
||
**Describe alternatives you've considered** | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
**Additional context** | ||
Add any other context or screenshots about the feature request here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
Data sources | ||
============ | ||
|
||
Here you can find the different data resources that you can successfully query with the pyBiodatafuse package. | ||
|
||
.. module:: pyBiodatafuse.annotators | ||
|
||
Bgee | ||
~~~~~~~~~~~~~~~ | ||
|
||
`Bgee <https://www.bgee.org/>` is a database for retrieval and comparison of gene expression patterns across multiple animal species. | ||
|
||
.. autofunction:: pyBiodatafuse.annotators.bgee.get_gene_expression | ||
|
||
DisGeNET | ||
~~~~~~~~~~~~~~~ | ||
|
||
`DisGeNET <https://www.disgenet.org/home/>` is a discovery platform containing one of the largest publicly available collections of genes and variants associated to human diseases. | ||
|
||
.. autofunction:: pyBiodatafuse.annotators.disgenet.get_gene_disease | ||
|
||
MolMeDB | ||
~~~~~~~~~~~~~~~ | ||
|
||
`MolMeDB <https://molmedb.upol.cz/detail/intro>` is an open chemistry database about interactions of molecules with membranes. | ||
|
||
.. autofunction:: pyBiodatafuse.annotators.molmedb.get_gene_mol_inhibitor | ||
|
||
.. autofunction:: pyBiodatafuse.annotators.molmedb.get_mol_gene_inhibitor | ||
|
||
OpenTargets | ||
~~~~~~~~~~~~~~~ | ||
|
||
`OpenTargets database <https://www.opentargets.org/>` uses human genetics and genomics data for systematic drug target identification and prioritisation. | ||
|
||
.. autofunction:: pyBiodatafuse.annotators.opentargets.get_gene_location | ||
|
||
.. autofunction:: pyBiodatafuse.annotators.opentargets.get_gene_go_process | ||
|
||
.. autofunction:: pyBiodatafuse.annotators.opentargets.get_gene_reactome_pathways | ||
|
||
.. autofunction:: pyBiodatafuse.annotators.opentargets.get_gene_tractability | ||
|
||
.. autofunction:: pyBiodatafuse.annotators.opentargets.get_gene_drug_interactions | ||
|
||
.. autofunction:: pyBiodatafuse.annotators.opentargets.get_targetgene_disease_associations | ||
|
||
StringDB | ||
~~~~~~~~~~~~~~~ | ||
|
||
`StringDB <https://string-db.org/>` aims to collect, score and integrate all publicly available sources of protein-protein interaction information, and to complement these with computational predictions. | ||
|
||
.. autofunction:: pyBiodatafuse.annotators.stringdb.get_ppi | ||
|
||
Wikidata | ||
~~~~~~~~~~~~~~~ | ||
|
||
`Wikidata <https://www.wikidata.org/>` acts as central storage for the structured data of its Wikimedia sister projects including Wikipedia, Wikivoyage, Wiktionary, Wikisource, and others. | ||
|
||
.. autofunction:: pyBiodatafuse.annotators.wikidata.get_gene_literature | ||
|
||
.. autofunction:: pyBiodatafuse.annotators.wikidata.get_gene_cellular_component | ||
|
||
WikiPathways | ||
~~~~~~~~~~~~~~~ | ||
|
||
`Wikipathways <https://www.wikipathways.org/>` is an open science platform for biological pathways contributed, updated, and used by the research community. | ||
|
||
.. autofunction:: pyBiodatafuse.annotators.wikipathways.get_gene_wikipathway | ||
|
||
MINERVA | ||
~~~~~~~~~~~~~~~ | ||
|
||
`MINERVA <https://minerva.pages.uni.lu/doc/>` is a standalone webserver for visual exploration, analysis and management of molecular networks encoded in following systems biology formats. | ||
|
||
.. autofunction:: pyBiodatafuse.annotators.minerva.get_minerva_components | ||
.. autofunction:: pyBiodatafuse.annotators.minerva.get_gene_minerva_pathways |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
Graph Plotters | ||
============== | ||
|
||
Here you can find the different graph loading, storing, and plotting functions in the package. | ||
|
||
.. module:: pyBiodatafuse.graph | ||
|
||
NetworkX | ||
~~~~~~~~~~~~~~~ | ||
|
||
.. autofunction:: pyBiodatafuse.graph.generate_networkx_graph | ||
|
||
Cytoscape | ||
~~~~~~~~~~~~~~~ | ||
|
||
.. autofunction:: pyBiodatafuse.graph.generator.convert_graph_to_cytoscape_json | ||
|
||
.. autofunction:: pyBiodatafuse.graph.cytoscape.save_cytoscape_json_to_file | ||
|
||
Neo4J | ||
~~~~~~~~~~~~~~~ | ||
|
||
.. autofunction:: pyBiodatafuse.graph.neo4j_exporter.save_graph_to_neo4j_graphml | ||
|
||
.. autofunction:: pyBiodatafuse.graph.neo4j_exporter.export |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.