modDefault | R Documentation |
Set the default metadata to display in the shiny app. Default1 is used when plotting metadata with gene expression or when plotting two metadata simultaneously. Default2 is used when plotting two metadata simultaneously.
modDefault(scConf, default1, default2)
scConf |
shinycell config data.table |
default1 |
metadata to set as the 1st default metadata to display. Users can either use the actual metadata column names or display names |
default2 |
metadata to set as the 2nd default metadata to display. Users can either use the actual metadata column names or display names |
updated shinycell config data.table
John F. Ouyang
scConf = modDefault(scConf, default1 = "library", default2 = "cluster")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.