You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/chanjo2/templates/report.html
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -179,10 +179,16 @@ <h4>General</h4>
179
179
</p>
180
180
{% endif %}
181
181
182
+
<p>
183
+
<strong>Average coverage</strong>:
184
+
defined as the mean coverage over a list of genes. Values were calculated as the mean of coverage values over single genes or intervals (transcripts or exons) from single genes
185
+
e.g. 38.24
186
+
</p>
187
+
182
188
<p>
183
189
<strong>Completeness</strong>:
184
190
defined as the ratio of bases
185
-
sequenced deeper than a specified cutoff
191
+
sequenced deeper than a specified cutoff. Values were calculated across pooled genes or genes' intervals, according to the sequencing technology used
0 commit comments