This is a test version of Biostars. For the public version, visit https://www.biostars.org.
FindAllMarkers for all genes in Seurat

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

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

0 answers

No answers yet.

Log in to answer this question.