Skip to content
Discussion options

You must be logged in to vote

Hi,

So first just as note the results would not match when using code you provided because Seurat doesn't use FDR correction but bonferroni. Second, as has been discussed on GitHub a bunch, Seurat corrects vs. all genes present in object which you can see in raw code here:

de.results$p_val_adj = p.adjust(
p = de.results$p_val,
method = "bonferroni",
n = nrow(x = object)
)

Best,
Sam

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
2 replies
@mluciarr
Comment options

@samuel-marsh
Comment options

Answer selected by mluciarr
Comment options

You must be logged in to vote
1 reply
@samuel-marsh
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants