Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in plot_genes_in_pseudotime #689

Open
sunxw123 opened this issue Nov 3, 2023 · 1 comment
Open

Error in plot_genes_in_pseudotime #689

sunxw123 opened this issue Nov 3, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@sunxw123
Copy link

sunxw123 commented Nov 3, 2023

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

@sunxw123 sunxw123 added the bug Something isn't working label Nov 3, 2023
@602753090
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants