- recipe bioconductor-inspect
Modeling RNA synthesis, processing and degradation with RNA-seq data
- Homepage:
https://bioconductor.org/packages/3.18/bioc/html/INSPEcT.html
- License:
GPL-2
- Recipe:
- Links:
biotools: inspect
INSPEcT (INference of Synthesis, Processing and dEgradation rates from Transcriptomic data) RNA-seq data in time-course experiments or steady-state conditions, with or without the support of nascent RNA data.
- package bioconductor-inspect¶
- versions:
1.30.0-0
,1.28.0-0
,1.24.0-0
,1.22.0-0
,1.20.0-1
,1.20.0-0
,1.18.0-0
,1.16.0-0
,1.14.0-1
,1.30.0-0
,1.28.0-0
,1.24.0-0
,1.22.0-0
,1.20.0-1
,1.20.0-0
,1.18.0-0
,1.16.0-0
,1.14.0-1
,1.12.0-0
,1.10.0-0
,1.8.0-0
- depends bioconductor-biobase:
>=2.60.0,<2.61.0
- depends bioconductor-biocgenerics:
>=0.46.0,<0.47.0
- depends bioconductor-biocparallel:
>=1.34.0,<1.35.0
- depends bioconductor-deseq2:
>=1.40.0,<1.41.0
- depends bioconductor-genomeinfodb:
>=1.36.0,<1.37.0
- depends bioconductor-genomicalignments:
>=1.36.0,<1.37.0
- depends bioconductor-genomicfeatures:
>=1.52.0,<1.53.0
- depends bioconductor-genomicranges:
>=1.52.0,<1.53.0
- depends bioconductor-iranges:
>=2.34.0,<2.35.0
- depends bioconductor-plgem:
>=1.72.0,<1.73.0
- depends bioconductor-rsamtools:
>=2.16.0,<2.17.0
- depends bioconductor-rtracklayer:
>=1.60.0,<1.61.0
- depends bioconductor-s4vectors:
>=0.38.0,<0.39.0
- depends bioconductor-summarizedexperiment:
>=1.30.0,<1.31.0
- depends bioconductor-txdb.mmusculus.ucsc.mm9.knowngene:
>=3.2.0,<3.3.0
- depends r-base:
>=4.3,<4.4.0a0
- depends r-desolve:
- depends r-gdata:
- depends r-kernsmooth:
- depends r-proc:
- depends r-rootsolve:
- depends r-shiny:
- 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 bioconductor-inspect and update with:: mamba update bioconductor-inspect
To create a new environment, run:
mamba create --name myenvname bioconductor-inspect
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/bioconductor-inspect:<tag> (see `bioconductor-inspect/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/bioconductor-inspect/README.html)