{{ title }}

Generated {{ date }}
{{ page_variables.sample }}

{{ sections['variations'].title }}

{{ sections['variations'].content | safe }}

{% for row in sections['variations'].data %} {% endfor %}
Source Nucleotide Left gene Chromosome Breakpoint position Strand Right gene Chromosome Breakpoint position Strand
{{ row['source1'] }} {{ row['sample'] }} {{ row['h_gene'] }} {{ row['h_chr'] }} {{ row['h_bp'] }} {{ row['h_strand'] }} {{ row['t_gene'] }} {{ row['t_chr'] }} {{ row['t_bp'] }} {{ row['t_strand'] }}

{{ sections['transcripts'].title }}

{{ sections['transcripts'].content | safe }}

{% for row in sections['transcripts'].data %} {% endfor %}
Source Type Left gene transcript Left gene Chromosome Position Strand Right gene transcript Right gene Chromosome Position Strand
{{ row['ctype1'] }} {{ row['orf'] }} {{ row['h_enst'] }} {{ row['h_gene'] }} {{ row['h_chr'] }} {{ row['h_bp'] }} {{ row['h_strand'] }} {{ row['t_enst'] }} {{ row['t_gene'] }} {{ row['t_chr'] }} {{ row['t_bp'] }} {{ row['t_strand'] }}

{{ sections['ppi'].title }}

{{ sections['ppi'].content | safe }}

{{ sections['targeting_drugs'].title }}

{{ sections['targeting_drugs'].content | safe }}

{% for row in sections['targeting_drugs'].data %} {% set drug_status = row['drug_status'].split('|') %} {% endfor %}
Gene Drug Bank ID Drug status Drug status Drug function
{{ row['gene_symbol'] }} ({{ row['uniprot_acc'] }}) {{ row['drug_name'] }} ({{ row['drug_bank_id'] }}) {% for status in drug_status %} {{ status }} {% endfor %} {{ row['drug_name'] }} {{ row['drug_action'] }}