basic_find_markers {scRNAstat} | R Documentation |
To find de 'novo' markers by 'FindAllMarkers' from Seurat with default setting.
basic_find_markers(sce, group = "seurat_clusters", dir = ".")
sce |
An object of class Seurat |
group |
default:seurat_clusters, you can change it to celltype |
dir |
path for saving results |
sce.markers a data.frame of markers.
basic_find_markers(AJ064_small_last_sce,dir=tempdir())