-
Notifications
You must be signed in to change notification settings - Fork 19
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
Transform my seurat object into iCellR #26
Comments
Yes, read this issue: #19 |
Thanks Reza! |
You can, but the only thing is that iCellR identifies the conditions in the barcode/cell id (column names in the main.data slot and row names in the tSNE data). A few ways to do this but here are some of the easier options: |
Thanks! clust.stats.plot(my.obj, plot.type = "pie.cc", interactive = F, conds.to.plot = "Control") I get different colors for the cell cycle phases |
Almost all the plots in iCellR are ggplot2. So just make the plot object like this:
Then "My.plot" is your plot object you then just need to add "+" manual colors. Here are some examples: |
Hello,
Is there a way of transforming my final Seurat object (after all the QC, Batch alignment and Clustering) into iCellR?
There is some information I would like to obtain but I can't get it from the Seurat vignettes (like Cell cycle pie graph, Graph bar illustrating the change between conditions in one cluster, among others).
I appreciate the help
The text was updated successfully, but these errors were encountered: