SCP icon indicating copy to clipboard operation
SCP copied to clipboard

RunSCVELO error

Open qindan2008 opened this issue 2 years ago • 6 comments

I used the latest version of SCP(v0.3.0), error still occurred:

image

qindan2008 avatar Apr 06 '23 07:04 qindan2008

SCP (v0.3.0) is not the latest version. You need to update SCP and try again.

zhanghao-njmu avatar Apr 08 '23 05:04 zhanghao-njmu

Hi, I get a different error

> pancreas_sub <- RunSCVELO(
+     srt = pancreas_sub, group_by = "SubCellType",
+     linear_reduction = "PCA", nonlinear_reduction = "UMAP"
+ )
'misc' slot is not converted.
'tools' slot is not converted.
Error: RuntimeError: numpy.linalg.LinAlgError: Singular matrix

I used the latest version of SCP

Byronxy avatar Apr 10 '23 03:04 Byronxy

I updated SCP to version 0.4.7.9000, and still got the same error 截屏2023-04-10 13 45 58

qindan2008 avatar Apr 10 '23 05:04 qindan2008

pancreas_sub <- RunPAGA(srt = pancreas_sub, group_by = "SubCellType", linear_reduction = "PCA", nonlinear_reduction = "UMAP") 'misc' slot is not converted. 'tools' slot is not converted. Error in match.arg(arg = layer, choices = Layers(object = object, search = FALSE)) : 'arg' should be one of "counts", "data", "scale.data"

DocMonster77 avatar Apr 23 '23 16:04 DocMonster77

I get a different error pancreas_sub <- RunSCVELO(

  • srt = pancreas_sub, group_by = "SubCellType",
  • linear_reduction = "PCA", nonlinear_reduction = "UMAP"
  • ) 'misc' slot is not converted. 'tools' slot is not converted. Filtered out 12123 genes that are detected 30 counts (shared). Normalized count data: X, spliced, unspliced. Logarithmized X. computing neighbors finished (0:00:00) --> added 'distances' and 'connectivities', weighted adjacency matrices (adata.obsp) computing moments based on connectivities finished (0:00:01) --> added 'Ms' and 'Mu', moments of un/spliced abundances (adata.layers) computing velocities finished (0:00:00) --> added 'stochastic', velocity vectors for each individual cell (adata.layers) computing velocity graph (using 1/12 cores) Error in match.arg(arg = layer, choices = Layers(object = object, search = FALSE)) : 'arg' should be one of “counts”, “data”, “scale.data”

DocMonster77 avatar Apr 24 '23 03:04 DocMonster77

Hello developers, when I run RunSCVELO I get an error. How did this happen and how do I fix it. Thank you 5e428bc5adef217bf0fc93cb88b279c Next is the basic information I entered for the seruat object 160f87a1eb2db29a7de92c87f07307e

zjh0613 avatar May 01 '23 07:05 zjh0613