amc-heme / scExploreR

Shiny app for single cell omics data visualization
https://amc-heme.github.io/scExploreR/
MIT License
2 stars 0 forks source link

glued metadata columns appear to cause trouble with config and Rmd #120

Open agillen opened 1 year ago

agillen commented 1 year ago

Generating metadata columns with glue (shown as type 'glue' in tibble display) appears to cause problems with class checks in config app and browser app. Unclear why, since interactively checking class returns 'character', but explicit coercion to character fixed the problem.