Skip to content

Commit

Permalink
Fix NEWS typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jpquast committed Feb 19, 2024
1 parent ef13367 commit f240518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Bug fixes

* `normalise()` now correctly works with grouped data. Previously it would only correctly work with ungrouped data frames. Now you can group the data to calculate group specific normalisations. If you want to compute a global normalisation for the dataset, you need to ungroup the data before using the function as usual. This fixes issue #209.
* `qc_sequence_coverage()` now correctly displays medians in facetted plot. This fixes issue #202 and #213.
* `qc_sequence_coverage()` now correctly displays medians in faceted plot. This fixes issue #202 and #213.

# protti 0.7.0

Expand Down

0 comments on commit f240518

Please sign in to comment.