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
I used an annotated single-cell data from seurat, but the following problems occurred when using scgsva:
'ssgseaParam' is not an exported object from 'namespace:GSVA'
my codes:`set.seed(123)
library(scGSVA)
anno <- buildAnnot(species="human", keytype="SYMBOL", anntype="KEGG")
res <- scgsva(seurat_object.filt.filt, anno,cores = 60)
`