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
#' @importClassesFrom restfulSE RESTfulSummarizedExperiment
#' @importFrom SummarizedExperiment rowData assay
#' @importFrom restfulSE se1.3M
#' @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())
}

Try the tenXplore package in your browser

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

tenXplore documentation built on Nov. 8, 2020, 6:47 p.m.