Add DisGeNET integration

This commit is contained in:
Elias Projahn 2021-12-08 14:49:50 +01:00
parent 36546570e0
commit 2041cf2c2c
3 changed files with 53 additions and 4 deletions

7
R/ui.R
View file

@ -93,6 +93,13 @@ ui <- div(
style = "margin-top: 16px",
DT::DTOutput("gost_details")
)
),
tabPanel(
title = "DisGeNET",
div(
style = "margin-top: 16px",
DT::DTOutput("disgenet")
)
)
)
)