recipe bioconductor-mageckflute

Integrative Analysis Pipeline for Pooled CRISPR Functional Genetic Screens

Homepage:

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

License:

GPL (>=3)

Recipe:

/bioconductor-mageckflute/meta.yaml

CRISPR (clustered regularly interspaced short palindrome repeats) coupled with nuclease Cas9 (CRISPR/Cas9) screens represent a promising technology to systematically evaluate gene functions. Data analysis for CRISPR/Cas9 screens is a critical process that includes identifying screen hits and exploring biological functions for these hits in downstream analysis. We have previously developed two algorithms, MAGeCK and MAGeCK-VISPR, to analyze CRISPR/Cas9 screen data in various scenarios. These two algorithms allow users to perform quality control, read count generation and normalization, and calculate beta score to evaluate gene selection performance. In downstream analysis, the biological functional analysis is required for understanding biological functions of these identified genes with different screening purposes. Here, We developed MAGeCKFlute for supporting downstream analysis. MAGeCKFlute provides several strategies to remove potential biases within sgRNA-level read counts and gene-level beta scores. The downstream analysis with the package includes identifying essential, non-essential, and target-associated genes, and performing biological functional category analysis, pathway enrichment analysis and protein complex enrichment analysis of these genes. The package also visualizes genes in multiple ways to benefit users exploring screening data. Collectively, MAGeCKFlute enables accurate identification of essential, non-essential, and targeted genes, as well as their related biological functions. This vignette explains the use of the package and demonstrates typical workflows.

package bioconductor-mageckflute

(downloads) docker_bioconductor-mageckflute

versions:
2.6.0-02.4.0-02.2.0-01.14.0-01.12.0-01.10.0-11.10.0-01.8.0-01.6.0-0

2.6.0-02.4.0-02.2.0-01.14.0-01.12.0-01.10.0-11.10.0-01.8.0-01.6.0-01.4.2-01.2.3-01.2.2-0

depends bioconductor-biobase:

>=2.62.0,<2.63.0

depends bioconductor-clusterprofiler:

>=4.10.0,<4.11.0

depends bioconductor-depmap:

>=1.16.0,<1.17.0

depends bioconductor-dose:

>=3.28.0,<3.29.0

depends bioconductor-enrichplot:

>=1.22.0,<1.23.0

depends bioconductor-pathview:

>=1.42.0,<1.43.0

depends r-base:

>=4.3,<4.4.0a0

depends r-ggplot2:

depends r-ggrepel:

depends r-gridextra:

depends r-msigdbr:

depends r-reshape2:

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

and update with::

   mamba update bioconductor-mageckflute

To create a new environment, run:

mamba create --name myenvname bioconductor-mageckflute

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

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

Download stats