- recipe bioconductor-rnaseqcovarimpute
Impute Covariate Data in RNA Sequencing Studies
- Homepage:
https://bioconductor.org/packages/3.18/bioc/html/RNAseqCovarImpute.html
- License:
GPL-3
- Recipe:
The RNAseqCovarImpute package implements multiple imputation of missing covariates and differential gene expression analysis by: 1) Randomly binning genes into smaller groups, 2) Creating M imputed datasets separately within each bin, where the imputation predictor matrix includes all covariates and the log counts per million (CPM) for the genes within each bin, 3) Estimating gene expression changes using voom followed by lmFit functions, separately on each M imputed dataset within each gene bin, 4) Un-binning the gene sets and stacking the M sets of model results before applying the squeezeVar function to apply a variance shrinking Bayesian procedure to each M set of model results, 5) Pooling the results with Rubins’ rules to produce combined coefficients, standard errors, and P-values, and 6) Adjusting P-values for multiplicity to account for false discovery rate (FDR).
- package bioconductor-rnaseqcovarimpute¶
- versions:
1.0.2-0
- depends bioconductor-biobase:
>=2.62.0,<2.63.0
- depends bioconductor-biocparallel:
>=1.36.0,<1.37.0
- depends bioconductor-edger:
>=4.0.0,<4.1.0
- depends bioconductor-limma:
>=3.58.0,<3.59.0
- depends r-base:
>=4.3,<4.4.0a0
- depends r-dplyr:
- depends r-foreach:
- depends r-magrittr:
- depends r-mice:
- depends r-rlang:
- 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-rnaseqcovarimpute and update with:: mamba update bioconductor-rnaseqcovarimpute
To create a new environment, run:
mamba create --name myenvname bioconductor-rnaseqcovarimpute
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-rnaseqcovarimpute:<tag> (see `bioconductor-rnaseqcovarimpute/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-rnaseqcovarimpute/README.html)