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