cole-trapnell-lab / monocle3

Other
330 stars 100 forks source link

Error in plot_genes_in_pseudotime #689

Open sunxw123 opened 11 months ago

sunxw123 commented 11 months ago

when I run the following code in monocle3: plot_genes_in_pseudotime(cds[Track_genes_sig,], color_cells_by="pseudotime", min_expr=0.5, ncol = 2)

always return the error informations: Error in plot_genes_in_pseudotime(cds[Track_genes_sig, ], color_cells_by = "pseudotime", : unused argument (color_cells_by = "pseudotime")

I don't known how to solve this bug

602753090 commented 8 months ago

Maybe you should use monocle3::plot_genes_in_pseudotime(cds[Track_genes_sig,], color_cells_by="pseudotime", min_expr=0.5, ncol = 2)