shiny server relevant functions
schnappsLite(
data = "RdataFile",
localContributionDir = "~/Rstudio/shHubgit/Dummy/",
defaultValueSingleGene = "CD52",
defaultValueMultiGenes = "CD52, S100A4, S100A9, S100A8",
defaultValueRegExGene = "",
DEBUG = FALSE,
DEBUGSAVE = FALSE,
historyPath = NULL,
maxCells = 3000,
defaultValues = list(),
AllowClustering = FALSE
)
RdataFile data file with scEx, scEx_log, projections
path to the directory(ies) that contain additional functionality
single gene name to used as a default value.
comma separated list of gene names to be used as a default value.
regular Expression used for gene selection
TRUE/FALSE whether to show debugging information on the console
TRUE/FALSE where or not save internal data (very time consuming)
location (directory) where history directories and data will be stored.
maximal number of cells to use. Used to limit memory usage for server
list of default values to use for inputs
whether to include functionality to cluster cells.
Shiny app for the analysis of single cell data
packPath = "schnappsPackage"
# TODO fix:
# schnappsLite(data = paste0(packPath, "/data/scExLite.RData"))