You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error in methods::slot(object = object, name = "layers")[[layer]][features, :
incorrect number of dimensions
help me, how to solve this problem hix hix
The text was updated successfully, but these errors were encountered:
Vincent8484
changed the title
Error in methods :: slot(object = object, name = "layers") [[layers]][features, :
Error in methods :: slot(object = object, name = "layers") [[layers]][features, : incorrect number of dimensions
Dec 26, 2024
i'm trying to NormalizeData as follow:
sc_ob <- NormalizeData(sc_ob, normalization.method = "LogNormalize", scale.factor = 1000, assay = "RNA"
Error:
Error in methods :: slot(object = object, name = "layers") [[layers]][features, :
incorrect number of dimensions
pls help mee
Vincent8484
changed the title
Error in methods :: slot(object = object, name = "layers") [[layers]][features, : incorrect number of dimensions
Error in methods :: slot(object = object, name = "layers") [[layers]][features, : incorrect number of dimensions,
Dec 27, 2024
Vincent8484
changed the title
Error in methods :: slot(object = object, name = "layers") [[layers]][features, : incorrect number of dimensions,
Error in methods :: slot(object = object, name = "layers") [[layers]][features, : incorrect number of dimensions, a problem Seurat V5
Dec 27, 2024
Hi everybody, i'm just want to use NormalizeData in Seurat, I checked error like: MergeGSE254918_Healthy[["RNA"]]
code:
MergeGSE254918_Healthy <- NormalizeData (MergeGSE254918_Healthy, normalization.method = "LogNormalize", scale.factor = 1000, assay = "RNA")
Error:
Error in methods::slot(object = object, name = "layers")[[layer]][features, :
incorrect number of dimensions
help me, how to solve this problem hix hix
The text was updated successfully, but these errors were encountered: