R/primirTSS_shiny.R

Defines functions run_primirTSSapp

Documented in run_primirTSSapp

#' 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)
}

Try the primirTSS package in your browser

Any scripts or data that you put into this service are public.

primirTSS documentation built on Nov. 8, 2020, 7:11 p.m.