{{ title }}

Genetic Spatial Mapping Plot

This plot shows the spatial genetic mapping results across different tissues.

{{ genetic_mapping_plot|safe }}

Cauchy Combination Result

This table presents the results of the Cauchy combination test, summarizing the genetic associations.

{% 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

The Manhattan plot shows the association of SNPs with the top associated gene across the genome.

{{ manhattan_plot|safe }}

Gene Expression and GSS Distribution

Select a gene to view its expression distribution and gene specificity score (GSS).

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

Top 50 Gene Diagnostic Info

This table lists the top 50 genes based on diagnostic criteria, including the gene specificity score (GSS) and PCC.

{% 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

Click to view detailed run information and parameters.

gsMap Version: {{ gsmap_version }}

Parameters:

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