Description Usage Details Value References Examples
View source: R/runPeakMapperApp.R
This function launches the Shiny app that allows the user to run PeakMapper
as an interactive session. Through this app, the user can upload BED-formatted
files, map uploaded peaks onto uploaded features, and visualize the results
of any generated mappings. The code for this Shiny app can be found in the
shiny-scripts
directory.
1 |
Sample BED files for uploading to the app can be found in the
extdata
directory.
Within this app, several blocks of code are based off of code provided in some of RStudio's online Shiny tutorials - instances where app code is based off of tutorial code are clearly noted within the app code, and references to these tutorials are provided below. The actual code for runPeakMapperApp is based off of a template for running Shiny apps presented by Anjali Silva.
This function does not return anything, but running it launches a session of PeakMapper's Shiny app.
"Build a dynamic UI that reacts to user input". 15 October 2019. Accessed 3 December 2019. https://shiny.rstudio.com/articles/dynamic-ui.html
"Help users download data from your app". 28 June 2017. Accessed 3 December 2019. https://shiny.rstudio.com/articles/download.html
Winston Chang. "Changing the values of inputs from the server". Accessed 3 December 2019. https://shiny.rstudio.com/gallery/update-input-demo.html
1 2 3 4 | ## Not run:
runPeakMapperApp()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.