Skip to content

Commit de36570

Browse files
committed
Minor updates.
1 parent c753f24 commit de36570

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/org/seqcode/projects/chexmix/ChExMix.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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" +

src/org/seqcode/projects/chexmix/framework/ChExMixConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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" +

0 commit comments

Comments
 (0)