invalid class “Assay” object issue from Seurat
0
0
Entering edit mode
6 months ago
QX ▴ 60

Hi all,

I am running into problem with Seurat when using FindVariableFeatures:

Calculating gene variances
0%   10   20   30   40   50   60   70   80   90   100%
[----|----|----|----|----|----|----|----|----|----|
**************************************************|
Calculating feature variances of standardized and clipped values
0%   10   20   30   40   50   60   70   80   90   100%
[----|----|----|----|----|----|----|----|----|----|
**************************************************|
Error in validObject(object = value) : 
  invalid class “Assay” object: slots in class definition but not in object: "assay.orig"

Does anyone run into the same problem? I think it is Seurat problem with its dependencies

seurat • 556 views
ADD COMMENT
0
Entering edit mode

If your object was created using older version of Seurat package and you are running the object in the latest version of Seurat package, the error might have originated from that. You can try update your Seurat object if that fixes the issue.

SeuObj <- UpdateSeuratObject(SeuObj)
ADD REPLY

Login before adding your answer.

Traffic: 2279 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