knitr::opts_chunk$set(
    collapse = TRUE,
    comment = "#>",
    out.width = "100%"
)

The REPAC R package implements the method described in Imada et al. to test for differential Polyadenylation Usage (DPU).

Instalation instructions

Get the latest stable R release from CRAN. Then run the following code:

if (!requireNamespace("devtools", quietly = TRUE)) {
    install.packages("devtools")
}

devtools::install_github('eddieimada/REPAC')

Citation

Below is the citation output from using citation('REPAC') in R. Please run this yourself to check for any updates on how to cite REPAC.

print(citation('REPAC'), bibtex = TRUE)


eddieimada/REPAC documentation built on Aug. 20, 2023, 7:22 a.m.