Modify the colour palette for categorical metadata.
mod_colour(scConf, m, nc)
shinycell config data.table
metadata for which to modify the colour palette. Users can either use the actual metadata column names or display names. Please specify only one metadata
character vector of new colour palette
updated shinycell config data.table
if (FALSE) {
scConf = mod_colour(scConf, m = "library", nc = c("black", "darkorange", "blue", "red"))
}