Entering edit mode
26 days ago
Binghong
▴
20
When I use FindVariableFeatures to process a Seurat object:
Seurat_object<- FindVariableFeatures(Seurat_object,
selection.method = "vst",
nfeatures = 2000)
I encounter an error with the following message:
Error in simpleLoess(y, x, w, span, degree = degree, parametric = parametric, : (converted from warning) pseudoinverse used at -2.1703
Does anyone know how to resolve this issue? Any guidance is appreciated!
Thanks for your guidance, I have a try!