Create and preprocess a Seurat object
basicSeuratProc(
count.matrix,
vars.to.regress = NULL,
verbose = TRUE,
do.par = TRUE,
n.pcs = 100,
cluster = TRUE,
tsne = TRUE,
umap = FALSE
)
Seurat object
gene count matrix
variables to regress with Seurat (default=NULL)
boolean Verbose mode (default=TRUE)
boolean Use parallel processing for regressing out variables faster (default=TRUE)
numeric Number of principal components (default=100)
boolean Whether to perform clustering (default=TRUE)
boolean Whether to construct tSNE embedding (default=TRUE)
boolean Whether to construct UMAP embedding, works only for Seurat v2.3.1 or higher (default=FALSE)