Skip to content
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

Open
FLY-Fiancee opened this issue Jun 13, 2024 · 5 comments
Open

'ssgseaParam' is not an exported object from 'namespace:GSVA' #26

FLY-Fiancee opened this issue Jun 13, 2024 · 5 comments

Comments

@FLY-Fiancee
Copy link

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)
`

@guokai8
Copy link
Owner

guokai8 commented Jun 13, 2024

Hi @FLY-Fiancee ,
Which version of GSVA do you have? You may need to install the newest GSVA package. Or you can go with the previous scGSVA package.
K

@zhoujiaqi704
Copy link

Hi! I meet the same error when I run the example data: Error: 'ssgseaParam' is not an exported object from 'namespace:GSVA'.
The package version is "0.0.22".

@guokai8
Copy link
Owner

guokai8 commented Sep 4, 2024

Hi @zhoujiaqi704,
Please go with the newest version of GSVA package
K

@honghh2018
Copy link

honghh2018 commented Oct 27, 2024

I get the same error,
version was latest 0.0.22
but still get error

How to fix this issue?
Any advice would be appreciated

@guokai8
Copy link
Owner

guokai8 commented Oct 27, 2024

@honghh2018,
Please try below:

BiocManager::install("GSVA", version = "devel")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants