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
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!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I'm getting an error while running :
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 :
Thanks!
The text was updated successfully, but these errors were encountered: