myles-lewis / glmmSeq

Gene-level general linear mixed model
https://myles-lewis.github.io/glmmSeq/
Other
18 stars 10 forks source link

Eli 2 #11

Closed elisabettasciacca closed 3 years ago

elisabettasciacca commented 3 years ago

**1. Adjusting bug in color with basic graphics - Option 2

  1. Add parameter to adjust statistics font size**

  2. If one wants to plot the model I guess should use the same color for point, segment and line, so there's no need to use both modelColourand modelLineColour. If so, you can simply use only one modelColour parameter (and avoid using modelLineColour). where modelColourneeds to be a named vector, such as: modelLineColour = c("non responder" ='mediumblue', "responder" = 'firebrick')

NOT TESTED FOR GGPLOT

old plot: OLD

new plot: new

KatrionaGoldmann commented 3 years ago

Fixed with the latest push. Personally I like the option for a different line colour but I updated it so by default they will be the same - you don't need to set it individually anymore.