Description Usage Arguments Value Examples
View source: R/basic_workflow.R
the workflow from Seurat, including: 'NormalizeData','FindVariableFeatures','ScaleData', 'RunPCA','RunTSNE','RunUMAP','FindNeighbors','FindClusters(sce, resolution = seq(0.1,1,by=0.1))' we use 'clustree' to check the different resolution for 'FindClusters'.
1 | basic_workflow(sce, dir = ".")
|
sce |
An object of class Seurat |
dir |
the path for saving the figures by 'DotPlot' with known famous markers. |
list(p1,p2,p3,sce), the last one in the new sce with PCA,tSNE,UMAP information.
1 2 3 4 | ## Not run:
basic_workflow(AJ064_small_sce,dir=tempdir())
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.