Closed kangjiajinlong closed 1 month ago
Hey Jack,
You will need to update your version of GSVA - please check out #88
Nick
Thanks I will try.
I tried your suggesting devtools::install_github("rcastelo/GSVA"). The process crashed when install "SpatialExperiment":
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