This mode is used to evaluate heptamer weights following the method of Hansen et al, NAR April 2010. It is implemented by edu.cornell.med.icb.goby.modes.HeptamerWeightsMode.java.
Mode Parameters
The following options are available in this mode
| Flag | Arguments | Required | Description |
|---|---|---|---|
(-c|--heptamer-counts) | heptamer-counts | no | The filename where heptamer count statistics will be written (in tab delimited format). Default value: heptamer-counts.tsv |
(-w|--weights) | weights | no | The filename where weights will be written for individual heptamers (in tab delimited format). |
(-p|--map) | map | no | The filename where a map will be written that associates individual read indices (in the input) to weight. Such maps can for instance be used by alignment to transcript count to produce reweighted transcript counts. Default value: read-index-to-heptamer-weights.bin |
(-o|--heptamer-info) | heptamer-info | no | The filename where heptamer information will be written. This file contains enough information to map a set of new reads to weights. Default value: heptamer-info.bin |
n/a | input | yes | The basenames of the input alignments to concatenate. |
--color-space | n/a | no | When this switch is provided, the reads are color-space and the first character of each read is skipped. Default value: FALSE |

Leave a Comment