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
Hi when I use BEAM_res <- BEAM(cds[expressed_genes[1:1000],], branch_point = 1, cores = 8)
it throws an error:
Error in class(cellData) != "matrix" && isSparseMatrix(cellData)[1] == :
'length = 2' in coercion to 'logical(1)'
My documentation for package ‘monocle’ version is 2.24.0
and my R version is 4.3.2 (2023-10-31 ucrt)
The text was updated successfully, but these errors were encountered:
Hi when I use BEAM_res <- BEAM(cds[expressed_genes[1:1000],], branch_point = 1, cores = 8)
it throws an error:
Error in class(cellData) != "matrix" && isSparseMatrix(cellData)[1] == :
'length = 2' in coercion to 'logical(1)'
My documentation for package ‘monocle’ version is 2.24.0
and my R version is 4.3.2 (2023-10-31 ucrt)
The text was updated successfully, but these errors were encountered: