Closed AviMaayan closed 2 years ago
My plan was to use Bootstap 5 popovers with a question mark icon. So it is something like:
<span class="d-inline-block" tabindex="0" data-bs-toggle="popover" data-bs-trigger="hover focus" data-bs-content={description}>
<i class="far fa-question-circle"></i>
</span>
Gene-gene interactions (GGIs) from literature: GGIs are computed from based on the most co-mentions genes with the queried gene in published abstracts based on a PubMed search.
Drug-drug interactions (DDIs) from literature: DDIs are computed from based on the most co-mentions drugs with the queried drug in published abstracts based on a PubMed search.
Drug-drug interactions (DDIs) based on the LINCS L1000 signatures: DDIs are computed from the LINCS L1000 signatures. For each drug, the strongest signature is selected and then signatures are compared with the cosine distance. Signatures are computed using the Characteristic Direction method as described in Bioinformatics, 32, 15, 2338-2345 (2016).
Drug-gene interactions (DGIs) from literature: DGIs are computed from based on the most co-mentions drugs with the queried gene in published abstracts based on a PubMed search.
Gene-drug interactions (GDIs) from literature: GDIs are computed from based on the most co-mentions genes with the queried drug in published abstracts based on a PubMed search.