Closed kkearns13 closed 4 months ago
Hey Kendell,
Everything looks fine from your rundown of the issue - you do not need to subset the gene sets by rownames - that will be handled during the calculation.
I did find this issue on the Seurat repo - it looks like it is a known issue with Seurat and they are in progress of fixing it.
Let me know if you have any other questions or suggestions.
Nick
An alternative I just though about is feeding the RNA matrix directly into the escape.matrix()
Hi Nick,
Thank you for the quick reply and for sending the Seurat issue! Sorry for the delayed response! It seems like the original poster is running Seurat v5. I'm running Seurat v4, so I'm not sure how it would work if they provide a fix for v5. But escape.matrix works fine and I can use the normalization option in there instead of using runEscape and performNormalization. Thanks again!
Hi! I've been having some issues running escape. When I try
runEscape
, I get the errorError in .subscript.2ary(x, i, j, drop = drop) : subscript out of bounds
. Here is the code I'm using (essentially what's on the vignette):I've also tried using all the genes in
GS.hallmark
and that's when I initially ran into the error and thought it was an issue with the genes not being found in the Seurat object, but I don't think that's the case since the above doesn't work either. Any help would be greatly appreciated! Thank you!sessionInfo details: