Skip to content
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

"Warning:" for using "MAST" to find markers #6750

Closed
zhangsiyu1997 opened this issue Dec 4, 2022 · 4 comments
Closed

"Warning:" for using "MAST" to find markers #6750

zhangsiyu1997 opened this issue Dec 4, 2022 · 4 comments

Comments

@zhangsiyu1997
Copy link

When I use "MAST" in FindALLMarkers, I encounter an error. I don't know how to solve this problem. What should I do to fix it.

Seurat 4.2.1

nc_object.markers <- FindAllMarkers(nc_object, min.pct = 0.25,logfc.threshold = 0.25,test.use = "MAST")
Calculating cluster 0
Calculating cluster 1
Calculating cluster 2
Calculating cluster 3
Calculating cluster 4
Calculating cluster 5
Calculating cluster 6
Warning: No DE genes identified
Warning: The following tests were not performed:
Warning: When testing 0 versus all:
invalid name for slot of class “BayesGLMlike”: norm.method
Warning: When testing 1 versus all:
invalid name for slot of class “BayesGLMlike”: norm.method
Warning: When testing 2 versus all:
invalid name for slot of class “BayesGLMlike”: norm.method
Warning: When testing 3 versus all:
invalid name for slot of class “BayesGLMlike”: norm.method
Warning: When testing 4 versus all:
invalid name for slot of class “BayesGLMlike”: norm.method
Warning: When testing 5 versus all:
invalid name for slot of class “BayesGLMlike”: norm.method
Warning: When testing 6 versus all:
invalid name for slot of class “BayesGLMlike”: norm.method

@zhangsiyu1997
Copy link
Author

The same when using "DESeq2"

nc_object.markers <- FindAllMarkers(nc_object, min.pct = 0.25,logfc.threshold = 0.25,test.use = "DESeq2")
Calculating cluster 0
Calculating cluster 1
Calculating cluster 2
Calculating cluster 3
Calculating cluster 4
Calculating cluster 5
Calculating cluster 6
Warning: No DE genes identified
Warning: The following tests were not performed:
Warning: When testing 0 versus all:
None of the functions passed could be found
Warning: When testing 1 versus all:
None of the functions passed could be found
Warning: When testing 2 versus all:
None of the functions passed could be found
Warning: When testing 3 versus all:
None of the functions passed could be found
Warning: When testing 4 versus all:
None of the functions passed could be found
Warning: When testing 5 versus all:
None of the functions passed could be found
Warning: When testing 6 versus all:
None of the functions passed could be found

@zhangsiyu1997
Copy link
Author

@weixiao1991
Copy link

Norm.method pamameter is not valid. I have changed the R script for this. Please see https://github.com/weixiao1991/seurat.

@longmanz
Copy link
Contributor

longmanz commented Jul 7, 2023

Hi,
I am closing this issue for now as @saketkc has kindly fixed this issue in #6489 .
Will reopen it if the issue persists.

@longmanz longmanz closed this as completed Jul 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants