-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Error running "RunSVD" function #1532
Comments
What is the error in RunTFIDF? It does sound like this is due to some updates in Matrix/SeuratObject |
Hi! I have the exact same issue. I also found that, even though I have Signac 1.12.0, which supposedly supports SeuratObject v5, I get a warning when I install the package saying: Signac built for for SeuratObject v4 was just loaded with SeuratObject v5; Could that be the issue? Edit: As a side note, I run RunTFIDF() as part of my process before trying to run RunSVD() and didn't have any issues. |
Hi Tim,
Thanks for your answer.
This is what I get upon running this function:
Performing TF-IDF normalization
Error in tcrossprod(x, y) :
requires numeric/complex matrix/vector arguments
…________________________________
From: Tim Stuart ***@***.***>
Sent: Thursday, November 16, 2023 10:13 PM
To: stuart-lab/signac ***@***.***>
Cc: Moein Yaqubi ***@***.***>; Author ***@***.***>
Subject: Re: [stuart-lab/signac] Error running "RunSVD" function (Issue #1532)
What is the error in RunTFIDF? It does sound like this is due to some updates in Matrix/SeuratObject
—
Reply to this email directly, view it on GitHub<#1532 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AJVFRBOLTFDPXJU4QDICGQLYE3P73AVCNFSM6AAAAAA7OWG2OOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMJVG4ZDCNJYGM>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Try updating Matrix and re-installing SeuratObject, it seems like this issues could be related to the discussion here: satijalab/seurat-object@d567ec8 |
Hi Tim,
The problem is now solved, thanks. I made a new R environment and installed all the required packages in that environment using renv::install function.
…________________________________
From: Tim Stuart ***@***.***>
Sent: Sunday, November 19, 2023 7:57 PM
To: stuart-lab/signac ***@***.***>
Cc: Moein Yaqubi ***@***.***>; Author ***@***.***>
Subject: Re: [stuart-lab/signac] Error running "RunSVD" function (Issue #1532)
Try updating Matrix and re-installing SeuratObject, it seems like this issues could be related to the discussion here: ***@***.***<satijalab/seurat-object@d567ec8>
—
Reply to this email directly, view it on GitHub<#1532 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AJVFRBOZ4WTNP54GNCBIQO3YFK2JPAVCNFSM6AAAAAA7OWG2OOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMJYGA4TGMBXGU>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Hi Tim, ############## SCTransform ############# The ERROR: Although I updated the Matrix and SeuratObject according to your instruction, but still have the same issue. Even though restarting the R session and installing the updates of Matrix and last version of Signac and reinstalling the SeuratObject, but still return the same issue. ############ ATAC analysis ###############
Could you please provide some help in this issue?? sessionInfo() R version 4.3.1 (2023-06-16 ucrt) Matrix products: default locale: time zone: America/Chicago attached base packages: other attached packages: loaded via a namespace (and not attached): |
@Usamahussein551980 please see #1530 |
Hi
I am trying to run the RunSVD function on my scATACseq dataset, however I am getting the following error:
Running SVD
Error in irlba(A = t(x = object), nv = n, work = irlba.work, tol = tol) :
function 'as_cholmod_sparse' not provided by package 'Matrix'
After searching online, I found posts suggesting it could be a compatibility issue with the 'Matrix' package. The suggestion was to install version 1.6-1 of the 'Matrix' package. However, upon installing this version, I encountered a new error when running the 'RunTFIDF' function. It seems this error might be due to the updated 'Matrix' package. Any assistance on resolving this would be greatly appreciated.
The text was updated successfully, but these errors were encountered: