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)
}
ipumin/primirTSS documentation built on June 10, 2020, 9:52 a.m.