We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Can I reorder the idents in plotDAbeeswarm?
The text was updated successfully, but these errors were encountered:
I also have this problem. I tried to reorder the colData(group.by) but failed. Does anybody know how to do it?
Sorry, something went wrong.
You can set the factor level in the result data frame before plotting.
@flde HI, Can you show an example about how to reorder the levels?
Just for clarity, I am not part of miloR. Assuming the variable you are using for group.by in plotDAbeeswarm is called ident.
ident_order <- c("A", "B", "C") # For example result$ident <- factor(result$ident, levels=ident_order) plotDAbeeswarm(result, group.by="ident")
Hope that helps.
No branches or pull requests
Can I reorder the idents in plotDAbeeswarm?
The text was updated successfully, but these errors were encountered: