-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated github test, sphynx docs generation, notebooks, readthedoc.ya…
…ml and README
- Loading branch information
Showing
16 changed files
with
12,921 additions
and
99 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
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 |
---|---|---|
@@ -1,22 +1,12 @@ | ||
version: 2 | ||
|
||
sphinx: | ||
builder: html | ||
configuration: docs/source/conf.py | ||
fail_on_warning: true | ||
|
||
formats: | ||
- htmlzip | ||
|
||
build: | ||
os: ubuntu-22.04 | ||
tools: | ||
python: 3.10 | ||
|
||
os: ubuntu-22.04 | ||
tools: | ||
python: "3.10" | ||
sphinx: | ||
configuration: docs/src/conf.py | ||
python: | ||
install: | ||
- method: pip | ||
path: . | ||
extra_requirements: | ||
- docs | ||
install: | ||
- method: pip | ||
path: . | ||
- requirements: docs/src/requirements.txt |
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 @@ | ||
================== | ||
Neko | ||
================== | ||
|
||
:target: /~https://github.com/sysbio-curie/Neko/actions/workflows/test.yml | ||
:alt: Tests | ||
|
||
.. image:: https://img.shields.io/readthedocs/omniflow_project | ||
:target: https://neko.readthedocs.io | ||
:alt: Documentation | ||
|
||
Package to extract, visualize, convert and study interactions from database into executable activity flow based model. | ||
Neko, is based on `Omnipath </~https://github.com/saezlab/omnipath>`_, `Pypath </~https://github.com/saezlab/pypath>`_ and `Atopo </~https://github.com/druglogics/atopo>`_. | ||
|
||
This is a work-in-progress package made in collaboration with Dénes Turei and Asmund Flobak. | ||
|
||
CURRENT FEATURES: | ||
|
||
version 0.9.0 | ||
-------------- | ||
|
||
- Network creation and manipulation: The package allows for the creation of a network of nodes and edges, with various methods for enrichment analysis. This includes adding and removing nodes and edges, loading a network from a SIF (Simple Interaction Format) file, and adding paths to the edge list of the network. | ||
- Connection of nodes: The package provides several methods to connect nodes in the network. This includes connecting all nodes, connecting a subgroup of nodes, connecting all nodes of a network object, and connecting subcomponents of a network object. | ||
- Connection of genes to phenotype: The package provides a method to connect genes to a phenotype based on provided parameters. This includes retrieving phenotype markers, identifying unique Uniprot genes, and connecting them to the network. There is also an option to compress the network by substituting specified genes with the phenotype name. |
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,22 @@ | ||
Contents | ||
======== | ||
|
||
.. toctree:: | ||
:maxdepth: 3 | ||
|
||
index | ||
api | ||
|
||
Notebooks | ||
========= | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
:caption: Notebooks | ||
|
||
notebooks/1_network_building | ||
notebooks/2_add_resources | ||
notebooks/3_build_phosphosite_network | ||
notebooks/4_Connect_upstream | ||
notebooks/5_ontology | ||
notebooks/6_tissue_mapping |
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 |
---|---|---|
@@ -1,30 +1,24 @@ | ||
############ | ||
Introduction | ||
############ | ||
================== | ||
Neko | ||
================== | ||
|
||
Created from a project template. Please write the docs of your project here, | ||
and remove the parts below (or edit ``README.rst`` in the project root). | ||
:target: /~https://github.com/sysbio-curie/Neko/actions/workflows/test.yml | ||
:alt: Tests | ||
|
||
.. include:: ../../README.rst | ||
.. image:: https://img.shields.io/readthedocs/omniflow_project | ||
:target: https://neko.readthedocs.io | ||
:alt: Documentation | ||
|
||
######### | ||
Reference | ||
######### | ||
Package to extract, visualize, convert and study interactions from database into executable activity flow based model. | ||
Neko, is based on `Omnipath </~https://github.com/saezlab/omnipath>`_, `Pypath </~https://github.com/saezlab/pypath>`_ and `Atopo </~https://github.com/druglogics/atopo>`_. | ||
|
||
project_name | ||
============ | ||
This is a work-in-progress package made in collaboration with Dénes Turei and Asmund Flobak. | ||
|
||
.. automodule:: project_name | ||
:members: | ||
CURRENT FEATURES: | ||
|
||
########################### | ||
Indices, Tables, and Search | ||
########################### | ||
version 0.9.0 | ||
-------------- | ||
|
||
* :ref:`genindex` | ||
* :ref:`modindex` | ||
* :ref:`search` | ||
|
||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
- Network creation and manipulation: The package allows for the creation of a network of nodes and edges, with various methods for enrichment analysis. This includes adding and removing nodes and edges, loading a network from a SIF (Simple Interaction Format) file, and adding paths to the edge list of the network. | ||
- Connection of nodes: The package provides several methods to connect nodes in the network. This includes connecting all nodes, connecting a subgroup of nodes, connecting all nodes of a network object, and connecting subcomponents of a network object. | ||
- Connection of genes to phenotype: The package provides a method to connect genes to a phenotype based on provided parameters. This includes retrieving phenotype markers, identifying unique Uniprot genes, and connecting them to the network. There is also an option to compress the network by substituting specified genes with the phenotype name. |
Oops, something went wrong.