Using findmarker of seurat with different test.use but getting the same resulat.
1
0
Entering edit mode
3 months ago
Sep • 0

Dear all,

I have a seurat object with 15292 features and 731441 cells. I use the following functions:

possion= FindMarkers(object = combined_pbmc, 
            ident.1 = "YES",  #
            ident.2 = "NO", 
            test.use = "possion",
            assay = "RNA",
            slot = "counts"
            )

_Negbinom= FindMarkers(object = combined_pbmc, 
            ident.1 = "YES",  # or whatever your disease status categories are
            ident.2 = "NO", 
            test.use = "wilcox",
            assay = "RNA",
            slot = "data"
            )

The differential expression analysis between the case and control group, Although different test.use is used in each function, giving the same number of selected genes and gene names but the order is a little different. does it make sense or there is sth wrong?

Seurat • 435 views
ADD COMMENT
0
Entering edit mode

Unless you specify the different sets of genes in your two different test, you ll get the result for the same gene list. However, there will be slight shuffle in P and FoldChanges values for each genes from two tests. Bottomline: the result your are seeing totally makes sense and is expected.

ADD REPLY
0
Entering edit mode
3 months ago

So it's not giving an identical result? Are the fold-changes and p-values different? If it's just giving the same number of variable genes but isn't actually giving an identical result, then probably there isn't an error rather you're just working with a fairly robust dataset where the result isn't as affected by the method used.

ADD COMMENT

Login before adding your answer.

Traffic: 2132 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