Skip to content

Commit

Permalink
elaborated on help for --cutoff info about using the value before log…
Browse files Browse the repository at this point in the history
…2 transformation

Former-commit-id: e8735fe
  • Loading branch information
brianjohnhaas committed May 10, 2018
1 parent 1496356 commit 1495d46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/inferCNV.R
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ pargs <- optparse::add_option(pargs, c("--cutoff"),
metavar="Cutoff",
help=paste("A number >= 0 is expected. A cut off for",
"the average expression of genes to be used",
"for CNV inference. [Default %default]"))
"for CNV inference (use the value before log2 transformation). [Default %default]"))

pargs <- optparse::add_option(pargs, c("--transform"),
type="logical",
Expand Down

0 comments on commit 1495d46

Please sign in to comment.