View source: R/scanMiRserver.R
scanMiRApp | R Documentation |
scanMiRApp A wrapper for launching the scanMiRApp shiny app
scanMiRApp(annotations = NULL, ...)
annotations |
A named list of |
... |
Passed to |
A shiny app
if(interactive()){
anno <- ScanMiRAnno("fake")
scanMiRApp(list(fakeAnno=anno))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.