- Home
- Bioconductor 3.23
- Software Packages
- strandCheckR (development version)
strandCheckR
This is the development version of strandCheckR; for the stable release version, see strandCheckR.
Calculate strandness information of a bam file
Bioconductor version: Development (3.23)
This package aims to quantify and remove putative double strand DNA from a strand-specific RNA sample. There are also options and methods to plot the positive/negative proportions of all sliding windows, which allow users to have an idea of how much the sample was contaminated and the appropriate threshold to be used for filtering.
Author: Thu-Hien To [aut, cre], Stevie Pederson [aut] ORCID iD ORCID: 0000-0001-8197-3303
Maintainer: Thu-Hien To <tothuhien at gmail.com>
citation("strandCheckR")):
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("strandCheckR")
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("strandCheckR")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.