- Home
- Bioconductor 3.23
- Software Packages
- InPAS (development version)
InPAS
This is the development version of InPAS; for the stable release version, see InPAS.
Identify Novel Alternative PolyAdenylation Sites (PAS) from RNA-seq data
Bioconductor version: Development (3.23)
Alternative polyadenylation (APA) is one of the important post- transcriptional regulation mechanisms which occurs in most human genes. InPAS facilitates the discovery of novel APA sites and the differential usage of APA sites from RNA-Seq data. It leverages cleanUpdTSeq to fine tune identified APA sites by removing false sites.
Author: Jianhong Ou [aut, cre], Haibo Liu [aut], Lihua Julie Zhu [aut], Sungmi M. Park [aut], Michael R. Green [aut]
Maintainer: Jianhong Ou <jou at morgridge.org>
citation("InPAS")):
Installation
To install this package, start R (version "4.6") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
# The following initializes usage of Bioc devel
BiocManager::install(version='devel')
BiocManager::install("InPAS")
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("InPAS")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.