Description Usage Arguments Value Examples
View source: R/scanMiRserver.R
scanMiRApp A wrapper for launching the scanMiRApp shiny app
1 | scanMiRApp(annotations = NULL, ...)
|
annotations |
A named list of |
... |
Passed to |
A shiny app
1 2 3 4 | 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.