dviraran / SingleR

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

CreateSinglerObject error simpleScore #78

Open ChaDuss opened 5 years ago

ChaDuss commented 5 years ago

Hello, I got this issue while creating a singler Object :

Error in scores[, i] <- simpleScore(rankedData, geneIds(egc[[i]]), centerScore = TRUE)$TotalScore : l'argument de remplacement est de longueur nulle

Do you know what can I do to fix it ? Thank you very much !

dviraran commented 5 years ago

Do you have the package singscore installed?

Anyhow, you can use do.sigantures = F to bypass this.

ChaDuss commented 5 years ago

Thank, with do.signatures=F, it was ok !