View source: R/schnapps-Main.R
schnapps | R Documentation |
shiny server relevant functions
schnapps(
...,
port = NULL,
launch.browser = getOption("shiny.launch.browser", interactive())
)
launch.browser |
a function to call with the application's URL. |
localContributionDir |
path to the directory(ies) that contain additional functionality |
defaultValueSingleGene |
single gene name to used as a default value. |
defaultValueMultiGenes |
comma separated list of gene names to be used as a default value. |
defaultValueRegExGene |
regular Expression used for gene selection |
DEBUG |
TRUE/FALSE whether to show debugging information on the console |
DEBUGSAVE |
TRUE/FALSE where or not save internal data (very time consuming) |
historyPath |
location (directory) where history directories and data will be stored. |
defaultValues |
list of default values to use for inputs |
workers |
number of CPUs to be used for normlization/clustering |
Shiny app for the analysis of single cell data
# create example data
data("scEx", package = "SCHNAPPs")
save(file = "scEx.Rdata", list = "scEx")
# use "scEx.Rdata" with load data functionality within the shiny app
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.