runSeurat | R Documentation |
Perform usual Seurat step and cell type prediction.
runSeurat(
expr,
savePath,
pc.use = 30,
resolution = 0.8,
clusterStashName = "default",
bool.runDiffExpr = T,
comb.method = NULL
)
expr |
A Seurat object return by prepareSeurat. |
savePath |
A path to save the results files. If NULL, the 'statPath' will be used instead. |
pc.use |
An integer number indicating the number of PCs to use as input features. The default is 30. |
resolution |
A float number used in function 'FindClusters' in Seurat. The default is 0.8. |
clusterStashName |
A character string used as the name of cluster identies. The default is "default". |
bool.runDiffExpr |
A logical value indicating whether to perform differential expressed analysis. |
comb.method |
The method used in combining samples. It worked only for multi-sample analysis. |
A list containing a Seurat object, differential expressed genes and annotation information for cells.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.