Skip to content

Error in creating grouped matrices #3

@ccruizm

Description

@ccruizm

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 = malignant_atac@meta.data, 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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions