Package: tidyCoverage
Title: Extract and aggregate genomic coverage over features of interest
Version: 1.7.1
Date: 2023-11-09
Authors@R: 
    person("Jacques", "Serizay", , "jacquesserizay@gmail.com", 
        role = c("aut", "cre"))
Description: `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. 
License: MIT + file LICENSE
URL: https://github.com/js2264/tidyCoverage
BugReports: https://github.com/js2264/tidyCoverage/issues
biocViews: Software, Sequencing, Coverage,
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Depends: R (>= 4.3.0), SummarizedExperiment
Imports: S4Vectors, IRanges, GenomicRanges, GenomeInfoDb, BiocParallel,
        BiocIO, rtracklayer, methods, tidyr, tibble, ggplot2, ggrastr,
        dplyr, fansi, pillar, rlang, scales, cli, purrr, vctrs, stats
Suggests: tidySummarizedExperiment, plyranges,
        TxDb.Mmusculus.UCSC.mm10.knownGene, AnnotationHub,
        GenomicFeatures, BiocStyle, hues, knitr, rmarkdown,
        sessioninfo, testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr
LazyData: false
git_url: https://git.bioconductor.org/packages/tidyCoverage
git_branch: devel
git_last_commit: 8a0985f
git_last_commit_date: 2026-01-06
Repository: Bioconductor 3.23
Date/Publication: 2026-01-07
NeedsCompilation: no
Packaged: 2026-01-08 01:31:50 UTC; biocbuild
Author: Jacques Serizay [aut, cre]
Maintainer: Jacques Serizay <jacquesserizay@gmail.com>
