-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Package: tidyCoverage | ||
Title: Extract and aggregate genomic coverage over features of interest | ||
Version: 0.99.2 | ||
Version: 0.99.3 | ||
Date: 2023-11-09 | ||
Authors@R: | ||
person("Jacques", "Serizay", , "[email protected]", | ||
|
@@ -9,7 +9,7 @@ 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 of thousands of genomic loci, relying on `CoverageExperiment` | ||
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 | ||
|