HTML("This is the online supplementary materials of the manuscript entitled <b>'Evolutionary history of SARS-CoV-2 interacting proteins in primates and bats reveals major host determinants, including TMPRSS2, FYCO1, RIPK1, and TBK1.'</b> by Cariou M. et <i>al.</i><br>doi://<br>Add other informatio stuff ...")
HTML('This is the online material of the manuscript entitled <b>"Distinct evolutionary trajectories of SARS-CoV-2 interacting proteins in bats and primates identify host determinants of COVID-19"</b> by Cariou et al. (doi:// to come). <br><br>The <b>"DGINN full dataset"</b> is the result of the automated screens of positive selection on SARS-CoV-2 interacting proteins. When selecting/clicking on a gene, a visualization of corresponding alignments, phylogenetic trees and results of positive selection analyses (genes and sites), as well as links to download original files, are provided.<br><br>The <b>"Genes of focus "</b> is the result of a curated and enriched analysis of genes of interest. A visualization of corresponding alignments, phylogenetic trees and results of positively selection analyses (genes and sites), as well as links to download original files, are provided.')
)
)
),
...
...
@@ -36,21 +36,51 @@ shinyUI(
fluidRow(
column(12,
tabsetPanel(type="tabs",
tabPanel("Genes of focus",
tags$div(class="header",checked=NA,
HTML("<br><br><br>For genes under positive selection, <b>please select/click on a row</b> to visualize the sites under positive selection (PSS) and the surrounding codons at the nucleotide level.")),
shinycssloaders::withSpinner(
DT::dataTableOutput("dginn_data_focus")
),
tags$div(class="header",checked=NA,
HTML("<br><br><b>Table: DGINN gene summary table.</b> This table is the output of DGINN and highlights the nucleotide sites under positive selection (PSS) infered at the codon level by the BppM1M2, BppM7M8, codemlM1M2, codemlM7M8 models in either primates and bats taxonomic lineages for a selection of genes encoding SARSCov-2 Viral Interacting Proteins (aka VIP) identified by the Krogan Laboratory [https://doi.org/10.1038/s41586-020-2286-9].")),
shinycssloaders::withSpinner(
plotOutput("ggtree_plot_focus",height="800px")
),
tags$div(class="header",checked=NA,
HTML("<br><br><b>Figure: Phylogenetic tree + MSA</b>. This is a back to back representation of the phylogentic tree and a simplified MSA where lightgrey and darkgrey regions of the MSA correspond respectively to substitution and insertion/deletion events.<br><br>")),
tags$div(class="header",checked=NA,
HTML("<br><br><b>Please select a row</b> to visualise candidates sites in the context of the MSA.<br><br>")),
shinycssloaders::withSpinner(
DT::dataTableOutput("dginn_site_data_focus")
),
tags$div(class="header",checked=NA,
HTML("<br><br><b>Table: DGINN output by PSS.</b>This table contains a list of candidate PSS with their p-values.")),
HTML("<br><br><b>Figure PSS MSA.</b> This is a representation of the nucleotide MSA around the candidate PSS codon.<br><br>"))
),
tabPanel("DGINN full dataset",
tags$div(class="header",checked=NA,
HTML("<br><br><b>Please select/click on a row</b> to visualise candidates PSS infered by DGINN [https://doi.org/10.1093/nar/gkaa680] on top of a simplified Multiple Sequence Alignment (MSA).<br>At the bottom of the phylogenetic tree and MSA, users can download data by following the <b><i>.tree</i></b> and <b><i>.fas</i></b> hyperlinks.
</br>Add other informatio stuff ...<br><br>")),
HTML("<br><br><br>For genes under positive selection, <b>please select/click on a row</b> to visualize the sites under positive selection (PSS) and the surrounding codons at the nucleotide level.")),
shinycssloaders::withSpinner(
DT::dataTableOutput("dginn_data")
DT::dataTableOutput("dginn_data_full")
),
tags$div(class="header",checked=NA,
HTML("<br><br><b>Table: DGINN gene summary table.</b> This table is the output of DGINN and highlights the nucleotide sites under positive selection (PSS) infered at the codon level by the BppM1M2, BppM7M8, codemlM1M2, codemlM7M8 models in either primates and bats taxonomic lineages for a selection of genes encoding SARSCov-2 Viral Interacting Proteins (aka VIP) identified by the Krogan Laboratory [https://doi.org/10.1038/s41586-020-2286-9].")),
shinycssloaders::withSpinner(
plotOutput("ggtree_plot",height="800px")
plotOutput("ggtree_plot_full",height="800px")
),
tags$div(class="header",checked=NA,
HTML("<br><br><b>Figure: Phylogenetic tree + MSA</b>. This is a back to back representation of the phylogentic tree and a simplified MSA where lightgrey and darkgrey regions of the MSA correspond respectively to substitution and insertion/deletion events.<br><br>")),
...
...
@@ -58,19 +88,18 @@ shinyUI(
HTML("<br><br><b>Please select a row</b> to visualise candidates sites in the context of the MSA.<br><br>")),
shinycssloaders::withSpinner(
DT::dataTableOutput("dginn_site_data")
DT::dataTableOutput("dginn_site_data_full")
),
tags$div(class="header",checked=NA,
HTML("<br><br><b>Table: DGINN output by PSS.</b>This table contains a list of candidate PSS with their p-values.")),