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

An error occurred while running the runScGSEA #6

Open
cafri1105 opened this issue Feb 10, 2023 · 1 comment
Open

An error occurred while running the runScGSEA #6

cafri1105 opened this issue Feb 10, 2023 · 1 comment

Comments

@cafri1105
Copy link

Hello!

Thanks to your package, I'm proceeding with scGSEA with my single-cell RNA seq data.
But I faced a problem.
I keep getting this error while I'm running this code.

What methods do you recommend to solve this problem?
I need your help.
Thank you!

Here's the code I ran.

library(gficf)
library(ggplot2)
library(Seurat)
library(dplyr)

data <- gficf( M = Control.data)
data <- runPCA(data = data,dim = 30,use.odgenes = T)
data <-runReduction(data = data,reduction = "umap",nt = 2,verbose = T,n_neighbors=150)
p = plotCells(data = data) +  xlab("UMAP 1") +  ylab("UMAP 2")
plot(p1)

data <-  runScGSEA(data = data ,
                 geneID = "ensamble",
                 species = "mouse",
                 category = "H",
                 fdr.th = 0.05,
                 nmf.k = 50,
                 rescale = "none",
                 verbose = T)

15:58:22 ... Performing NMF
Error in RcppML::nmf(data = data$gficf, k = nmf.k) : 
  unused argument (data = data$gficf)

15:58:22 ... Performing NMF
Error in RcppML::nmf(data = data$gficf, k = nmf.k) :
unused argument (data = data$gficf)

@gambalab
Copy link
Contributor

Sorry if I answer only now, but I am only now seeing this. Usually, this kind of error is due to the fact that you have installed RcppML from cran. Everything should work if you remove the package and reinstall the last version from github HERE.

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

2 participants