Registration and Call for Abstracts Open for Bioc2024

RNAdecay

This package is for version 3.18 of Bioconductor. This package has been removed from Bioconductor. For the last stable, up-to-date release version, see RNAdecay.

Maximum Likelihood Decay Modeling of RNA Degradation Data


Bioconductor version: Release (3.18)

RNA degradation is monitored through measurement of RNA abundance after inhibiting RNA synthesis. This package has functions and example scripts to facilitate (1) data normalization, (2) data modeling using constant decay rate or time-dependent decay rate models, (3) the evaluation of treatment or genotype effects, and (4) plotting of the data and models. Data Normalization: functions and scripts make easy the normalization to the initial (T0) RNA abundance, as well as a method to correct for artificial inflation of Reads per Million (RPM) abundance in global assessments as the total size of the RNA pool decreases. Modeling: Normalized data is then modeled using maximum likelihood to fit parameters. For making treatment or genotype comparisons (up to four), the modeling step models all possible treatment effects on each gene by repeating the modeling with constraints on the model parameters (i.e., the decay rate of treatments A and B are modeled once with them being equal and again allowing them to both vary independently). Model Selection: The AICc value is calculated for each model, and the model with the lowest AICc is chosen. Modeling results of selected models are then compiled into a single data frame. Graphical Plotting: functions are provided to easily visualize decay data model, or half-life distributions using ggplot2 package functions.

Author: Reed Sorenson [aut, cre], Katrina Johnson [aut], Frederick Adler [aut], Leslie Sieburth [aut]

Maintainer: Reed Sorenson <reedssorenson at gmail.com>

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

Installation

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


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

BiocManager::install("RNAdecay")

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("RNAdecay")
RNAdecay HTML R Script
Reference Manual PDF
NEWS Text

Details

biocViews DifferentialExpression, GeneExpression, GeneRegulation, ImmunoOncology, Normalization, RNASeq, Regression, Software, TimeCourse, Transcription, Transcriptomics, WorkflowStep
Version 1.22.2
In Bioconductor since BioC 3.7 (R-3.5) (6 years)
License GPL-2
Depends R (>= 3.5)
Imports stats, grDevices, grid, ggplot2, gplots, utils, TMB, nloptr, scales
System Requirements
URL
See More
Suggests parallel, knitr, reshape2, rmarkdown
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 RNAdecay_1.22.2.tar.gz
Windows Binary RNAdecay_1.22.2.zip (64-bit only)
macOS Binary (x86_64) RNAdecay_1.22.2.tgz
macOS Binary (arm64) RNAdecay_1.22.2.tgz
Source Repository git clone https://git.bioconductor.org/packages/RNAdecay
Source Repository (Developer Access) git clone git@git.bioconductor.org:packages/RNAdecay
Bioc Package Browser https://code.bioconductor.org/browse/RNAdecay/
Package Short Url https://bioconductor.org/packages/RNAdecay/
Package Downloads Report Download Stats
Old Source Packages for BioC 3.18 Source Archive