| b40402d1 |
Package: tidyCoverage
Title: Extract and aggregate genomic coverage over features of interest
|
| 283f96fc |
Version: 1.7.0
|
| 4a79c077 |
Date: 2023-11-09
Authors@R:
|
| 1951d87e |
person("Jacques", "Serizay", , "[email protected]",
role = c("aut", "cre"))
|
| b40402d1 |
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
|
| 68332f1d |
individual or thousands of genomic loci, relying on `CoverageExperiment`
|
| b40402d1 |
and `AggregatedCoverage` classes. This accelerates the integration
of genomic track data in genomic analysis workflows.
|
| 4a79c077 |
License: MIT + file LICENSE
|
| b40402d1 |
URL: https://github.com/js2264/tidyCoverage
BugReports: https://github.com/js2264/tidyCoverage/issues
|
| 2ba8a4f9 |
biocViews:
Software,
|
| 17d83fc5 |
Sequencing,
Coverage,
|
| 4a79c077 |
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Depends:
|
| 2ba8a4f9 |
R (>= 4.3.0),
|
| 4a79c077 |
SummarizedExperiment
Imports:
S4Vectors,
IRanges,
GenomicRanges,
GenomeInfoDb,
BiocParallel,
|
| 7fcd5897 |
BiocIO,
|
| 957d8fb5 |
rtracklayer,
|
| 4a79c077 |
methods,
|
| 031b5afd |
tidyr,
|
| d0c89d44 |
ggplot2,
|
| 4a79c077 |
dplyr,
fansi,
pillar,
rlang,
|
| f85d4dc4 |
scales,
|
| 4a79c077 |
cli,
purrr,
|
| 2ba8a4f9 |
vctrs,
stats
|
| 4a79c077 |
Suggests:
tidySummarizedExperiment,
plyranges,
TxDb.Hsapiens.UCSC.hg19.knownGene,
AnnotationHub,
GenomicFeatures,
BiocStyle,
|
| 96337ba0 |
hues,
|
| 4a79c077 |
knitr,
rmarkdown,
sessioninfo,
testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr
LazyData: false
|