pathcore-t

Methods to build a network of pathway co-occurrence relationships out of expression signatures extracted from transcriptomic compendia.

https://github.com/greenelab/pathcore-t

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 2 DOI reference(s) in README
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.5%) to scientific vocabulary

Keywords

analysis gene-expression methodology supplement
Last synced: 7 months ago · JSON representation

Repository

Methods to build a network of pathway co-occurrence relationships out of expression signatures extracted from transcriptomic compendia.

Basic Info
  • Host: GitHub
  • Owner: greenelab
  • License: bsd-3-clause
  • Language: Python
  • Default Branch: master
  • Homepage:
  • Size: 21.5 KB
Statistics
  • Stars: 4
  • Watchers: 3
  • Forks: 3
  • Open Issues: 1
  • Releases: 0
Topics
analysis gene-expression methodology supplement
Created almost 9 years ago · Last pushed over 8 years ago
Metadata Files
Readme License

README.rst

PathCORE-T
----------
Python 3 implementation of methods described in
`Chen et al.'s 2017 PathCORE-T paper `_.

Note that this software was renamed from PathCORE to PathCORE-T in Oct 2017.
The T specifies that pathway co-occurrence relationships are identified using
features extracted from **transcriptomic** data. 
The module itself is still named `pathcore` to maintain backwards
compatibility for users of the original PathCORE software package. 

This code has been tested on Python 3.5.
The documentation for the modules in the package can be
`accessed here `_.

Installation
----------------
To install the current PyPI version (recommended), run::

    pip install PathCORE-T

For the latest GitHub version, run::

    pip install git+https://github.com/greenelab/PathCORE-T.git#egg=PathCORE-T

Examples
---------
We recommend that users of the PathCORE-T software begin by reviewing the
examples in the `PathCORE-T-analysis `_
repository. The analysis repository contains shell scripts and wrapper
analysis scripts that demonstrate how to run the methods in this package
on features constructed from a broad compendium according to the 
`workflow we describe in our paper `_.

Specifically, `this Jupyter notebook `_
is a simple example of the workflow and a great place to start.

Package contents
----------------

=====================================
feature_pathway_overrepresentation.py
=====================================
The methods in this module are used to identify the pathways
overrepresented in features extracted from a transcriptomic dataset
of genes-by-samples. Features must preserve the genes in the dataset
and assign weights to these genes based on some distribution.
[`feature_pathway_overrepresentation documentation. `_]

===========
network.py
===========
Contains the data structure ``CoNetwork`` that stores information
about the pathway co-occurrence network. The output from
a pathway enrichment analysis in ``feature_pathway_overrepresentation.py``
serves as input into the ``CoNetwork`` constructor.
[`CoNetwork documentation. `_]

============================
network_permutation_test.py
============================
The methods in this module are used to filter the constructed
co-occurence network. We implement a permutation test that evaluates
and removes edges (pathway-pathway relationships) in the network
that cannot be distinguished from a null model of random associations.
The null model is created by generating *N* permutations of the network.
[`network_permutation_test documentation. `_]

Acknowledgements
----------------
This work was supported by the Penn Institute for Bioinformatics

Owner

  • Name: Greene Laboratory
  • Login: greenelab
  • Kind: organization
  • Email: casey@greenelab.com
  • Location: Aurora, CO

Greene Laboratory at the University of Colorado Anschutz

GitHub Events

Total
Last Year

Committers

Last synced: over 2 years ago

All Time
  • Total Commits: 13
  • Total Committers: 1
  • Avg Commits per committer: 13.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Kathy SSH k****3@g****m 13

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 3
  • Total pull requests: 4
  • Average time to close issues: 4 days
  • Average time to close pull requests: 1 day
  • Total issue authors: 1
  • Total pull request authors: 1
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.25
  • Merged pull requests: 4
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • kathyxchen (3)
Pull Request Authors
  • kathyxchen (4)
Top Labels
Issue Labels
enhancement (2) bug (1)
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 7 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 1
  • Total versions: 1
  • Total maintainers: 1
pypi.org: pathcore-t

Python 3 implementation of PathCORE-T analysis methods

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 7 Last month
Rankings
Dependent packages count: 10.0%
Forks count: 16.9%
Dependent repos count: 21.7%
Average: 22.6%
Stargazers count: 23.1%
Downloads: 41.3%
Maintainers (1)
Last synced: 7 months ago

Dependencies

setup.py pypi
  • crosstalk-correction *
  • numpy *
  • pandas *
  • scipy *
  • statsmodels *