-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
62 lines (62 loc) · 1.53 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Package: tidyCoverage
Title: Extract and aggregate genomic coverage over features of interest
Version: 1.1.2
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.2.3
Depends:
R (>= 4.3.0),
SummarizedExperiment
Imports:
S4Vectors,
IRanges,
GenomicRanges,
GenomeInfoDb,
BiocParallel,
BiocIO,
rtracklayer,
methods,
tidyr,
ggplot2,
dplyr,
fansi,
pillar,
rlang,
scales,
cli,
purrr,
vctrs,
stats
Suggests:
tidySummarizedExperiment,
plyranges,
TxDb.Hsapiens.UCSC.hg19.knownGene,
AnnotationHub,
GenomicFeatures,
BiocStyle,
hues,
knitr,
rmarkdown,
sessioninfo,
testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr
LazyData: false