You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
Really nice package, thank you! I am trying to modify the colouring for treeplot. I was able to modify the code for gseaplot2 pretty easily by changing the function code, but doing this for treeplot returned:
function (x, ...)
standardGeneric("treeplot")
... etc
I then tried simply tagging on ggcode to the plotting call, which worked to change the cluster block colours (via fill), and the dot point colours using colour, but this still leaves the dendogram and labels the previous and unwanted colours;
How can I change these aesthetics? And moreover, how would I go about further modifying the appearance of this plot (line widths, dot borders, etc), like I was able to do by modifying the gseaplot2 function code?
Thanks again,
Dan
The text was updated successfully, but these errors were encountered:
Hi!
Really nice package, thank you! I am trying to modify the colouring for treeplot. I was able to modify the code for gseaplot2 pretty easily by changing the function code, but doing this for treeplot returned:
I then tried simply tagging on ggcode to the plotting call, which worked to change the cluster block colours (via fill), and the dot point colours using colour, but this still leaves the dendogram and labels the previous and unwanted colours;
How can I change these aesthetics? And moreover, how would I go about further modifying the appearance of this plot (line widths, dot borders, etc), like I was able to do by modifying the gseaplot2 function code?
Thanks again,
Dan
The text was updated successfully, but these errors were encountered: