Skip to content
This repository has been archived by the owner on Oct 4, 2021. It is now read-only.

Commit

Permalink
Update description; opentargets/issues#590
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaFumis committed Jun 26, 2019
1 parent 7f1cca5 commit 2517fc9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 26 deletions.
17 changes: 6 additions & 11 deletions app/plugins/related-entities/related-diseases.html
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
<p class="ot-section-intro">Other diseases related to {{entitySymbol}} based on common associated targets</p>
<p class="ot-section-intro">
The top 20 diseases related to {{entitySymbol}} based on a computation of similar disease-to-target connections and overall association scores.
Clicking on a related disease bubble will show you a list of the targets used to calculate the similarity between the two diseases.
For more information on this visualisation and how we compute similarity scores, please read <a href="https://docs.targetvalidation.org/faq/how-do-you-compute-target-and-disease-similarity" target="_blank">our documentation on target and disease similarity</a>.
</p>

<p>Source: <a href="https://docs.targetvalidation.org/getting-started/scoring" target="_blank">Open Targets</a></p>
<!--<div class="row">-->
<!--<div class="col-sm-12 col-md-6" style="margin-top:20px">-->
<!--<div class="row">-->
<!--<div class="col-sm-6"></div>-->
<!--<div class="col-sm-6"><span style="font-size:0.8em;">Shared targets</span></div>-->
<!--</div>-->
<!--<ot-related-diseases-overview disease="disease" related="related" width="width"></ot-related-diseases-overview>-->
<!--</div>-->
<!--<ot-related-entity-details class="col-sm-12 col-md-6" entity="entity" subject="disease" object="related" width="width" ></ot-related-entity-details>-->
<!--</div>-->

<div class="row">
<ot-related-diseases-vis disease="disease" width="width"></ot-related-diseases-vis>
Expand Down
20 changes: 5 additions & 15 deletions app/plugins/related-entities/related-targets.html
Original file line number Diff line number Diff line change
@@ -1,20 +1,10 @@
<p class="ot-section-intro">Other targets related to {{entitySymbol}} based on common associated diseases</p>
<p class="ot-section-intro">
The top 20 targets related to {{entitySymbol}} based on a computation of similar target-to-disease connections and overall association scores.
Clicking on a related target bubble will show you a list of the diseases used to calculate the similarity between the two targets.
For more information on this visualisation and how we compute similarity scores, please read <a href="https://docs.targetvalidation.org/faq/how-do-you-compute-target-and-disease-similarity" target="_blank">our documentation on target and disease similarity</a>.
</p>
<p>Source: <a href="https://docs.targetvalidation.org/getting-started/scoring" target="_blank">Open Targets</a></p>
<!--<div class="row">-->
<!--<div id="ot-relations-plot" class="col-sm-12 col-md-6"></div>-->
<!--<div id="ot-relation-details" class="col-sm-12 col-md-6"></div>-->
<!--</div>-->

<!--<div class="row">-->
<!--<div class="col-sm-12 col-md-6" style="margin-top:20px">-->
<!--<div class="row">-->
<!--<div class="col-sm-6"></div>-->
<!--<div class="col-sm-6"><span style="font-size:0.8em;">Shared diseases</span></div>-->
<!--</div>-->
<!--<ot-related-targets-overview target="target" related="related" width="width"></ot-related-targets-overview>-->
<!--</div>-->
<!--<ot-related-entity-details class="col-sm-12 col-md-6" entity="entity" subject="target" object="related" width="width"></ot-related-entity-details>-->
<!--</div>-->
<div class="row">
<ot-related-targets-vis target="target" width="width"></ot-related-targets-vis>
</div>

0 comments on commit 2517fc9

Please sign in to comment.