recipe bioconductor-excluster

ExCluster robustly detects differentially expressed exons between two conditions of RNA-seq data, requiring at least two independent biological replicates per condition

Homepage:

https://bioconductor.org/packages/3.16/bioc/html/ExCluster.html

License:

GPL-3

Recipe:

/bioconductor-excluster/meta.yaml

ExCluster flattens Ensembl and GENCODE GTF files into GFF files, which are used to count reads per non-overlapping exon bin from BAM files. This read counting is done using the function featureCounts from the package Rsubread. Library sizes are normalized across all biological replicates, and ExCluster then compares two different conditions to detect signifcantly differentially spliced genes. This process requires at least two independent biological repliates per condition, and ExCluster accepts only exactly two conditions at a time. ExCluster ultimately produces false discovery rates (FDRs) per gene, which are used to detect significance. Exon log2 fold change (log2FC) means and variances may be plotted for each significantly differentially spliced gene, which helps scientists develop hypothesis and target differential splicing events for RT-qPCR validation in the wet lab.

package bioconductor-excluster

(downloads) docker_bioconductor-excluster

Versions:

1.16.0-01.12.0-01.10.0-01.8.0-11.8.0-01.6.0-01.4.0-01.2.0-11.0.0-0

Depends:
Required By:

Installation

With an activated Bioconda channel (see set-up-channels), install with:

conda install bioconductor-excluster

and update with:

conda update bioconductor-excluster

or use the docker container:

docker pull quay.io/biocontainers/bioconductor-excluster:<tag>

(see bioconductor-excluster/tags for valid values for <tag>)

Download stats