PC p values in JackStrawPlot in Seurat are not in order

PC p values in JackStrawPlot in Seurat are not in order

0

Hi,

I got the Seurat object, then I did:

pbmc <- JackStraw(pbmc, num.replicate = 100)
pbmc <- ScoreJackStraw(pbmc, dims = 1:20)

And when I did:

JackStrawPlot(pbmc, dims = 1:15)

The plot looks like this:

enter image description here

As you can see, the p values are not in order (from small to big) like the tutorial in Seurat tutorial. I wonder why this could happen and how to solve this?

Thanks very much!
Leran


scRNA

• 11 views

Read more here: Source link