Closed Jonathanyu2014 closed 2 years ago
When I ran sc.metabolism.Seurat with method ssgsea or gsea (), there was an error as follows:
Error in sc.metabolism.Seurat(obj = countexp.Seurat, method = "gsea", : object 'signature_exp' not found
I don't know what 'signature_exp' mean. Does anybody find a solution?
I find the bug. In function 'sc.metabolism.Seurat' , line 55, 'ssgsea' should be replaced with 'gsva'.
When I ran sc.metabolism.Seurat with method ssgsea or gsea (), there was an error as follows:
Error in sc.metabolism.Seurat(obj = countexp.Seurat, method = "gsea", : object 'signature_exp' not found
I don't know what 'signature_exp' mean. Does anybody find a solution?