-
Notifications
You must be signed in to change notification settings - Fork 1
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
Duplicate legend in plot_gates output #15
Comments
Hello @thomasveith, let me look into it a little bit, I have not able to reproduce it with a quick attempt. Would you mind providing your session info, im suspecting we have a different version of ggplot ? (output of |
Thanks for getting back to me. That is quite possible! Here is my session info.
|
Hey @thomasveith ! Sorry for the late reply ...
|
So I'm actually getting a different error now. It seems that, no matter what I choose I get an error like the following:
|
found the error ... I just screwed up on a logical expression to give a "better" error code ... Line 445 in 739114b
MB on not running the tests after adding that message ... |
No worries. I really appreciate your help! Is there a new patched version I should install? |
This guy should have the "updated" patch version, right now its a work in progress since I am also fixing several other issues caused by changes in the API of some dependencies.
|
as it is right now, it is working with this example Rmd document https://gist.github.com/jspaezp/93cf300d4aaeb94c410edfefab9c8124 |
I have a Seurat object, its
active.ident
is afactor
with fourlevels
. When I runDimPlot
orplot_flowstyles
the legend has my four cluster labels displayed correctly. However, when I runplot_gates
I see two legends, one of which shows grey for every cluster.tsneNCIN87.pdf
upClosePanelG(2,3).pdf
gatingNCIN87.pdf
Here is the code I'm running to produce the gate panels (where
X
is my Seurat object):Any advice? Thanks in advance.
The text was updated successfully, but these errors were encountered: