saveSCEFile: Save SCEmbroider files

Description Usage Arguments Value

View source: R/saveSCEFile.R

Description

Save a Seurat Object into SCEmbroider files. These file is used when loading new data in SCEmbroider program. Runs PCA, TSNE, UMAP if do not exists.

Usage

1
saveSCEFile(object, path, assay = "RNA", dims = 1:5, cluster.id = NULL)

Arguments

object

A Seurat object

path

Path of directory to save files

assay

Name of Assay to make files

dims

Which dimensions to use as input features (Only if pca, tsne or umap is missing)

cluster.id

If set, save name of the cluster idents with this column instead of default idents

Value

A Seurat object modified in this function


jung361/SCEmbroider documentation built on Dec. 21, 2021, 4:19 a.m.