You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[1] "Using sets of 5000 cells. Running 17 times."
Error in (function (classes, fdef, mtable) :
unable to find an inherited method for function ‘gsva’ for signature ‘"missing", "missing"’
Could you kindly look into this issue?
Jack
The text was updated successfully, but these errors were encountered:
Hello,
I ran escape using the following code but encountered errors that I cannot resolve:
library(escape)
H <- getGeneSets(library="H")
DefaultAssay(obj.sub) <- "RNA"
obj.sub <- runEscape(obj.sub, method = "ssGSEA",gene.sets = H, groups = 5000, min.size = 5,new.assay.name="escape.H")
[1] "Using sets of 5000 cells. Running 17 times."
Error in (function (classes, fdef, mtable) :
unable to find an inherited method for function ‘gsva’ for signature ‘"missing", "missing"’
Could you kindly look into this issue?
Jack
The text was updated successfully, but these errors were encountered: