diff options
author | Calvin Morrison <mutantturkey@gmail.com> | 2014-03-25 13:21:38 -0400 |
---|---|---|
committer | Calvin Morrison <mutantturkey@gmail.com> | 2014-03-25 13:21:38 -0400 |
commit | 7d16533ca9ad31db771e74c65e15f9f421d3a47e (patch) | |
tree | bba3631be5e896494980825bf675d5db603fcd44 /Makefile | |
parent | ab1bf5c1e90b351f50b5a8413135f854f2a5ab38 (diff) |
Update scoring function.
Before we were incorrectly scoring our background. Using the new
equation:
score = (nb_primers * fg_mean_dist * fg_variance_dist) / (bg_ratio)
where bg_ratio is bg_genome_length / count_of_bg_mers
This will be faster, and will simplify our code (no whcky appends or
anything.
It can be even faster if we want to by not even storing the background
points, just their hits. Should be relatively easy to do that.
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions