FindAllMarkers for all genes in Seurat
0
0
Entering edit mode
3.9 years ago
Thorerges ▴ 10

I want to use the FindAllMarkers function because I want pct1 and avg_logFC for each gene in my object. Here are the current parameters I am running:

data.markers <- FindAllMarkers(x=data, only.pos = FALSE, min.pct = 0, logfc.threshold = 0)

However, it only returns a subset of genes (about 3000). Why is this?

RNA-Seq • 2.2k views
ADD COMMENT
0
Entering edit mode

Try adding return.thresh = 1.01, as it looks like the default value is 0.01

ADD REPLY

Login before adding your answer.

Traffic: 1797 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6