Skip to content

Commit

Permalink
Update refactor_parser.py
Browse files Browse the repository at this point in the history
  • Loading branch information
yedidimr authored Dec 8, 2016
1 parent 49decc6 commit d3ed1c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parsers/refactor_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def __init__(self, parser):
refactor.add_argument('--t', type = int, default = 500, help = "The number of sites to use for computing the ReFACtor components (DEFAULT=500)")
refactor.add_argument('--numcomp', type = int, help = "The number of ReFACTor components to output (DEFAULT=K)")
refactor.add_argument('--fs', type = str, default = 'normal', help = "Feature selection mode; options: normal, controls, phenotype (DEFAULT=normal)")
refactor.add_argument('--stdth', type = float, default = 0.02, help = "Threshold for excluding low variance sites (DEFAULT=0.01) (all sites with std lower than this threshold will be excluded)")
refactor.add_argument('--stdth', type = float, default = 0.02, help = "Threshold for excluding low variance sites (DEFAULT=0.02) (all sites with std lower than this threshold will be excluded)")
refactor.add_argument('--covar', type = str, nargs='*', help = "List of covariate names to use.")
refactor.add_argument('--pheno', type = str, nargs='*', help = "The phenotype name to use (if 'phenotype' was selected under --fs)")

Expand Down

0 comments on commit d3ed1c2

Please sign in to comment.