{{ title }}

Genetic Spatial Mapping Plot

Spatial genetic mapping results across the tissue.

{{ genetic_mapping_plot|safe }}

Cauchy Combination Result

{% for row in cauchy_table %} {% endfor %}
Annotation P Cauchy P Median
{{ row.annotation }} {{ "%.4e"|format(row.p_cauchy) }} {{ "%.4e"|format(row.p_median) }}

Diagnosis Manhattan Plot

{{ manhattan_plot|safe }}
{% if gene_plots %}

Gene Expression and GSS Distribution

Expression Distribution
{{ gene_plots[0].name }} Expression Distribution
Gene Specificity Score (GSS)
{{ gene_plots[0].name }} GSS Distribution
{% endif %}

Top 50 Gene Diagnostic Info

{% for row in gene_diagnostic_info %} {% endfor %}
Gene Annotation Median GSS PCC
{{ row.Gene }} {{ row.Annotation }} {{ "%.4f"|format(row.Median_GSS) }} {{ "%.4f"|format(row.PCC) }}

Running Info

gsMap Version: {{ gsmap_version }}

    {% for key, value in parameters.items() %}
  • {{ key }}: {{ value }}
  • {% endfor %}
{% if gene_plots %} {% endif %}