Package: megadepth Title: megadepth: BigWig and BAM related utilities Version: 1.23.0 Date: 2021-08-05 Authors@R: c( person( "Leonardo", "Collado-Torres", role = c("aut"), email = "lcolladotor@gmail.com", comment = c(ORCID = "0000-0003-2140-308X") ), person( given = "David", family = "Zhang", role = c("aut", "cre"), email = "david.zhang.12@ucl.ac.uk", comment = c(ORCID = "0000-0003-2382-8460") )) Description: 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. License: Artistic-2.0 URL: https://github.com/LieberInstitute/megadepth BugReports: https://support.bioconductor.org/t/megadepth biocViews: Software, Coverage, DataImport, Transcriptomics, RNASeq, Preprocessing Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.3 Suggests: covr, knitr, BiocStyle, sessioninfo, rmarkdown, rtracklayer, derfinder, GenomeInfoDb, tools, RefManageR, testthat SystemRequirements: megadepth () VignetteBuilder: knitr Imports: xfun, utils, fs, GenomicRanges, readr, cmdfun, dplyr, magrittr Config/testthat/edition: 3 Config/pak/sysreqs: cmake git make libgit2-dev libuv1-dev libssl-dev libx11-dev Repository: https://bioc.r-universe.dev Date/Publication: 2026-04-28 12:54:14 UTC RemoteUrl: https://github.com/bioc/megadepth RemoteRef: HEAD RemoteSha: 73f027de8981cde23b3abcdea3306a712499b034 NeedsCompilation: no Packaged: 2026-07-04 02:49:27 UTC; root Author: Leonardo Collado-Torres [aut] (ORCID: ), David Zhang [aut, cre] (ORCID: ) Maintainer: David Zhang