Skip to content

Commit

Permalink
Add press release
Browse files Browse the repository at this point in the history
  • Loading branch information
btmonier committed Jul 9, 2024
1 parent 0d91d63 commit d5b2b51
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: rPHG2
Title: R interface to PHGv2
Version: 0.4
Version: 0.5
Authors@R:
person(
given = "Brandon",
Expand Down
12 changes: 12 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## rPHG 0.5
* Added new visualization method, `plotGvcf()`:
+ auto plotting various gVCF metrics
+ granular metric support through formula subsetting
* Added new accessor and setting method, `seqnames()`
+ Returns all contig IDs found in a `PHGMetrics` object
+ Setter version (`seqnames()<-`) will update old IDs found within a
`data.frame` object
* Added new default methods to `plotGvcf()` and `plotDot()` for `PHGMetrics`
objects that only contain one alignment or gVCF dataset


## rPHG2 0.4
* Added vignettes and README updates
+ `vignette("rPHG2")`
Expand Down

0 comments on commit d5b2b51

Please sign in to comment.