8000 GitHub - nmank/PathwayAnalysis: Code for computing pathway expression from gene expression data.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

nmank/PathwayAnalysis

Repository files navigation

PathwayAnalysis

PathwayAnalysis is a Python library designed to do the following two tasks.

How to Cite

If you like the pathway expression code, please consider citing us.

@article{mankovich2022pathway,
  title={Pathway expression analysis},
  author={Mankovich, Nathan and Kehoe, Eric and Peterson, Amy and Kirby, Michael},
  journal={Scientific Reports},
  volume={12},
  number={1},
  pages={21839},
  year={2022},
  publisher={Nature Publishing Group UK London}
}

If you like the spectral clustering code, please consider citing us.

@phdthesis{mankovich2019methods,
  title={Methods for Network Generation and Spectral Feature Selection: Especially on Gene Expression Data},
  author={Mankovich, Nathan},
  year={2019},
  school={Colorado State University}
}

Installation

To install PathwayAnalysis, python version 3.8 or greater is required. All other required packages and versions can be found in requirements.txt.

Install with the most recent commits

git cloning the PathwayAnalysis, going to the PathwayAnalysis directory, run

pip install -e .

Tutorials

See the jupyter notebooks in the folder ./examples

About

Code for computing pathway expression from gene expression data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0