Description Usage Arguments Value Examples
A SangerContig method which launches Shiny app for SangerContig instance.
1 2 | ## S4 method for signature 'SangerContig'
launchAppSC(object, outputDir = NULL)
|
object |
A SangerContig S4 instance. |
outputDir |
The output directory of the saved new SangerContig S4 instance. |
A shiny.appobj
object.
1 2 | data("sangerContigData")
RShinySC <- launchAppSC(sangerContigData)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.