Error from Using FindVariableFeatures Function in Seurat Package
1
0
Entering edit mode
7 months 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!

FindVariableFeatures Seurat • 1.3k views
ADD COMMENT
1
Entering edit mode
7 months ago
Ming Tommy Tang ★ 4.7k

can you try FindVariableFeatures(Seurat_object, selection.method = "vst", nfeatures = 2000, loess.span = 0.5) increase the loess.span

ADD COMMENT
0
Entering edit mode

Thanks for your guidance, I have a try!

ADD REPLY

Login before adding your answer.

Traffic: 2456 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6