Skip to content

Commit ed5c623

Browse files
authored
Merge pull request #623 from SuhasSrinivasan/compare-tx-sites
Fixes for documentation issues noted for `dmr compare-tx-sites`
2 parents a80a7ef + 127bca1 commit ed5c623

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

book/src/intro_compare_tx_sites.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ modkit dmr compare-tx-sites \
2626
-a ${bedmethyl_a} \
2727
-b ${bedmethyl_b} \
2828
--out ${output.bed} \
29-
--single-mod-code a \
29+
--single-code a \
3030
--plot volcano.svg \
3131
--gtf ${gtf} \
3232
--log debug.log
@@ -53,12 +53,13 @@ These data were downloaded from the reference [You et al., Benchmarking long-rea
5353
| 8 | gene_id | gene-id from the GTF | str |
5454
| 9 | gene_name | gene-name from the GTF or '-' if not found | str |
5555
| 10 | log2_fold_change | log base 2 fold change | float |
56-
| 11 | cond_a_proportions | JSON formatted string of condition 'A' per-modification proprotions | str |
57-
| 12 | cond_b_proportions | JSON formatted string of condition 'B' per-modification proprotions | str |
58-
| 13 | cond_a_counts | JSON formatted string of condition 'A' per-modification counts | str |
59-
| 14 | cond_b_counts | JSON formatted string of condition 'B' per-modification counts | str |
56+
| 11 | effect_size | difference in modification proportions between conditions | float |
57+
| 12 | cond_a_proportions | JSON formatted string of condition 'A' per-modification proprotions | str |
58+
| 13 | cond_b_proportions | JSON formatted string of condition 'B' per-modification proprotions | str |
59+
| 14 | cond_a_counts | JSON formatted string of condition 'A' per-modification counts | str |
60+
| 15 | cond_b_counts | JSON formatted string of condition 'B' per-modification counts | str |
6061

61-
Columns 11 through 14 are only present when the `--full` flag is passed.
62+
Columns 11 through 15 are only present when the `--full` flag is passed.
6263

6364

6465

0 commit comments

Comments
 (0)