Remove a metadata from being included in the shiny app.
del_meta(scConf, m)shinycell config data.table
metadata to delete. Users can either use the original
metadata column names or display names. For more information regarding
display name, see ?modMetaName. Multiple metadata can be specified.
updated shinycell config data.table
if (FALSE) {
scConf = del_meta(scConf, c("orig.ident"))
}