delMeta: Remove a metadata from being included in the shiny app

View source: R/delMeta.R

delMetaR Documentation

Remove a metadata from being included in the shiny app

Description

Remove a metadata from being included in the shiny app.

Usage

delMeta(scConf, meta.to.del)

Arguments

scConf

shinycell config data.table

meta.to.del

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.

Value

updated shinycell config data.table

Author(s)

John F. Ouyang

Examples

scConf = delMeta(scConf, c("orig.ident"))


SGDDNB/ShinyCell documentation built on Jan. 25, 2024, 3:19 p.m.