aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCalvin Morrison <mutantturkey@gmail.com>2014-04-01 13:32:17 -0400
committerCalvin Morrison <mutantturkey@gmail.com>2014-04-01 13:32:17 -0400
commit3fac0018e4da937dfa32b869f6ca819a6b67fe13 (patch)
tree9e4376ca3759d3c22eff258df9afcd009b86c9b0 /README.md
parente7b18504069aab40d68c38be195692fbaa50ce87 (diff)
add section for rescoring
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5bdffda..45fd3d9 100644
--- a/README.md
+++ b/README.md
@@ -13,6 +13,7 @@ PI: http://brisson.bio.upenn.edu/
* [Running Individual Steps](#running-individual-steps)
* [Manually Scoring Specific Mer Combinations From List ](#manually-scoring-specific-mer-combinations-from-list)
* [Manually Score All Combinations From List](#manually-score-all-combinations-from-list)
+ * [Manually Rescore All Combinations From Previously Scored File](#manually-rescore-all-combinations-from-previously-scored-file)
* [Table of Tunable Parameters](#tunable-parameters)
* [Equations](#equations)
* [Mer Selectivity](#mer-selectivity)
@@ -129,6 +130,16 @@ The mer file should look like this:
each row is a separate mer. do not put multiple mers on one line.
+### Manually rescore all combinations from previously scored file
+
+Users can manually rescore all combinations of mers they previously used in the
+score\_mers.py script. This allows users to test different score functions easily
+with the same combinations.
+
+An example would be this:
+
+ score_func=nb_primers**2 score_mers.py -f fg.fa -b bg.fa -r fg_bg/run_1/all-scores -o primers_squared_scores
+
## Tunable Parameters