sib-swiss/single-cell-training

Error in validObject(.Object) : invalid class “LogMap” object: superclass "mMatrix" not defined in the environment of the object's class

Closed this issue · 1 comments

Hello,

I am getting the following error while running the below script.

Error in validObject(.Object) :
invalid class “LogMap” object: superclass "mMatrix" not defined in the environment of the object's class

Script :
seu <- Seurat::CreateSeuratObject(counts = sce_data,
project = "pbmmc",
min.cells = 3,
min.features = 100)