View source: R/read_functions.R
load_pangenomeRDS | R Documentation |
This function loads a pagoo pangenome from a '.RDS' file generated by the 'save_pangenomeRDS' method. Objects loaded by this functions keep their states, i.e : dropped/recovered organisms are conserved, as well as the 'core_level' setted when the object was originally saved.
load_pangenomeRDS(file, pkg, ...)
file |
The path to the pangenome '.RDS' file. |
pkg |
The package to use to load the object. Shouldn't be necessary to provide, but may be useful in some cases. |
... |
Arguments to be passed to the pagoo object. |
A PgR6MS
class object, or a PgR6M
object (with or
without sequences, respectively).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.