Skip to content

Commit

Permalink
fix error in documentation for maxac parameter. fixes #13
Browse files Browse the repository at this point in the history
  • Loading branch information
carjed committed May 28, 2019
1 parent 9c9aa29 commit 4a1d502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ Note that the `chisq` outlier detection mode is generally more robust to low-SNV

`--maxac [INT]`

By default, *Helmsman* will evaluate only singleton SNVs (`--maxac 1`). To include more common SNVs, increase the value of this parameter. To include all SNVs, use `--maxac 0`. This is not recommended when using *Helmsman* for QC functionality, but may be useful for more general mutation signature analysis.
By default, *Helmsman* will evaluate all SNVs present in the input data [`--maxac 0`]. To include more common SNVs, up to a specific allele count threshold, increase the value of this parameter. For example, `--maxac 2` will include only singletons and doubletons.

## Output options

Expand Down

0 comments on commit 4a1d502

Please sign in to comment.