:orphan: .. only available via index, not via toctree .. title:: Package Recipe 'bioconductor-mageckflute' .. highlight: bash bioconductor-mageckflute ======================== .. conda:recipe:: bioconductor-mageckflute :replaces_section_title: :noindex: 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. .. conda:package:: bioconductor-mageckflute |downloads_bioconductor-mageckflute| |docker_bioconductor-mageckflute| :versions: .. raw:: html
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-0``,  ``2.4.0-0``,  ``2.2.0-0``,  ``1.14.0-0``,  ``1.12.0-0``,  ``1.10.0-1``,  ``1.10.0-0``,  ``1.8.0-0``,  ``1.6.0-0``,  ``1.4.2-0``,  ``1.2.3-0``,  ``1.2.2-0`` .. raw:: html
: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: .. rubric:: Installation You need a conda-compatible package manager (currently either `micromamba `_, `mamba `_, or `conda `_) and the Bioconda channel already activated (see :ref:`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: (see `bioconductor-mageckflute/tags`_ for valid values for ````) .. |downloads_bioconductor-mageckflute| image:: https://img.shields.io/conda/dn/bioconda/bioconductor-mageckflute.svg?style=flat :target: https://anaconda.org/bioconda/bioconductor-mageckflute :alt: (downloads) .. |docker_bioconductor-mageckflute| image:: https://quay.io/repository/biocontainers/bioconductor-mageckflute/status :target: https://quay.io/repository/biocontainers/bioconductor-mageckflute .. _`bioconductor-mageckflute/tags`: https://quay.io/repository/biocontainers/bioconductor-mageckflute?tab=tags .. raw:: html Download stats ----------------- .. raw:: html :file: ../../templates/package_dashboard.html Link to this page ----------------- Render an |install-with-bioconda| 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-mageckflute/README.html) .. |install-with-bioconda| image:: https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat :target: http://bioconda.github.io/recipes/bioconductor-mageckflute/README.html