I am trying to run MultiK for a Seurat object created based on a scRNA count matrix (28791 features across 5000 samples within 1 assay). However, this is what happens:
> multik <- MultiK(seu.obj, reps=10)
[1] "Rep: 1"
Error in simpleLoess(y, x, w, span, degree = degree, parametric = parametric, :
invalid 'x'
Any idea what causes this?
I am trying to run MultiK for a Seurat object created based on a scRNA count matrix (28791 features across 5000 samples within 1 assay). However, this is what happens:
Any idea what causes this?