https://github.com/domenico-somma/papillon
A python module to read and plot Galaxy RNA-seq data
https://github.com/domenico-somma/papillon
cuffdiff cufflinks cummerbund galaxy-project genes heatmap isoforms plot rna-seq transcript
Last synced: 7 months ago
JSON representation
A python module to read and plot Galaxy RNA-seq data
- Host: GitHub
- URL: https://github.com/domenico-somma/papillon
- Owner: domenico-somma
- License: mpl-2.0
- Created: 2017-12-13T22:55:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-24T15:04:57.000Z (over 7 years ago)
- Last Synced: 2025-08-19T06:40:06.474Z (10 months ago)
- Topics: cuffdiff, cufflinks, cummerbund, galaxy-project, genes, heatmap, isoforms, plot, rna-seq, transcript
- Language: Python
- Size: 271 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGE.txt
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Papillon
A python alternative to [cummeRbund](http://compbio.mit.edu/cummeRbund/) to read and plot [Galaxy](https://usegalaxy.org/)/cuffdiff RNA-seq data

[](https://pypi.python.org/pypi/papillon)
[](https://www.python.org/)
[](https://pandas.pydata.org/)
[](https://seaborn.pydata.org/)
[](https://travis-ci.org/domenico-somma/Papillon)
[](https://codecov.io/gh/domenico-somma/Papillon)
## Installation
You can use Papillon with any Scientific IDE, and install it using Pypi:
pip install papillon
or Anaconda with conda-forge channel:
conda config --add channels conda-forge
conda install papillon
## Usage
[Quick Tutorial](https://github.com/domenico-somma/Papillon/wiki/Quick-Tutorial).
[Wiki](https://github.com/domenico-somma/Papillon/wiki).