Skip to content

Commit 173e631

Browse files
Replace odds_ratios test data with odds_ratios_filtered files
The upstream pipeline now produces odds_ratios_filtered files (16 columns with BH-adjusted p-values) instead of the old odds_ratios format (7 columns). Update test data files to match, fixing create_clover() silently returning NULL for odds_ratios metadata. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent c7fa7fe commit 173e631

14 files changed

+20
-40
lines changed

inst/extdata/ecoli/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ Example data from a T4 phage infection time-course experiment on wild-type
1717

1818
### Pipeline output (`summary/tables/{sample}/`)
1919

20-
These TSV files are subsets of the full pipeline output, containing 5 host
21-
tRNAs (charged + uncharged = 10 total). They are used by `create_clover()`
22-
to demonstrate the data-loading workflow.
20+
These TSV files are subsets of the full pipeline output, containing 7 host
21+
tRNAs (charged + uncharged). They are used by `create_clover()` to
22+
demonstrate the data-loading workflow.
2323

2424
- `{sample}.bcerror.tsv.gz` -- per-position base-calling error rates
2525
- `{sample}.charging.cpm.tsv.gz` -- charging counts per million
26-
- `{sample}.odds_ratios.tsv.gz` -- pairwise modification co-occurrence
26+
- `{sample}.odds_ratios_filtered.tsv.gz` -- pairwise modification co-occurrence (BH-filtered)
2727
- `{sample}.align_stats.tsv.gz` -- alignment statistics
2828

2929
### Preprocessed data
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)