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

irGSEA.integrate error #28

Open
Lucyyang1991 opened this issue Dec 12, 2023 · 1 comment
Open

irGSEA.integrate error #28

Lucyyang1991 opened this issue Dec 12, 2023 · 1 comment

Comments

@Lucyyang1991
Copy link

When I ran irGSEA.integrate, I got an error.

object = JoinLayers(object)
  object@assays$RNA$data = as(object = object@assays$RNA$data, Class = "dgCMatrix")
  object@assays$RNA$scale.data = as(object = object@assays$RNA$scale.data, Class = "matrix")
  object = irGSEA.score(object = object, species = "Mus musculus", assay = "RNA", slot = "data", category = "H", method = c("AUCell", "UCell", "singscore"))
  result.deg = irGSEA.integrate(object = object, group.by = resolution, method = c("AUCell", "UCell", "singscore"))

The error is listed below:

>   result.deg = irGSEA.integrate(object = object, group.by = resolution, method = c("AUCell", "UCell", "singscore"))
Error in irGSEA.integrate(object = object, group.by = resolution, method = c("AUCell",  : 
  Please imput correct `method`.
@Lucyyang1991
Copy link
Author

When I remove AUCell, things work. So I think is the problem of AUCell

 result.deg = irGSEA.integrate(object = object, group.by = resolution, method = c("UCell", "singscore"))
Calculate differential gene set : UCell
Calculate differential gene set : singscore
No sigficant genesets in cluster : 6, 7 after wilicox test
There were 16 warnings (use warnings() to see them)

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

1 participant