recipe bioconductor-dreamlet

Cohort-scale differential expression analysis of single cell data using linear (mixed) models

Homepage:

https://bioconductor.org/packages/3.18/bioc/html/dreamlet.html

License:

Artistic-2.0

Recipe:

/bioconductor-dreamlet/meta.yaml

Recent advances in single cell/nucleus transcriptomic technology has enabled collection of cohort-scale datasets to study cell type specific gene expression differences associated disease state, stimulus, and genetic regulation. The scale of these data, complex study designs, and low read count per cell mean that characterizing cell type specific molecular mechanisms requires a user-frieldly, purpose-build analytical framework. We have developed the dreamlet package that applies a pseudobulk approach and fits a regression model for each gene and cell cluster to test differential expression across individuals associated with a trait of interest. Use of precision-weighted linear mixed models enables accounting for repeated measures study designs, high dimensional batch effects, and varying sequencing depth or observed cells per biosample.

package bioconductor-dreamlet

(downloads) docker_bioconductor-dreamlet

versions:

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-dreamlet

and update with::

   mamba update bioconductor-dreamlet

To create a new environment, run:

mamba create --name myenvname bioconductor-dreamlet

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-dreamlet:<tag>

(see `bioconductor-dreamlet/tags`_ for valid values for ``<tag>``)

Download stats