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
Copy file name to clipboardExpand all lines: book/src/intro_dmr.md
+24-2Lines changed: 24 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -174,9 +174,9 @@ The output from `modkit dmr pair` (and for each pairwise comparison with `modkit
174
174
| 5 | score | difference score, more positive values have increased difference | float |
175
175
| 6 | strand | strand for the region or single-base position | str |
176
176
| 7 | sample<sub>a</sub> counts | counts of each base modification in the region, comma-separated, for sample A | str |
177
-
| 8 | sample<sub>a</sub> total | total number of base modification calls in the region, including unmodified, for sample A |str|
177
+
| 8 | sample<sub>a</sub> total | total number of base modification calls in the region, including unmodified, for sample A |int|
178
178
| 9 | sample<sub>b</sub> counts | counts of each base modification in the region, comma-separated, for sample B | str |
179
-
| 10 | sample<sub>b</sub> total | total number of base modification calls in the region, including unmodified, for sample B |str|
179
+
| 10 | sample<sub>b</sub> total | total number of base modification calls in the region, including unmodified, for sample B |int|
180
180
| 11 | sample<sub>a</sub> percents | percent of calls for each base modification in the region, comma-separated, for sample A | str |
181
181
| 12 | sample<sub>b</sub> percents | percent of calls for each base modification in the region, comma-separated, for sample B | str |
182
182
| 13 | sample<sub>a</sub> fraction modified | fraction modification (of any kind) in sample A | float |
@@ -247,6 +247,28 @@ modkit dmr pair \
247
247
```
248
248
these columns will not be present.
249
249
250
+
The full table when performing single-site analysis with equal numbers of samples in groups, when running `modkit dmr pair`, will have the following schema:
0 commit comments