- recipe papaa
PAPAA tools to measure mutation specific pathway acitvity in TCGA pancancer dataset
- Homepage:
- License:
BSD / BSD-3-Clause License
- Recipe:
- package papaa¶
- versions:
0.1.9-1
,0.1.9-0
,0.1.8-0
,0.1.7-0
,0.1.6-0
,0.1.5-0
- depends biopython:
>=1.70
- depends bunch:
>=1.0
- depends numexpr:
>=2.6
- depends numpy:
>=1.14
- depends pandas:
>=0.23
- depends plotnine:
>=0.3
- depends python:
>=3.6
- depends r-cowplot:
>=0.9
- depends r-dplyr:
>=0.7
- depends r-ggplot2:
>=3.0
- depends r-ggpmisc:
>=0.3
- depends r-ggrepel:
>=0.8
- depends r-hmisc:
>=4.1.1
- depends r-optparse:
>=1.6
- depends r-pheatmap:
>=1.0
- depends r-readr:
>=1.1
- depends scikit-learn:
>=0.19
- depends seaborn:
>=0.8
- depends statsmodels:
>=0.9
- requirements:
Installation
You need a conda-compatible package manager (currently either micromamba, mamba, or conda) and the Bioconda channel already activated (see set-up-channels).
While any of above package managers is fine, it is currently recommended to use either micromamba or mamba (see here for installation instructions). We will show all commands using mamba below, but the arguments are the same for the two others.
Given that you already have a conda environment in which you want to have this package, install with:
mamba install papaa and update with:: mamba update papaa
To create a new environment, run:
mamba create --name myenvname papaa
with
myenvname
being a reasonable name for the environment (see e.g. the mamba docs for details and further options).Alternatively, use the docker container:
docker pull quay.io/biocontainers/papaa:<tag> (see `papaa/tags`_ for valid values for ``<tag>``)
Download stats¶
Link to this page¶
Render an badge with the following MarkDown:
[![install with bioconda](https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat)](http://bioconda.github.io/recipes/papaa/README.html)