Registration and Call for Abstracts Open for Bioc2024

ExCluster

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


Bioconductor version: Release (3.18)

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.

Author: R. Matthew Tanner, William L. Stanford, and Theodore J. Perkins

Maintainer: R. Matthew Tanner <rtann038 at uottawa.ca>

Citation (from within R, enter citation("ExCluster")):

Installation

To install this package, start R (version "4.3") and enter:


if (!require("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

BiocManager::install("ExCluster")

For older versions of R, please refer to the appropriate Bioconductor release.

Documentation

To view documentation for the version of this package installed in your system, start R and enter:

browseVignettes("ExCluster")
ExCluster Vignette PDF R Script
Reference Manual PDF
NEWS Text

Details

biocViews DifferentialSplicing, ImmunoOncology, RNASeq, Software
Version 1.20.0
In Bioconductor since BioC 3.8 (R-3.5) (5.5 years)
License GPL-3
Depends Rsubread, GenomicRanges, rtracklayer, matrixStats, IRanges
Imports stats, methods, grDevices, graphics, utils
System Requirements
URL
See More
Suggests
Linking To
Enhances
Depends On Me
Imports Me
Suggests Me
Links To Me
Build Report Build Report

Package Archives

Follow Installation instructions to use this package in your R session.

Source Package ExCluster_1.20.0.tar.gz
Windows Binary
macOS Binary (x86_64) ExCluster_1.20.0.tgz
macOS Binary (arm64) ExCluster_1.20.0.tgz
Source Repository git clone https://git.bioconductor.org/packages/ExCluster
Source Repository (Developer Access) git clone git@git.bioconductor.org:packages/ExCluster
Bioc Package Browser https://code.bioconductor.org/browse/ExCluster/
Package Short Url https://bioconductor.org/packages/ExCluster/
Package Downloads Report Download Stats