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 calculating models #89

Open
jingjiai opened this issue Oct 26, 2021 · 0 comments
Open

error in calculating models #89

jingjiai opened this issue Oct 26, 2021 · 0 comments

Comments

@jingjiai
Copy link

Hi,
I'm getting an error while running :

o.ifm <- scde.error.models(counts = cleandata, groups = clusters, n.cores = 1, threshold.segmentation = TRUE, save.crossfit.plots = FALSE, save.model.plots = FALSE, verbose = 1)

cross-fitting cells.
Error in tapply(colnames(counts), groups, function(ids) { :"
The parameters must be of the same length

but my cleandata and clusters seem to be right :

table(clusters)
clusters
Neuron Oligodendrocyte aNSC+TAC+NB OPC COP
1021 5365 4789 518 322
Astrocyte
10249
cleandata <- clean.counts(data_29319, min.lib.size=1000, min.reads = 1, min.detected = 1)

Thanks!

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