R/runCNVScopeLocal.R

Defines functions runCNVScopeLocal

Documented in runCNVScopeLocal

#' Runs the CNVScope plotly shiny application.
#'
#' Runs the interactive suite of tools locally.
#' @name runCNVScopeLocal
#' @keywords CNV heatmap shiny plotly
#' @return none. Runs the application if the correct files are present.
#' @examples
#' \dontrun{
#' CNVScope::runCNVScopeLocal()
#' }
#' @export
runCNVScopeLocal<-function(){
  CNVScope::runCNVScopeShiny(useCNVScopePublicData = T)
}

Try the CNVScope package in your browser

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

CNVScope documentation built on March 31, 2022, 1:07 a.m.