Nothing
#' Run Poly Peak Parser
#'
#' Runs the Poly Peak Parser shiny (shiny.rstudio.com) app in the system's default browser. Poly Peak Parser
#' is a web front end that reads, plots and parses double peaks from chromatogram files.
#' Instructions can be found on the webpage once it launches.
#'
#' @return
#' \code{\link{scf}} s4 object
#'
#' @seealso
#' \code{\link{read.abif}}, \code{\link{readsangerseq}}, \code{\link{scf}}
#'
#' @examples
#' \dontrun{
#' PolyPeakParser()
#' }
#'
#' @import shiny
#' @export
PolyPeakParser <- function() {
runApp(system.file(package="sangerseqR", "PolyPeakParser"))
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.