diff options
author | Calvin Morrison <mutantturkey@gmail.com> | 2014-03-28 00:08:04 -0400 |
---|---|---|
committer | Calvin Morrison <mutantturkey@gmail.com> | 2014-03-28 00:08:04 -0400 |
commit | 59ac62e890a7a1c11c6e316f12fd284b31c0c4ab (patch) | |
tree | 2e3957185a71cd0874440b1d2b364dd7a4aabb58 | |
parent | 667a34a4272c3dfd1a51996325397f2ccf67ba4c (diff) |
update selected_mers.py portion
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -173,8 +173,8 @@ The file structure outputted by default is this: ### select\_mers.py output -Select mers outputs a tab delimited file, with 4 columns: mer foreground count -background count and the mer selectivity we give it. (higher is better) +Select mers outputs a tab delimited file, with 4 columns: mer, foreground count, +background count, and the mer selectivity value. (higher is better) CTAACTTAGGTC 1572 155 10.14194 CTAACATAGGTC 1479 132 11.20455 |