其他分享
首页 > 其他分享> > Seurat的FindAllMarkers方法

Seurat的FindAllMarkers方法

作者:互联网

转自:https://scrnaseq-course.cog.sanger.ac.uk/website/seurat-chapter.html#finding-differentially-expressed-genes-cluster-biomarkers

https://satijalab.org/seurat/archive/v3.1/pbmc3k_tutorial.html

https://www.rdocumentation.org/packages/Seurat/versions/1.4.0/topics/FindAllMarkers

1.FindAllMarkers

FindAllMarkers(object, ident.1, ident.2 = NULL, genes.use = NULL,
  thresh.use = 0.25, test.use = "bimod", min.pct = 0.1,
  min.diff.pct = 0.05, print.bar = TRUE, only.pos = FALSE,
  max.cells.per.ident = Inf, return.thresh = 0.01, do.print = FALSE,
  random.seed = 1)

参数:

教程中提供:

pbmc.markers <- FindAllMarkers(object = pbmc, only.pos = TRUE, min.pct = 0.25, thresh.use = 0.25)

 

标签:use,Seurat,min,FindAllMarkers,pct,thresh,https,方法
来源: https://www.cnblogs.com/BlueBlueSea/p/15774351.html