Shows the order in which metadata will be displayed in the shiny app. This helps users to decide if the display order is ok. If not, users can use reorder_meta to change the order in which metadata will be displayed.

show_order(scConf)

Arguments

scConf

shinycell config data.table

Value

table showing the order in which metadata will be displayed

Author

John F. Ouyang

Roy Francis

Examples

if (FALSE) {
show_order(scConf)
}