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 have different gene sets that I want to use for velocity calculation.
When use.theirs is set to TRUE, scvelo() neglects subset.row and generates identical results.
When use.theirs is set to FALSE, scvelo() reports following error:
Error in py_call_impl(callable, dots$args, dots$keywords) :
ValueError: output array is read-only
Detailed traceback:
File "$HOME/Library/Caches/org.R-project.R/R/basilisk/1.4.0/velociraptor/1.2.0/env/lib/python3.7/site-packages/scvelo/preprocessing/moments.py", line 58, in moments
normalize_per_cell(adata)
File "$HOME/Library/Caches/org.R-project.R/R/basilisk/1.4.0/velociraptor/1.2.0/env/lib/python3.7/site-packages/scvelo/preprocessing/utils.py", line 679, in normalize_per_cell
X /= np.array(counts[:, None])
Calls: scvelo ... <Anonymous> -> do.call -> <Anonymous> -> py_call_impl
Execution halted
Do you have any idea what went wrong? Thank you very much!
Hello,
I had a problem with
scvelo()
when assigningsubset.row
.I have different gene sets that I want to use for velocity calculation.
When
use.theirs
is set toTRUE
,scvelo()
neglectssubset.row
and generates identical results.When
use.theirs
is set toFALSE
,scvelo()
reports following error:Do you have any idea what went wrong? Thank you very much!
Best regards
`sessionInfo()`
The text was updated successfully, but these errors were encountered: