Skip to content

Commit

Permalink
Clarify avg_pos_as_fraction
Browse files Browse the repository at this point in the history
  • Loading branch information
ernfrid committed Jul 14, 2016
1 parent 5bbd404 commit 0f3b356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.textile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ num_plus_strand -> number of reads on the plus/forward strand

num_minus_strand -> number of reads on the minus/reverse strand

avg_pos_as_fraction -> average position on the read as a fraction (calculated with respect to the length after clipping)
avg_pos_as_fraction -> average position on the read as a fraction (calculated with respect to the length after clipping). This value is normalized to the center of the read (bases occurring strictly at the center of the read have a value of 1, those occurring strictly at the ends should approach a value of 0)

avg_num_mismatches_as_fraction -> average number of mismatches on these reads per base

Expand Down

0 comments on commit 0f3b356

Please sign in to comment.