Bioc2026 Registration Open!

proActiv

Estimate Promoter Activity from RNA-Seq data

Bioconductor version: 3.23 · Package version: 1.22.0

Most human genes have multiple promoters that control the expression of different isoforms. The use of these alternative promoters enables the regulation of isoform expression pre-transcriptionally. Alternative promoters have been found to be important in a wide number of cell types and diseases. proActiv is an R package that enables the analysis of promoters from RNA-seq data. proActiv uses aligned reads as input, and generates counts and normalized promoter activity estimates for each annotated promoter. In particular, proActiv accepts junction files from TopHat2 or STAR or BAM files as inputs. These estimates can then be used to identify which promoter is active, which promoter is inactive, and which promoters change their activity across conditions. proActiv also allows visualization of promoter activity across conditions.

Installation

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

BiocManager::install("proActiv")

Details

MaintainerJoseph Lee <joseph.lee@u.nus.edu>
AuthorDeniz Demircioglu [aut] (ORCID: <https://orcid.org/0000-0001-7857-0407>), Jonathan Göke [aut], Joseph Lee [cre]
LicenseMIT + file LICENSE
URLhttps://github.com/GoekeLab/proActiv
Downloads rank368
Source branchRELEASE_3_23
biocViewsAlternativeSplicing, DifferentialSplicing, Epigenetics, FunctionalGenomics, GeneExpression, GeneRegulation, Preprocessing, RNASeq, Software, Transcription, Transcriptomics

Documentation

Download

Dependencies

Depends: R (>= 4.0.0)

Imports: AnnotationDbi, BiocParallel, data.table, dplyr, DESeq2, IRanges, GenomicRanges, GenomicFeatures, GenomicAlignments, GenomeInfoDb, ggplot2, gplots, graphics, methods, rlang, scales, S4Vectors, SummarizedExperiment, stats, tibble, txdbmaker

Suggests: GenomeInfoDbData, testthat, rmarkdown, knitr, Rtsne, gridExtra