R/ps_extra.R
upgrade_ps_extra_to_psExtra.Rd
This will only be necessary if you have saved old format "ps_extra" objects generated by an old microViz version (< 0.10.0), and you cannot or do not want to regenerate these old format objects from your original phyloseq object.
upgrade_ps_extra_to_psExtra(ps_extra)
new format "psExtra" S4 object
# read your old saved 'ps_extra' object that you want to keep using
# oldObject <- readRDS("old-object-path.rds")
# newObject <- upgrade_ps_extra_to_psExtra(oldObject)
# continue with your next analysis or plotting steps...