| ... | ... |
@@ -1,6 +1,6 @@ |
| 1 | 1 |
Package: tidyCoverage |
| 2 | 2 |
Title: Extract and aggregate genomic coverage over features of interest |
| 3 |
-Version: 1.1.0 |
|
| 3 |
+Version: 1.1.1 |
|
| 4 | 4 |
Date: 2023-11-09 |
| 5 | 5 |
Authors@R: |
| 6 | 6 |
person("Jacques", "Serizay", , "[email protected]",
|
| ... | ... |
@@ -54,7 +54,6 @@ Suggests: |
| 54 | 54 |
BiocStyle, |
| 55 | 55 |
hues, |
| 56 | 56 |
knitr, |
| 57 |
- quarto, |
|
| 58 | 57 |
rmarkdown, |
| 59 | 58 |
sessioninfo, |
| 60 | 59 |
testthat (>= 3.0.0) |
| ... | ... |
@@ -35,6 +35,7 @@ Imports: |
| 35 | 35 |
rtracklayer, |
| 36 | 36 |
methods, |
| 37 | 37 |
tidyr, |
| 38 |
+ ggplot2, |
|
| 38 | 39 |
dplyr, |
| 39 | 40 |
fansi, |
| 40 | 41 |
pillar, |
| ... | ... |
@@ -46,7 +47,6 @@ Imports: |
| 46 | 47 |
Suggests: |
| 47 | 48 |
tidySummarizedExperiment, |
| 48 | 49 |
plyranges, |
| 49 |
- ggplot2, |
|
| 50 | 50 |
TxDb.Hsapiens.UCSC.hg19.knownGene, |
| 51 | 51 |
AnnotationHub, |
| 52 | 52 |
GenomicFeatures, |
| ... | ... |
@@ -1,6 +1,6 @@ |
| 1 | 1 |
Package: tidyCoverage |
| 2 | 2 |
Title: Extract and aggregate genomic coverage over features of interest |
| 3 |
-Version: 0.99.3 |
|
| 3 |
+Version: 0.99.4 |
|
| 4 | 4 |
Date: 2023-11-09 |
| 5 | 5 |
Authors@R: |
| 6 | 6 |
person("Jacques", "Serizay", , "[email protected]",
|
| ... | ... |
@@ -17,7 +17,8 @@ URL: https://github.com/js2264/tidyCoverage |
| 17 | 17 |
BugReports: https://github.com/js2264/tidyCoverage/issues |
| 18 | 18 |
biocViews: |
| 19 | 19 |
Software, |
| 20 |
- Coverage |
|
| 20 |
+ Sequencing, |
|
| 21 |
+ Coverage, |
|
| 21 | 22 |
Encoding: UTF-8 |
| 22 | 23 |
Roxygen: list(markdown = TRUE) |
| 23 | 24 |
RoxygenNote: 7.2.3 |
| ... | ... |
@@ -1,6 +1,6 @@ |
| 1 | 1 |
Package: tidyCoverage |
| 2 | 2 |
Title: Extract and aggregate genomic coverage over features of interest |
| 3 |
-Version: 0.99.2 |
|
| 3 |
+Version: 0.99.3 |
|
| 4 | 4 |
Date: 2023-11-09 |
| 5 | 5 |
Authors@R: |
| 6 | 6 |
person("Jacques", "Serizay", , "[email protected]",
|
| ... | ... |
@@ -9,7 +9,7 @@ Description: `tidyCoverage` framework enables tidy manipulation |
| 9 | 9 |
of collections of genomic tracks and features using |
| 10 | 10 |
`tidySummarizedExperiment` methods. It facilitates the |
| 11 | 11 |
extraction, aggregation and visualization of genomic coverage over |
| 12 |
- individual of thousands of genomic loci, relying on `CoverageExperiment` |
|
| 12 |
+ individual or thousands of genomic loci, relying on `CoverageExperiment` |
|
| 13 | 13 |
and `AggregatedCoverage` classes. This accelerates the integration |
| 14 | 14 |
of genomic track data in genomic analysis workflows. |
| 15 | 15 |
License: MIT + file LICENSE |
| ... | ... |
@@ -1,14 +1,20 @@ |
| 1 |
-Package: CoverageExperiment |
|
| 2 |
-Title: Aggregate coverage over aligned genomic features of interest |
|
| 1 |
+Package: tidyCoverage |
|
| 2 |
+Title: Extract and aggregate genomic coverage over features of interest |
|
| 3 | 3 |
Version: 0.98.0 |
| 4 | 4 |
Date: 2023-11-09 |
| 5 | 5 |
Authors@R: |
| 6 | 6 |
person("Jacques", "Serizay", , "[email protected]",
|
| 7 | 7 |
role = c("aut", "cre"))
|
| 8 |
-Description: What the package does (one paragraph). |
|
| 8 |
+Description: `tidyCoverage` framework enables tidy manipulation |
|
| 9 |
+ of collections of genomic tracks and features using |
|
| 10 |
+ `tidySummarizedExperiment` methods. It facilitates the |
|
| 11 |
+ extraction, aggregation and visualization of genomic coverage over |
|
| 12 |
+ individual of thousands of genomic loci, relying on `CoverageExperiment` |
|
| 13 |
+ and `AggregatedCoverage` classes. This accelerates the integration |
|
| 14 |
+ of genomic track data in genomic analysis workflows. |
|
| 9 | 15 |
License: MIT + file LICENSE |
| 10 |
-URL: https://github.com/js2264/CoverageExperiment |
|
| 11 |
-BugReports: https://github.com/js2264/CoverageExperiment/issues |
|
| 16 |
+URL: https://github.com/js2264/tidyCoverage |
|
| 17 |
+BugReports: https://github.com/js2264/tidyCoverage/issues |
|
| 12 | 18 |
biocViews: |
| 13 | 19 |
Software, |
| 14 | 20 |
Coverage |
| ... | ... |
@@ -9,12 +9,14 @@ Description: What the package does (one paragraph). |
| 9 | 9 |
License: MIT + file LICENSE |
| 10 | 10 |
URL: https://github.com/js2264/CoverageExperiment |
| 11 | 11 |
BugReports: https://github.com/js2264/CoverageExperiment/issues |
| 12 |
-biocViews: Software |
|
| 12 |
+biocViews: |
|
| 13 |
+ Software, |
|
| 14 |
+ Coverage |
|
| 13 | 15 |
Encoding: UTF-8 |
| 14 | 16 |
Roxygen: list(markdown = TRUE) |
| 15 | 17 |
RoxygenNote: 7.2.3 |
| 16 | 18 |
Depends: |
| 17 |
- R (>= 2.10), |
|
| 19 |
+ R (>= 4.3.0), |
|
| 18 | 20 |
SummarizedExperiment |
| 19 | 21 |
Imports: |
| 20 | 22 |
S4Vectors, |
| ... | ... |
@@ -30,7 +32,9 @@ Imports: |
| 30 | 32 |
rlang, |
| 31 | 33 |
cli, |
| 32 | 34 |
purrr, |
| 35 |
+ vctrs, |
|
| 33 | 36 |
vctrs |
| 37 |
+ stats |
|
| 34 | 38 |
Suggests: |
| 35 | 39 |
tidySummarizedExperiment, |
| 36 | 40 |
plyranges, |
| ... | ... |
@@ -22,6 +22,7 @@ Imports: |
| 22 | 22 |
GenomicRanges, |
| 23 | 23 |
GenomeInfoDb, |
| 24 | 24 |
BiocParallel, |
| 25 |
+ rtracklayer, |
|
| 25 | 26 |
methods, |
| 26 | 27 |
dplyr, |
| 27 | 28 |
fansi, |
| ... | ... |
@@ -33,7 +34,6 @@ Imports: |
| 33 | 34 |
Suggests: |
| 34 | 35 |
tidySummarizedExperiment, |
| 35 | 36 |
plyranges, |
| 36 |
- rtracklayer, |
|
| 37 | 37 |
ggplot2, |
| 38 | 38 |
TxDb.Hsapiens.UCSC.hg19.knownGene, |
| 39 | 39 |
AnnotationHub, |
| ... | ... |
@@ -1,14 +1,14 @@ |
| 1 | 1 |
Package: CoverageExperiment |
| 2 |
-Title: Coverage metrics over aligned genomic features of interest |
|
| 2 |
+Title: Aggregate coverage over aligned genomic features of interest |
|
| 3 | 3 |
Version: 0.98.0 |
| 4 | 4 |
Date: 2023-11-09 |
| 5 | 5 |
Authors@R: |
| 6 |
- person("First", "Last", , "[email protected]", role = c("aut", "cre"),
|
|
| 7 |
- comment = c(ORCID = "YOUR-ORCID-ID")) |
|
| 6 |
+ person("Jacques", "Serizay", , "[email protected]",
|
|
| 7 |
+ role = c("aut", "cre"))
|
|
| 8 | 8 |
Description: What the package does (one paragraph). |
| 9 | 9 |
License: MIT + file LICENSE |
| 10 |
-URL: |
|
| 11 |
-BugReports: https://support.bioconductor.org/tag/CoverageExperiment |
|
| 10 |
+URL: https://github.com/js2264/CoverageExperiment |
|
| 11 |
+BugReports: https://github.com/js2264/CoverageExperiment/issues |
|
| 12 | 12 |
biocViews: Software |
| 13 | 13 |
Encoding: UTF-8 |
| 14 | 14 |
Roxygen: list(markdown = TRUE) |
| ... | ... |
@@ -46,14 +46,3 @@ Suggests: |
| 46 | 46 |
Config/testthat/edition: 3 |
| 47 | 47 |
VignetteBuilder: knitr |
| 48 | 48 |
LazyData: false |
| 49 |
-Collate: |
|
| 50 |
- 'AllClasses.R' |
|
| 51 |
- 'AllGenerics.R' |
|
| 52 |
- 'AllMethods.R' |
|
| 53 |
- 'CoverageExperiment.R' |
|
| 54 |
- 'aggregate.R' |
|
| 55 |
- 'data.R' |
|
| 56 |
- 'globals.R' |
|
| 57 |
- 'print.R' |
|
| 58 |
- 'reexports.R' |
|
| 59 |
- 'utils.R' |
| 1 | 1 |
new file mode 100644 |
| ... | ... |
@@ -0,0 +1,59 @@ |
| 1 |
+Package: CoverageExperiment |
|
| 2 |
+Title: Coverage metrics over aligned genomic features of interest |
|
| 3 |
+Version: 0.98.0 |
|
| 4 |
+Date: 2023-11-09 |
|
| 5 |
+Authors@R: |
|
| 6 |
+ person("First", "Last", , "[email protected]", role = c("aut", "cre"),
|
|
| 7 |
+ comment = c(ORCID = "YOUR-ORCID-ID")) |
|
| 8 |
+Description: What the package does (one paragraph). |
|
| 9 |
+License: MIT + file LICENSE |
|
| 10 |
+URL: |
|
| 11 |
+BugReports: https://support.bioconductor.org/tag/CoverageExperiment |
|
| 12 |
+biocViews: Software |
|
| 13 |
+Encoding: UTF-8 |
|
| 14 |
+Roxygen: list(markdown = TRUE) |
|
| 15 |
+RoxygenNote: 7.2.3 |
|
| 16 |
+Depends: |
|
| 17 |
+ R (>= 2.10), |
|
| 18 |
+ SummarizedExperiment |
|
| 19 |
+Imports: |
|
| 20 |
+ S4Vectors, |
|
| 21 |
+ IRanges, |
|
| 22 |
+ GenomicRanges, |
|
| 23 |
+ GenomeInfoDb, |
|
| 24 |
+ BiocParallel, |
|
| 25 |
+ methods, |
|
| 26 |
+ dplyr, |
|
| 27 |
+ fansi, |
|
| 28 |
+ pillar, |
|
| 29 |
+ rlang, |
|
| 30 |
+ cli, |
|
| 31 |
+ purrr, |
|
| 32 |
+ vctrs |
|
| 33 |
+Suggests: |
|
| 34 |
+ tidySummarizedExperiment, |
|
| 35 |
+ plyranges, |
|
| 36 |
+ rtracklayer, |
|
| 37 |
+ ggplot2, |
|
| 38 |
+ TxDb.Hsapiens.UCSC.hg19.knownGene, |
|
| 39 |
+ AnnotationHub, |
|
| 40 |
+ GenomicFeatures, |
|
| 41 |
+ BiocStyle, |
|
| 42 |
+ knitr, |
|
| 43 |
+ rmarkdown, |
|
| 44 |
+ sessioninfo, |
|
| 45 |
+ testthat (>= 3.0.0) |
|
| 46 |
+Config/testthat/edition: 3 |
|
| 47 |
+VignetteBuilder: knitr |
|
| 48 |
+LazyData: false |
|
| 49 |
+Collate: |
|
| 50 |
+ 'AllClasses.R' |
|
| 51 |
+ 'AllGenerics.R' |
|
| 52 |
+ 'AllMethods.R' |
|
| 53 |
+ 'CoverageExperiment.R' |
|
| 54 |
+ 'aggregate.R' |
|
| 55 |
+ 'data.R' |
|
| 56 |
+ 'globals.R' |
|
| 57 |
+ 'print.R' |
|
| 58 |
+ 'reexports.R' |
|
| 59 |
+ 'utils.R' |