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.
mod_default(scConf, default1, default2)
shinycell config data.table
metadata to set as the 1st default metadata to display. Users can either use the actual metadata column names or display names
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
if (FALSE) {
scConf = mod_default(scConf, default1 = "library", default2 = "cluster")
}