reorderMeta: Reorder the order in which metadata appear in the shiny app

View source: R/reorderMeta.R

reorderMetaR Documentation

Reorder the order in which metadata appear in the shiny app

Description

Reorder the order in which metadata appear in the dropdown menu in the shiny app.

Usage

reorderMeta(scConf, new.meta.order)

Arguments

scConf

shinycell config data.table

new.meta.order

character vector containing new order. All metadata names must be included, which can be found at scConf$ID

Value

updated shinycell config data.table

Author(s)

John F. Ouyang

Examples

scConf = reorderMeta(scConf, scConf$ID[c(1,3,2,4:length(scConf$ID))])


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