- Home
- Bioconductor 3.22
- Software Packages
- tidyCoverage
tidyCoverage
This is the released version of tidyCoverage; for the devel version, see tidyCoverage.
Extract and aggregate genomic coverage over features of interest
Bioconductor version: Release (3.22)
`tidyCoverage` framework enables tidy manipulation of collections of genomic tracks and features using `tidySummarizedExperiment` methods. It facilitates the extraction, aggregation and visualization of genomic coverage over individual or thousands of genomic loci, relying on `CoverageExperiment` and `AggregatedCoverage` classes. This accelerates the integration of genomic track data in genomic analysis workflows.
Author: Jacques Serizay [aut, cre]
Maintainer: Jacques Serizay <jacquesserizay at gmail.com>
citation("tidyCoverage")):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("tidyCoverage")
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("tidyCoverage")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.