Skip to content

Commit

Permalink
annotation table
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanLawless committed Dec 5, 2024
1 parent 4acc915 commit 2b2f2f9
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions pages/annotation_table.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ nav_order: 5
<!-- 2023-05-31 00:00:01 -->

<head>
<!-- function to resize table iframe to make height 100% to prevent nested scolling. -->
<script>
<!-- function to resize table iframe to make height 100% to prevent nested scolling. --> <script>
function resizeIframe(obj) {
obj.style.height = obj.contentWindow.document.documentElement.scrollHeight + 'px';
}
Expand All @@ -19,10 +18,21 @@ Last update: 20230531

<h1>Annotation table</h1>

The majority of these databases are included in dbNSFP which is thus the simplest joint source [^Liu2011dbNSFP], [^Liu2020dbNSFP].

1. Liu X, Jian X, and Boerwinkle E. 2011. dbNSFP: a lightweight database of human non-synonymous SNPs and their functional predictions. Human Mutation. 32:894-899.

2. Liu X, Li C, Mou C, Dong Y, and Tu Y. 2020. dbNSFP v4: a comprehensive database of transcript-specific functional predictions and annotations for human nonsynonymous and splice-site SNVs. Genome Medicine. 12:103.

[^Liu2011dbNSFP]: Liu X, Jian X, and Boerwinkle E. 2011. dbNSFP: a lightweight database of human non-synonymous SNPs and their functional predictions. Human Mutation. 32:894-899.

[^Liu2020dbNSFP]: Liu X, Li C, Mou C, Dong Y, and Tu Y. 2020. dbNSFP v4: a comprehensive database of transcript-specific functional predictions and annotations for human nonsynonymous and splice-site SNVs. Genome Medicine. 12:103.

<img
src="{{ "data/annotation_datasets/output/annotation_datasets_category.png" | relative_url }}"
width="100%">


<iframe
src="{{ "data/annotation_datasets/output/annotation_datasets_table.html" | relative_url }}"
width="100%"
Expand Down

0 comments on commit 2b2f2f9

Please sign in to comment.