Name Mode Size
R 040000
data 040000
inst 040000
man 040000
tests 040000
vignettes 040000
.Rbuildignore 100644 0 kb
.gitignore 100644 0 kb
DESCRIPTION 100644 2 kb
NAMESPACE 100644 4 kb
NEWS 100644 5 kb
README.md 100644 1 kb
README.md
# InPAS [![platforms](http://bioconductor.org/shields/availability/devel/InPAS.svg)](http://bioconductor.org/packages/devel/bioc/html/InPAS.html) [![build](http://bioconductor.org/shields/build/devel/bioc/InPAS.svg)](http://bioconductor.org/packages/devel/bioc/html/InPAS.html) Identification of Novel alternative PolyAdenylation Sites (PAS) 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 from RNAseq data. It leverages cleanUpdTSeq to fine tune identified APA sites. ## Installation To install this package, start R and enter: ```r library(BiocManager) BiocManager::install("InPAS") ``` ## Documentation To view documentation of InPAS, start R and enter: ```r browseVignettes("InPAS") ```