igvShinyOutput | R Documentation |
This function is called in the ui function of your shiny app
igvShinyOutput(outputId, width = "100%", height = NULL)
outputId |
a character string, specifies the html element id |
width |
a character string, standard css notations, either e.g., "1000px" or "95%", "100%" by default |
height |
a character string, needs to be an explicit pixel measure, e.g., "800px", "400px" by default |
the created widget's html
io <- igvShinyOutput("igvOut")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.