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
I encounter the following error messages
"Error in UseMethod(generic = "JoinLayers", object = object): no applicable method for 'JoinLayers' applied to an object of class "c('SCTAssay', 'Assay', 'KeyMixin')""
When I try to run the example code for scVIIntegration, the code is as following:
obj <- SeuratData::LoadData("pbmcsca")
obj[["RNA"]] <- split(obj[["RNA"]], f = obj$Method)
obj <- SCTransform(object = obj)
obj <- RunPCA(obj)
obj <- IntegrateLayers(
object = obj, method = scVIIntegration,
orig.reduction = "pca", new.reduction = "integrated.scvi",
assay = "SCT", conda_env = "/home/wanghf/anaconda3/envs/scvi-env", verbose = FALSE
)
I am using seurat 5.1.0, so could you please help me to solve the problem?
The text was updated successfully, but these errors were encountered:
I encounter the following error messages
"Error in UseMethod(generic = "JoinLayers", object = object): no applicable method for 'JoinLayers' applied to an object of class "c('SCTAssay', 'Assay', 'KeyMixin')""
When I try to run the example code for scVIIntegration, the code is as following:
obj <- SeuratData::LoadData("pbmcsca")
obj[["RNA"]] <- split(obj[["RNA"]], f = obj$Method)
obj <- SCTransform(object = obj)
obj <- RunPCA(obj)
obj <- IntegrateLayers(
object = obj, method = scVIIntegration,
orig.reduction = "pca", new.reduction = "integrated.scvi",
assay = "SCT", conda_env = "/home/wanghf/anaconda3/envs/scvi-env", verbose = FALSE
)
I am using seurat 5.1.0, so could you please help me to solve the problem?
The text was updated successfully, but these errors were encountered: