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 creating grouped matrices #3

Open
ccruizm opened this issue Dec 19, 2024 · 0 comments
Open

Error in creating grouped matrices #3

ccruizm opened this issue Dec 19, 2024 · 0 comments

Comments

@ccruizm
Copy link

ccruizm commented Dec 19, 2024

Good day!

I would like to implement this nice package on our cancer data. I have tried but ran into and error in the first step:

creating group matrices

Warning message:
"The `slot` argument of `GetAssayData()` is deprecated as of SeuratObject 5.0.0.
ℹ Please use the `layer` argument instead."
Warning message in asMethod(object):
"sparse->dense coercion: allocating vector of size 237.8 GiB"
computing epiCHAOS scores

calculating pairwise distances for group-MP 2 chr1:

calculating pairwise distances for group-MP 13 chr1:

calculating pairwise distances for group-MP 7 chr1:

calculating pairwise distances for group-MP 9 chr1:

calculating pairwise distances for group-MP 3 chr1:

calculating pairwise distances for group-MP 12 chr1:

calculating pairwise distances for group-MP 5 chr1:

calculating pairwise distances for group-MP 8 chr1:

calculating pairwise distances for group-MP 11 chr1:

calculating pairwise distances for group-MP 4 chr1:

Error in lm.fit(x, y, offset = offset, singular.ok = singular.ok, ...): 0 (non-NA) cases
Traceback:

1. epiCHAOS(counts = GetAssayData(malignant_atac, slot = "counts"), 
 .     meta = [email protected], colname = "MP", n = 500, 
 .     index = NULL, plot = TRUE, cancer = TRUE, subsample = 1)
2. compute_eITH.cancer(x = matrices)
3. lm(unlist(dists) ~ unlist(coverage))
4. lm.fit(x, y, offset = offset, singular.ok = singular.ok, ...)
5. stop("0 (non-NA) cases")

What do you think could be the cause?

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