dviraran / SingleR

SingleR: Single-cell RNA-seq cell types Recognition (legacy version)
GNU General Public License v3.0
266 stars 98 forks source link

Error in calculateSingScores #44

Closed chenv3 closed 5 years ago

chenv3 commented 5 years ago

Hi,

I know you recently changed the calculation to use singscore instead of ssGSEA. When I tried to run CreateSinglerObject with do.signatures=T, I got the following error

[1] "Number of DE genes:2377"
[1] "Number of clusters: 10"
[1] "Fine-tuning round on top cell types (using 16 CPU cores):"
Error in rownames(a) : object 'a' not found
Calls: CreateSinglerObject -> calculateSingScores -> rownames
Execution halted

I think this "a" may be a holdover from your previous calculateSignatures function that doesn't get defined in your current function.

Thanks

dviraran commented 5 years ago

fixed!

chenv3 commented 5 years ago

Thanks!