-
Notifications
You must be signed in to change notification settings - Fork 927
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FoldChange vs FindMarkers give differnet log fc results #6773
Comments
Hi, |
Thank you for your response. But I tried to reinstall using this
Here is the sessioninfo
|
Hi, I am having the same issue with Seurat 4.3.0. The
Your advice or explanation would be much appreciated. Which are the "correct" fold change values? I would like to obtain fold change values for all genes. Best wishes,
|
Apologies everyone for the delay. I have just pushed 992c1a9 to develop branch which should fix this and related issues. Can you pull from the develop branch and re-open this issue if you are still facing issues? devtools::install_github("satijalab/seurat", ref="develop") |
I encountered a similar issue reported here https://www.biostars.org/p/9478554/
Here is an example,
mat1=FoldChange(pbmc_small, ident.1 = 1); mat2 <- FindMarkers(object = pbmc_small, ident.1 = 1); mat1["MS4A1",]; mat2["MS4A1",];
This is the output:
The text was updated successfully, but these errors were encountered: