We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
What do you think could be the cause?
The text was updated successfully, but these errors were encountered: