Summary
Putative Cells:
{{ putative_cells }}
{% if hasATAC == 1 %}
{% endif %}
{% if (hasMRNA == 1 or hasAbSeq == 1 or cell_calling_data == 'VDJ') and hasATAC == 1 %}
Bioproducts
{% endif %}|
{{ summary_headers1[loop.index0] }}
|
{% endfor %}
|---|
| {{ val }} | {% endfor %}
|
{{ summary_headers2[loop.index0] }}
|
{% endfor %}
|---|
| {{ val }} | {% endfor %}
{% endif %} {% if hasATAC == 1 %}
ATAC
|
{{ atac_summary_headers1[loop.index0] }}
|
{% endfor %}
|---|
| {{ val }} | {% endfor %}
|
{{ atac_summary_headers2[loop.index0] }}
|
{% endfor %}
|---|
| {{ val }} | {% endfor %}
Graphs
{% if hasTsneCoords == 1 or hasUmapCoords == 1 %}
{% else %}
{% if hasTsneCoords == 1 and hasUmapCoords == 1 %}
{% endif %}
No graphs available. (Usually due to too few or too many cells)
{% endif %}
{% if hasTsneCoords == 1 or hasUmapCoords == 1 %}
{% endif %}
Read Flow Diagram
Select Library:
Bioproduct Sequencing Quality
|
{{ sequence_quality_headers[loop.index0] }}
|
{% endfor %}
|---|
| {{ val }} {% endfor %} |
|
{{ library_quality_headers[loop.index0] }}
|
{% endfor %}
|---|
| {{ val }} {% endfor %} |
Bioproduct Alignment Categories
|
{{ alignment_headers[loop.index0] }}
|
{% endfor %}
|---|
| {{ val }} {% endfor %} |
Bioproduct Reads and Molecules
|
{{r_and_m_headers[loop.index0] }}
|
{% endfor %}
|---|
| {{ val }} | {% endfor %}
{% for biop_type, data in seq_saturation_plot_data['Seq_Saturation'].items() %}
{% endfor %}
Sequencing Depth for Target Saturation:
{% for biop_type, data in seq_saturation_plot_data['Seq_Saturation'].items() %}
{% if data.K %}
Target Sequencing Saturation:
%
{% if data.perc_raw_reads < 99 %}
{{ biop_type }} reads in input FASTQs:
%
{% endif %}
{% endif %}
{% endfor %}
ATAC Sequencing Quality
|
{{ atac_sequence_quality_headers[loop.index0] }}
|
{% endfor %}
|---|
| {{ val }} {% endfor %} |
ATAC Library Quality
|
{{ atac_library_quality_headers[loop.index0] }}
|
{% endfor %}
|---|
| {{ val }} {% endfor %} |
ATAC Alignment Categories
|
{{ atac_alignment_headers[loop.index0] }}
|
{% endfor %}
|---|
| {{ val }} {% endfor %} |
ATAC Fragments
|
{{ atac_fragment_headers[loop.index0] }}
|
{% endfor %}
|---|
| {{ val }} {% endfor %} |
ATAC Peaks
|
{{ atac_peak_headers[loop.index0] }}
|
{% endfor %}
|---|
| {{ val }} {% endfor %} |
Cells
{% for row in cell_summary_headers1 %}
{% if not loop.first %}
{% endif %}
{% if loop.first %}
{% endif %} {% endfor %}
{% if hasJointCells == 1 %}
{% endif %}
{{cell_summary_headers1[loop.index0]}}
{% endif %} {% endfor %}
{% for row in cell_summary_headers2 %}
{% if not loop.first %}
{% endif %}
{% if loop.first %}
{% endif %} {% endfor %}
{% endif %}
{{cell_summary_headers2[loop.index0]}}
{% endif %} {% endfor %}
{% for row in cell_summary_headers3 %}
{% if not loop.first %}
{% endif %}
{% if loop.first %}
{% endif %} {% endfor %}
{% endif %}
{% endif %}
{{cell_summary_headers3[loop.index0]}}
{% endif %} {% endfor %}
{% set dropdown_needed = (
(hasATACCells and hasATACScatterCells)
or hasJointCells
or (hasTCRCells and hasBCRCells)
) %}
{% if dropdown_needed %}
{% endif %}
{% endif %}
Bioproduct Cells
|
{{cell_headers[loop.index0] }}
|
{% endfor %}
|---|
| {{ val }} {% endfor %} |
{% for biop_type, data in seq_saturation_plot_data['Median_Bioproducts_per_Cell'].items() %}
{% if biop_type == 'mRNA' %}
{% endif %}
{% endfor %}
ATAC Cells
|
{{atac_cell_headers[loop.index0] }}
|
{% endfor %}
|---|
| {{ val }} {% endfor %} |
Sample Multiplexing
Valid Reads aligned to Sample Tags
Pct Reads from Putative Cells
|
{{sample_multiplexing_headers1[loop.index0] }}
|
{% endfor %}
|---|
| {{ val }} {% endfor %} |
VDJ
| {% for row in vdj_headers1 %} |
{{ vdj_headers1[loop.index0] }}
|
{% endfor %}
|---|---|
| {{ val }} | {% endfor %}|
| {% set rowloop = loop %} {% for val in list %} | {{ val }} | {% endfor %}
| {{ val }} | {% endfor %}|
| {% set rowloop = loop %} {% for val in list %} | {{ val }} | {% endfor %}
| {% for row in vdj_headers2 %} |
{{ vdj_headers2[loop.index0] }}
|
{% endfor %}
|---|---|
| {{ val }} | {% endfor %}|
| {% set rowloop = loop %} {% for val in list %} | {{ val }} | {% endfor %}
| {{ val }} | {% endfor %}|
| {% set rowloop = loop %} {% for val in list %} | {{ val }} | {% endfor %}
|
{{ vdj_headers3[loop.index0] }}
|
{% endfor %}
|---|
| {{ val }} | {% endfor %}
Pipeline Inputs
Pipeline version: {{pipeline_version}}
Pipeline Start Time: {{start_time}}
AbSeq Reference:
-
{% for row in abseq_ref %}
- {{ abseq_ref[loop.index0] }} {% endfor %}
- {{ref_archive}}
-
{% for row in supp_ref %}
- {{ supp_ref[loop.index0] }} {% endfor %}
-
{% for row in targ_ref %}
- {{ targ_ref[loop.index0] }} {% endfor %}
- {{predef_atac_peaks}}
-
{% for row in reads %}
- {{ reads[loop.index0] }} {% endfor %}
-
{% for row in reads_atac %}
- {{ reads_atac[loop.index0] }} {% endfor %}
Multiplexing Settings
Sample Tags Version: {{tag_version}}
Tag Names: {{tag_names}}
VDJ Species Version: {{vdj_species_version}}
Cell Calling Data: {{cell_calling_data}}
Cell Calling Bioproduct Algorithm: {{cell_calling_bioproduct_alg}}
Cell Calling ATAC Algorithm: {{cell_calling_atac_alg}}
Exact Cell Count: {{exact_count}}
Expected Cell Count: {{expected_count}}
Metric Alerts
(Under development)
{% if metric_alerts %}
{% for list in metric_alerts %}
{{list['Cause']}}
{% else %}
-
{% for val in list['Solutions'] %}
- {{val}} {% endfor %}
No alerts detected
{% endif %}