aertslab / SCENIC

SCENIC is an R package to infer Gene Regulatory Networks and cell types from single-cell RNA-seq data.
http://scenic.aertslab.org
GNU General Public License v3.0
394 stars 94 forks source link

Error in matrix(data = 0L, nrow = mat@Dim[1], ncol = mat@Dim[2]) #404

Open sahanda66 opened 10 months ago

sahanda66 commented 10 months ago

Hello,

When running scenic on one of my scRNA-seq data, I get the following error:

Making loom file ......
Error in matrix(data = 0L, nrow = mat@Dim[1], ncol = mat@Dim[2]) : 
  trying to get slot "Dim" from an object of a basic class ("matrix") with no slots
Calls: as_matrix -> matrix
Execution halted

Do you know how to fix this?

Thanks, Sahand