[% # FOREACH row IN vep_data; '
'; row; ''; END %] [% # PROCESS dumper.tt dump = params %] [% # PROCESS dumper.tt dump = results.samples %] [% # PROCESS dumper.tt dump = results.counts %] [% # PROCESS dumper.tt dump = results.exon_ref %] [% # PROCESS dumper.tt dump = results.vep_data %] [% # PROCESS dumper.tt dump = natural_sort([1,3,'d','a']) %]
vep results [[% results.vep_data.size || 0 %]] :: sample match failures [[% results.counts.no_match || 0 %]] :: non-CDS [[% results.non_cds.size || 0 %]] :: new dataset
| HMDS ref | Exon / Allele | VEP | Result | Consequence | [% IF params.sift %]SIFT | [% END %] [% IF params.polyphen %]PolyPhen | [% END %]Existing variation | |
|---|---|---|---|---|---|---|---|---|
| [% i = i + 1; i; # loop-within-loop %] | [% entry.lab_no %] | [% vep_data.exon_id %] | [% entry.vep_row_count %] | [% entry.result %]% of [% entry.read %] | [% vep_data.consequence %] | [% IF params.sift; class = vep_data.sift.match('deleterious') ? 'highlight' : 'normal' %][% vep_data.sift %] | [% END %] [% IF params.polyphen; class = vep_data.polyphen.match('damaging') ? 'highlight' : 'normal' %][% vep_data.polyphen %] | [% END %][% IF vep_data.existing.length > 30 %] [% vep_data.existing | truncate(30) | html %] [% ELSE; vep_data.existing; END %] |
| HMDS ref | Exon / Allele | VEP | Consequence | Existing | Other | |
|---|---|---|---|---|---|---|
| [% i = i + 1; i; # loop-within-loop %] | [% entry.lab_no %] | [% vep_data.exon_id %] | [% entry.vep_row_count %] | [% vep_data.consequence %] | [% vep_data.existing %] | [% 'non-CDS' IF ( NOT vep_data.consequence AND NOT vep_data.existing ) %] |
| ID | Chr. | Start | End | Allele | Consequence | CDS | Protein | AA | Existing variation | [%# sift & poly order dependant on VEP::_prediction_and_score() %] [% IF params.sift %]SIFT | [% END %] [% IF params.polyphen %]PolyPhen | [% END %]Extra | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| [% loop.count %] | [% FOREACH col IN row %][% col | html %] | [% END %]
| ID | Chr. | Start | End | Allele | |
|---|---|---|---|---|---|
| [% loop.count %] | [% row.exon_id %] | [% row.chromosome %] | [% row.start_point %] | [% row.end_point %] | [% row.allele %] |