- Home
- Bioconductor 3.22
- Software Packages
- BadRegionFinder
BadRegionFinder
This is the released version of BadRegionFinder; for the devel version, see BadRegionFinder.
BadRegionFinder: an R/Bioconductor package for identifying regions with bad coverage
Bioconductor version: Release (3.22)
BadRegionFinder is a package for identifying regions with a bad, acceptable and good coverage in sequence alignment data available as bam files. The whole genome may be considered as well as a set of target regions. Various visual and textual types of output are available.
Author: Sarah Sandmann
Maintainer: Sarah Sandmann <sarah.sandmann at uni-muenster.de>
citation("BadRegionFinder")):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("BadRegionFinder")
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("BadRegionFinder")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.