You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
help="We will exclude the abnormal fragments that can't be assigned to any of the four signal tracks. After we use EM to find the means and stddevs of the four distributions, we will calculate the likelihood that a given fragment length fit any of the four using normal distribution. If a fragment length is not like ('not like' means the probability is lower than MIN_FRAG_P) any of short, mono, di, or tri-nuc fragment, we will exclude it while generating the four signal tracks for later HMM training and prediction. The value should be between 0 and 1. Smaller the value, more 'abnormal' fragments will be allowed. So if you want to include more fragments, make this value smaller. Default=0.001",
939
939
default=0.001)
940
+
# To amplify the difference for faster convergence
help="This option will control the factor to amplify the difference between the observed and expected mean and variance values of the four distributions, then decide the expected mean and variance in the next EM step. Larger jump will lead to faster convergence but may be less stable. Default=0.5",
943
+
default=0.5)
940
944
# group for HMM
941
945
group_hmm=argparser_hmmratac.add_argument_group("Hidden Markov Model arguments")
0 commit comments