Closed MarieCoutelier closed 1 year ago
Hi, Yes, you can definitely do DE for one gene at a time. The p_val_adj, on the other hand, is not what as you mentioned. It will be p_val * (total number of gene in your seurat_obj). We implemented this in this way to make sure the genes are truly "Bonferroni-corrected". Otherwise, the number of genes will be smaller after the filtering the genes with default logfc.threshold, min.pct, etc. .
Hi, It's probably a really basic question here...
I understand how to use FindMarkers to find the DE genes between two conditions in my data.
However, I'm interested in finding out whether the expression of one given gene is different between two subpopulations of my Seurat object. How can I answer this question? Can I use FindMarkers while specifying features = "my_gene"? It gives me a value, but does it make sense to use it this way? If so, is the default Wilcoxon test appropriate? And what does the p_val_adj corresponds to then, since I'm only comparing one gene and in my understanding, it should be the same as the p_val while using Bonferroni correction?
Here are some examples of results I get; I do get values, but I'm stuck on how to interpret them, and how to interpret the adjusted p value.
Thanks a lot! Marie