diff --git a/DESCRIPTION b/DESCRIPTION index 23e81e3..1405afb 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: rPHG2 Title: R interface to PHGv2 -Version: 0.4 +Version: 0.5 Authors@R: person( given = "Brandon", diff --git a/NEWS.md b/NEWS.md index fb7efd4..23cbb89 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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")`