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

Error: useNames = NA is defunct #77

Open
deb0612 opened this issue Dec 29, 2023 · 3 comments
Open

Error: useNames = NA is defunct #77

deb0612 opened this issue Dec 29, 2023 · 3 comments

Comments

@deb0612
Copy link

deb0612 commented Dec 29, 2023

Dear sir,
I ran the test dataset, and got the error below
image

@drewjbeh
Copy link
Collaborator

drewjbeh commented Jan 17, 2024

Hi there,

I cannot recreate this error. My environment with a recently installation of FRASER handles the test data perfectly.
What verison of FRASER are you running? (take a look at sessionInfo() in the R session producing the error you posted).

@Aokht17
Copy link

Aokht17 commented Mar 28, 2024

Hello,

It is not the FRASER version. Latest version of FRASER (1.99.0) also crushes with this error. The issue is (as far as I understood) in countRNAData --> extractSplitCountRanges -->
return(rowRanges(splitCounts[passed,])) } else{ return(rowRanges(splitCounts))
rowRanges function from matrixStats version 1.2.0 has a deprecated useNames = NA option. You need to specify TRUE or FALSE.

That is why downgrading matrixStats to 1.1.0 solves the issue (also discussed here satijalab/seurat#7501 (comment)).

Just a small modification to fix compatibility with new versions of matrixStats

@c-mertes c-mertes transferred this issue from gagneurlab/FRASER-old-gagneurlab May 27, 2024
@AtaJadidAhari
Copy link
Collaborator

Hi @deb0612 , as mentioned by @Aokht17 there was an issue with matrixStats versions which is fixed in the new FRASER versions >= 1.99.4
I will close the issue in two weeks if it stays inactive since it's resolved in newer FRASER versions.

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