basic_markers {scRNAstat} | R Documentation |
Basic Markers
basic_markers(sce, org = "human", group = "orig.ident", dir = ".")
sce |
An object of class Seurat |
org |
human or mouse, default: human |
group |
default:'orig.ident', you can change it to 'seurat_clusters' or 'celltype' |
dir |
the path for saving the figures by 'DotPlot' with known famous markers. |
a list of figures by 'DotPlot'
basic_markers(AJ064_small_last_sce,dir=tempdir())