- Home
- Bioconductor 3.19
- Software Packages
- cleanUpdTSeq
cleanUpdTSeq
This package is for version 3.19 of Bioconductor; for the stable, up-to-date release version, see cleanUpdTSeq.
cleanUpdTSeq cleans up artifacts from polyadenylation sites from oligo(dT)-mediated 3' end RNA sequending data
Bioconductor version: 3.19
This package implements a Naive Bayes classifier for accurately differentiating true polyadenylation sites (pA sites) from oligo(dT)-mediated 3' end sequencing such as PAS-Seq, PolyA-Seq and RNA-Seq by filtering out false polyadenylation sites, mainly due to oligo(dT)-mediated internal priming during reverse transcription. The classifer is highly accurate and outperforms other heuristic methods.
Author: Sarah Sheppard, Haibo Liu, Jianhong Ou, Nathan Lawson, Lihua Julie Zhu
Maintainer: Jianhong Ou <Jianhong.Ou at duke.edu>; Lihua Julie Zhu <Julie.Zhu at umassmed.edu>
citation("cleanUpdTSeq")):
Installation
To install this package, start R (version "4.4") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("cleanUpdTSeq")
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("cleanUpdTSeq")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.