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
Based on the search results below, we estimate that at least <b>{{ "{:.1f}".format(f_found * 100) }}%</b> of your sequencing data will map to known reference genomes.
16
+
<p>
17
+
Your sample is about <b>{{ "{:.1f}".format((1 - f_found) * 100) }}% unknown</b>. This could be new sequence and/or sequencing errors.
18
+
<p>
19
+
(<b>{{ "{:.1f}".format(f_unknown_high* (1 - f_found) * 100) }}%</b> of the sample is unknown and high abundance, so that's probably not sequencing error.)
20
+
21
+
<h2>Sample breakdown</h2>
22
+
23
+
<tableborder=1>
24
+
<tr>
25
+
<th><b>Percent assigned</b></th>
26
+
<th><b>Reference genome or collection </b></th>
27
+
<th><b>Estimated sequencing depth in sample</b></tr>
28
+
{% for item in gather_df.to_dict(orient='records') %}
total sample known: <b>{{ "{:.1f}".format(f_found * 100) }}%</b>
13
11
<p>
14
-
(This is an estimate for how much of your sequencing data will map to known reference genomes.)
12
+
This looks like an assembly, right?
13
+
<p>
14
+
Based on the results below, we estimate that at least
15
+
<b>{{ "{:.1f}".format(f_found * 100) }}%</b>
16
+
of your contigs will align to a known reference genome.
15
17
<p>
16
-
Your sample is {{ "{:.1f}".format((1 - f_found) * 100) }}% unknown. This is a combined estimate of genomic sequence not in our database, entirely new genomic sequence, SNPs/polymorphisms, or erroneous sequence.
18
+
Your sample is about {{ "{:.1f}".format((1 - f_found) * 100) }}% unknown. This is likely to be novel sequence!
0 commit comments