{% macro vep_transcripts(transcripts) %}
Gene | Transcript | Biotype | Consequence | Strand | Sift | PolyPhen | Exon | cDNA | Amino acid |
---|---|---|---|---|---|---|---|---|---|
{{ transcript.hgnc_symbol }} | {{ transcript.transcript_id }} | {{ transcript.biotype }} | {{ transcript.consequence }} | {{ transcript.strand }} | {{ transcript.sift }} | {{ transcript.polyphen }} | {{ transcript.exon }} | {{ transcript.HGVSc }} | {{ transcript.HGVSp }} |