scanMiRApp {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)) }