-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'ssgseaParam' is not an exported object from 'namespace:GSVA' #26
Comments
Hi @FLY-Fiancee , |
Hi! I meet the same error when I run the example data: Error: 'ssgseaParam' is not an exported object from 'namespace:GSVA'. |
Hi @zhoujiaqi704, |
I get the same error, How to fix this issue? |
@honghh2018,
|
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)
`
The text was updated successfully, but these errors were encountered: