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/filtering.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Threshold values for modifications on a primary sequence base can be specified o
6
6
For example to set a threshold for cytosine modifications at 0.8 and adenine modifications at 0.9 provide `--filter-threshold C:0.8 --filter-threshold A:0.9`.
7
7
Pass threshold values per base modification can also be specified.
8
8
For example, to specify a threshold for canonical adenine at 0.8 and 6mA at 0.9 use `--filter-threshold A:0.8 --mod-thresholds a:0.9`.
9
-
Or to specify a threshold of 0.8 for 5mC, 0.9 for 5hmC, and 0.85 for canonical cytosine: `--filter-threshold C:0.85 --mod-thresholds m:0.8 --mod-thresholds h:0.9`
9
+
Or to specify a threshold of 0.8 for 5mC, 0.9 for 5hmC, and 0.85 for canonical cytosine: `--filter-threshold C:0.85 --mod-threshold m:0.8 --mod-threshold h:0.9`
10
10
11
11
Keep in mind that the `--mod-threshold` option will treat `A`, `C`, `G`, and `T` and "any-mod" as per the [specification](https://samtools.github.io/hts-specs/SAMtags.pdf).
0 commit comments