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
counts<-matrix(rpois(100*50, 4), nrow=100, ncol=50)
sce<-SingleCellExperiment::SingleCellExperiment(
assays=list(counts=counts)
)
adata<-zellkonverter::SCE2AnnData(sce, X_name="counts")
#> Error in py_call_impl(callable, call_args$unnamed, call_args$named) : #> ValueError: Observations annot. `obs` must have as many rows as `X` has rows (50), but has 0 rows.
The text was updated successfully, but these errors were encountered:
Conversion error if these slots are empty.
The text was updated successfully, but these errors were encountered: