You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add charging visualization functions and shorten_trna_names() utility
Add shorten_trna_names() to extract reusable tRNA label shortening.
Improve plot_charging_diffs() with source_col faceting, label
shortening, and configurable label_col. Improve plot_abundance_charging()
with label shortening, source_col faceting, and lfcSE error bars. Add
new plot_charging_ratios() for box+jitter plots of raw charging ratios.
Replace deprecated geom_errorbarh() with geom_errorbar(orientation="y").
Use vars(.data[[col]]) for programmatic faceting.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: NEWS.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,13 @@
1
1
# clover 0.0.0.9000
2
2
3
+
*`plot_abundance_charging()` gains `shorten`, `source_col`, and `error_bars` parameters. Labels are auto-shortened via `shorten_trna_names()`, an optional faceting column separates host and phage tRNAs, and horizontal error bars show `lfcSE` on significant points when present.
4
+
5
+
*`plot_charging_diffs()` gains `source_col`, `label_col`, and `shorten` parameters. Labels are auto-shortened via `shorten_trna_names()` and an optional faceting column separates host and phage tRNAs.
6
+
7
+
*`plot_charging_ratios()` creates a box-and-jitter plot of raw charging ratios grouped by condition, with optional faceting and auto-shortened tRNA labels.
8
+
9
+
*`shorten_trna_names()` extracts the tRNA label-shortening logic into a reusable utility function, stripping source prefixes, the `tRNA-` prefix, and gene-copy suffixes.
10
+
3
11
*`compute_bcerror_delta()` computes per-position differences in base-calling error rates between two conditions from a summarized bcerror tibble.
4
12
5
13
*`prep_mod_heatmap()` prepares bcerror delta data for `plot_mod_heatmap()` by joining Sprinzl coordinates, annotating known modifications, and shortening tRNA labels.
0 commit comments