I need to fix the color scaling for a ggplot image I made. This is the image from ggplot...
With the following r code...
toLonger(dge_cpmlogtwo) %>%
ggplot(aes(x = Expression, color = sample_id)) +
geom_density() +
theme(axis.text.x = element_text(angle = 90, hjust = 1))
toLonger is an inhouse function. I can't post the data here because its just too large and I don't think it's relevant for the question. Mainly I jsut need to know