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
-l, --lorenz-table TEXT Output table Lorenz-curve (for stdout use: -)
30
-
-x, --roc Output Lorenz-curve ROC to $lorenz_table.roc.txt
31
-
[ requires --lorenz-table to be set to file ]
32
39
-c, --coverage-table TEXT Output table Coverage-graph (for stdout use: -)
33
40
-L, --lorenz-svg TEXT Output figure Lorenz-curve (SVG).
34
41
-C, --coverage-svg TEXT Output figure Coverage-graph (SVG).
42
+
-s, --stats TEXT Output additional stats to text-file
43
+
-r, --region TEXT Scan depth only in selected region <chr:from-to>
44
+
(all positions: 1-based)
45
+
-b, --bed-regions TEXT Scan depth only in selected positions or regions
46
+
(BED file: start: 0-based & end: 1-based)
35
47
--help Show this message and exit.
36
-
37
48
```
38
49
39
50
The lowercase arguments (-l, -c) allow extraction of the raw data tables for custom plotting. The uppercase arguments (-L, -C) directly generate a plot. The implemented plot only contains one sample per plot. For multi-sample plots, use the column tables and your imagination.
0 commit comments