megadepth
megadepth: BigWig and BAM related utilities
Bioconductor version: 3.23 · Package version: 1.22.0
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.
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("megadepth") Details
| Maintainer | David Zhang <david.zhang.12@ucl.ac.uk> |
| Author | Leonardo Collado-Torres [aut] (ORCID: <https://orcid.org/0000-0003-2140-308X>), David Zhang [aut, cre] (ORCID: <https://orcid.org/0000-0003-2382-8460>) |
| License | Artistic-2.0 |
| URL | https://github.com/LieberInstitute/megadepth |
| Bug Reports | https://support.bioconductor.org/t/megadepth |
| System Requirements | megadepth (<https://github.com/ChristopherWilks/megadepth>) |
| Downloads rank | 308 |
| Source branch | RELEASE_3_23 |
| biocViews | Coverage, DataImport, Preprocessing, RNASeq, Software, Transcriptomics |
Documentation
Download
Dependencies
Imports: xfun, utils, fs, GenomicRanges, readr, cmdfun, dplyr, magrittr
Suggests: covr, knitr, BiocStyle, sessioninfo, rmarkdown, rtracklayer, derfinder, GenomeInfoDb, tools, RefManageR, testthat
Reverse dependencies
Imports Me (1): chevreulProcess