|
1520 | 1520 | {{ content(internal_data.noMatch.morfeedb) }} |
1521 | 1521 | {% endif %} |
1522 | 1522 | {# {% if external_data.positions.proteinType == 'unknown' %} #} |
1523 | | - {% if external_data.nonCodingPredictions.remm is not none or external_data.nonCodingPredictions.promoterai is not none or (external_data.positions.proteinType == 'unknown' and external_data.positions.DNAType == 'substitution')%} |
| 1523 | + {% if external_data.nonCodingPredictions.remm is not none or external_data.nonCodingPredictions.promoterai is not none or external_data.nonCodingPredictions.ncboostRaw is not none or (external_data.positions.proteinType == 'unknown' and external_data.positions.DNAType == 'substitution')%} |
1524 | 1524 | {{ section_subtitle('overall_nc_predictors', 'Overall non-coding predictors') }} |
1525 | 1525 | <div class="w3-responsive w3-container"> |
1526 | 1526 | <table class="w3-table w3-centered display compact" style="width:90%" id="noncoding_table"> |
|
1532 | 1532 | </tr> |
1533 | 1533 | </thead> |
1534 | 1534 | <tbody> |
1535 | | - {% if internal_data.noMatch.remm is not none or external_data.nonCodingPredictions.remm is not none %} |
| 1535 | + {% if internal_data.noMatch.remm is none or external_data.nonCodingPredictions.remm is not none %} |
1536 | 1536 | <tr><!--ReMM--> |
1537 | 1537 | <td class="w3-left-align"><a href="{{ urls.remm }}" target="_blank" title="Visit ReMM" rel="noopener noreferrer">ReMM</a>:</td> |
1538 | 1538 | {% if internal_data.noMatch.remm is none %} |
|
1543 | 1543 | <td class="w3-left-align"><em class="w3-small">Threshold > 0.924|0.961 for Likely Pathogenic and Pathogenic</em></td> |
1544 | 1544 | </tr> |
1545 | 1545 | {% endif %} |
1546 | | - {% if internal_data.noMatch.promoterai is not none or external_data.nonCodingPredictions.promoterai is not none %} |
| 1546 | + {% if internal_data.noMatch.promoterai is none or external_data.nonCodingPredictions.promoterai is not none %} |
1547 | 1547 | <tr><!--PromoterAI--> |
1548 | 1548 | <td class="w3-left-align"><a href="{{ urls.promoterai }}" target="_blank" title="Visit PromoterAI" rel="noopener noreferrer">PromoterAI</a>:</td> |
1549 | 1549 | {% if internal_data.noMatch.promoterai is none %} |
|
1554 | 1554 | <td class="w3-left-align"><em class="w3-small">Prediction of expression altering promoter variants; Thresholds ≤ -0.5 for under expression and ≥ 0.5 for over expression </em></td> |
1555 | 1555 | </tr> |
1556 | 1556 | {% endif %} |
| 1557 | + {% if internal_data.noMatch.ncboost is none or external_data.nonCodingPredictions.ncboostRaw is not none %} |
| 1558 | + <tr id="ncboost_tr"> |
| 1559 | + <td class="w3-left-align"><a href="{{ urls.ncboost }}" target="_blank" title="Visit NCBoost v2" rel="noopener noreferrer">NCBoost v2</a>:</td> |
| 1560 | + {% if internal_data.noMatch.ncboost is none %} |
| 1561 | + <td class="w3-left-align" id="ncboost_score">{{ external_data.nonCodingPredictions.ncboostRaw }} ({{ external_data.nonCodingPredictions.ncboostPhred}}) </td> |
| 1562 | + {% else %} |
| 1563 | + <td class="w3-left-align">{{ internal_data.noMatch.ncboost }}</td> |
| 1564 | + {% endif %} |
| 1565 | + <td class="w3-left-align"><em class="w3-small">NCBoost raw score [0-1] (rank perc.). The rank percentile expresses the ranking of the variant among all variants lying in the same chromosome. The higher the most likely to have an impact</em></td> |
| 1566 | + </tr> |
| 1567 | + {% endif %} |
1557 | 1568 | <!--hidden tr for MobiDeep called by ajax--> |
1558 | 1569 | <tr id="mobideep_tr" style="display:none;"> |
1559 | 1570 | <td class="w3-left-align"><a href="{{ urls.mobideep }}" target="_blank" title="Visit MobiDeep" rel="noopener noreferrer">MobiDeep</a>:</td> |
|
0 commit comments