save.parameters | R Documentation |
Stores a list of parameters within the @misc$p
slot of a Seurat object,
allowing for easy reference and tracking of analysis parameters used.
save.parameters(obj = combined.obj, params = p, overwrite = TRUE)
obj |
Seurat object to update. Default: |
params |
List of parameters to save. Default: |
overwrite |
Logical indicating if existing parameters should be overwritten. Default: |
## Not run:
if (interactive()) {
save.parameters(obj = combined.obj, params = p)
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.