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 ]
30
32
-c, --coverage-table TEXT Output table Coverage-graph (for stdout use: -)
31
33
-L, --lorenz-svg TEXT Output figure Lorenz-curve (SVG).
32
34
-C, --coverage-svg TEXT Output figure Coverage-graph (SVG).
33
35
--help Show this message and exit.
36
+
34
37
```
35
38
36
39
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.
Copy file name to clipboardExpand all lines: bin/bam-lorenz-coverage
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,10 +12,11 @@ from blc.blc import bamlorenzcoverage
12
12
@click.version_option(blc.__version__+"\n\n"+blc.__license_notice__+"\n\nCopyright (C) 2018 "+blc.__author__+".\n\nFor more info please visit:\n"+blc.__homepage__)
0 commit comments