upgrade_ps_extra_to_psExtra | R Documentation |
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)
ps_extra |
an old format "ps_extra" object, as generated by old microViz versions (< 0.10.0) |
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...
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.