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 in .local(x, na.rm, dims, ...) : object 'R_dense_rowSums' not found #109

Open
Chhiring-Lama opened this issue Jan 19, 2024 · 1 comment

Comments

@Chhiring-Lama
Copy link

Hi,

I am trying to run chromVAR on my bulk sequencing data from CUT&RUN. I am able to create a SummarizedExperiement Object. But I keep getting the Error in .local(x, na.rm, dims, ...) : object 'R_dense_rowSums' not found everytime I try anything dowstream like filtering or calculating background peaks.

Currently, I am using a count matrix that I got from running multiBamSummary from deeptools.
Screen Shot 2024-01-19 at 11 03 50 AM

What am I doing wrong?

@Muedi
Copy link

Muedi commented Jan 22, 2024

Hi,

I encountered a similar problem when calling getBackgroundPeaks, or any doenstream task (I also encountered it when calling the filter function but didn't need it anyway, as when running the functions code, no peak was dropped).

I could get around the issue when calling the functions passing object=assay(rangedSummarizedExperiment_obj) instead of the summarizedExp object itself.

Hope this works for you too :)

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