Open BenjaminDEMAILLE opened 1 year ago
Hi ! I did
library(SCP) data("pancreas_sub") print(pancreas_sub) library(parallel) SCP::PrepareEnv(python_version = 3.9)
pancreas_sub <- RunSCVELO( srt = pancreas_sub, group_by = "SubCellType", linear_reduction = "PCA", nonlinear_reduction = "UMAP", n_jobs = detectCores(), return_seurat = T ) adata_to_srt(pancreas_sub)
and I got
Error in validObject(.Object) : invalid class “dgCMatrix” object: 'Dim' slot does not have length 2
Can you fix it's please ?
thanks a lot
Hi ! I did
and I got
Can you fix it's please ?
thanks a lot