zy-fang

Results 6 comments of zy-fang

> Hi, I cannot get retrieve plot_genes_branched_heatmap() results. > > plot_genes_branched_heatmap(mycds_sub_beam, branch_point = 1, num_clusters = 2, show_rownames = T) > > Error in if (isSparseMatrix(exprs(X))) { : the condition...

I think these warnings can be ignored. In class(cellData) != "matrix" && isSparseMatrix(cellData) == FALSE : 'length(x) = 2 > 1' in coercion to 'logical(1)'. This is because when cellData...

I have met the same issues. I modified the source code of the package on the basis of the other issue's solution. We need to edit to update the package...

We need to set the parameter ”return_heatmap = TRUE“

I have encountered the same problem, how did you solve it?