SCDE Package scde.error.models ERROR
1
0
Entering edit mode
6.8 years ago
shg018 ▴ 10

Hi everyone

I have been trying to use scde package for single cell differential analysis and I have been getting an error on using:

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

The error is :

o.ifm <- scde.error.models(counts = cd, groups = sg, n.cores = 10, threshold.segmentation = TRUE, save.crossfit.plots = FALSE, save.model.plots = FALSE, verbose = 1) cross-fitting cells. Error in tapply(colnames(counts), groups, function(ids) { : arguments must have same length

which later makes it so that my counts have 51 columns but o.ifm model has just 40 rows. That is my later code doesn't work because of this. My question is basically, how do I rectify this?

Thanks!

R single-cell RNA-Seq • 1.4k views
ADD COMMENT
0
Entering edit mode
6.7 years ago
dfscruz • 0

Check that the column names in cd are in exactly the same order than in sg. I think I had some troubles with that in the past.

ADD COMMENT

Login before adding your answer.

Traffic: 2893 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6