R/tenXplore.R

Defines functions tenXplore apd

Documented in tenXplore

apd = function() dirname(dir(system.file("app", package = "tenXplore"), full = TRUE))[1]

#' basic shiny interface to 10x data with ontological setup for cell selection
#' @import ontoProc
#' @import shiny
#' @import AnnotationDbi
#' @import org.Mm.eg.db
#' @importClassesFrom SummarizedExperiment RangedSummarizedExperiment
#' @importFrom SummarizedExperiment rowData assay
#' @importFrom stats prcomp biplot na.omit
#' @importFrom matrixStats rowSds
#' @return shiny app invocation
#' @note Starts slowly as it sets up connection to HDF Server.
#' @examples
#' tenXplore
#' @export
tenXplore = function() {
  shiny::runApp(apd())
}
vjcitn/tenXplore documentation built on Aug. 6, 2024, 6:15 a.m.