Nothing
#' Predict TSSs of miRNA using a graphical web interface.
#'
#' A graphical web interface is provided for users to achieve the functions of
#' \code{\link{find_tss}} and \code{\link{plot_primiRNA}} to intuitively and
#' conveniently predict putative TSSs of miRNA.
#'
#' Users can refer documents of the two functions mentioned ABOVE for details.
#'
#' @return A graphical interface.
#'
#' @examples
#'
#' \dontrun{
#' run_primirTSSapp()
#' }
#'
#' @export
run_primirTSSapp <- function() {
app_path <- system.file("extdata", "primirTSSapp", package = "primirTSS")
shiny::runApp(app_path)
}
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.