save_seurat | R Documentation |
Save seurat object to
save_seurat(seu, prefix = "unfiltered", proj_dir = getwd())
proj_dir |
|
... |
named arguments specifying seurat objects list of seurat objects; default "gene" and "transcript" |
## Not run:
save_seurat(gene = feature_seus$gene, transcript = feature_seus$transcript, proj_dir = proj_dir)
save_seurat(gene = feature_seus$gene, transcript = feature_seus$transcript, prefix = "remove_nonPRs", proj_dir = proj_dir)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.