5.3.5 seurat 的几种findmaker比较
另外findmarker也可以按照metadata的某一列进行寻找:
Idents(object = sce) <- [email protected]$'celltype'
# 然后再往下走find流程
sce.markers <- FindAllMarkers(object = sce, only.pos = TRUE, min.pct = 0.25, thresh.use = 0.25)最后更新于