saveGiotto | R Documentation |
Saves a Giotto object to a specific folder structure
saveGiotto(
gobject,
foldername = "saveGiottoDir",
dir = getwd(),
method = c("RDS", "qs"),
method_params = list(),
overwrite = FALSE,
image_filetype = "PNG",
verbose = TRUE,
...
)
gobject |
Giotto object |
foldername |
Folder name |
dir |
Directory where to create the folder |
method |
method to save main object |
method_params |
additional method parameters for RDS or qs |
overwrite |
Overwrite existing folders |
image_filetype |
the image filetype to use, see |
verbose |
be verbose |
... |
additional parameters for |
Works together with loadGiotto
to save and re-load
Giotto objects. Additional method_params need to be provided as a list and will
go to saveRDS
or qsave
Creates a directory with Giotto object information
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.