- Home
- Bioconductor 3.16
- Software Packages
- megadepth
megadepth
This package is for version 3.16 of Bioconductor; for the stable, up-to-date release version, see megadepth.
megadepth: BigWig and BAM related utilities
Bioconductor version: 3.16
This package provides an R interface to Megadepth by Christopher Wilks available at https://github.com/ChristopherWilks/megadepth. It is particularly useful for computing the coverage of a set of genomic regions across bigWig or BAM files. With this package, you can build base-pair coverage matrices for regions or annotations of your choice from BigWig files. Megadepth was used to create the raw files provided by https://bioconductor.org/packages/recount3.
Author: Leonardo Collado-Torres [aut] , David Zhang [aut, cre]
Maintainer: David Zhang <david.zhang.12 at ucl.ac.uk>
citation("megadepth")):
Installation
To install this package, start R (version "4.2") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("megadepth")
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("megadepth")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.