File tree Expand file tree Collapse file tree
src/org/seqcode/projects/chexmix Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -401,7 +401,7 @@ public static String getChExMixArgsList(){
401401 "\t --prlogconf <Poisson log threshold for potential region scanning (default=-6)>\n " +
402402 "\t --fixedalpha <binding events must have at least this number of reads (default: set automatically)>\n " +
403403 "\t --alphascale <alpha scaling factor; increase for stricter event calls (default=1.0)>\n " +
404- "\t --betascale <beta scaling factor; prior on subtype assignment (default=0.05)>\n " +
404+ "\t --betascale <beta scaling factor; sparse prior on subtype assignment (default=0.05)>\n " +
405405 "\t --epsilonscale <epsilon scaling factor; increase for more weight on motif in subtype assignment (default=0.2)>\n " +
406406 "\t --minsubtypefrac <subtypes must have at least this percentage of associated binding events; increase for fewer subtypes (default=0.05)>\n " +
407407 "\t --peakf <file of peaks to initialize component positions>\n " +
Original file line number Diff line number Diff line change @@ -515,7 +515,7 @@ public String getArgsList(){
515515 "\t --prlogconf <Poisson log threshold for potential region scanning (default=-6)>\n " +
516516 "\t --fixedalpha <binding events must have at least this number of reads (default: set automatically)>\n " +
517517 "\t --alphascale <alpha scaling factor; increase for stricter event calls (default=1.0)>\n " +
518- "\t --betascale <beta scaling factor; prior on subtype assignment (default=0.05)>\n " +
518+ "\t --betascale <beta scaling factor; sparse prior on subtype assignment (default=0.05)>\n " +
519519 "\t --epsilonscale <epsilon scaling factor; increase for more weight on motif in subtype assignment (default=0.2)>\n " +
520520 "\t --minsubtypefrac <subtypes must have at least this percentage of associated binding events; increase for fewer subtypes (default=0.05)>\n " +
521521 "\t --peakf <file of peaks to initialize component positions>\n " +
You can’t perform that action at this time.
0 commit comments