I'm looking to use something different than the built-in color palettes in Seurat, but I'm finding it very difficult to find packages that can handle 20+ discrete colors. I've looked through RColorBrewer and colorspace, as well as ggsci, and all max out around 12 colors from what I can see. Does anyone know of other color packages that can handle a higher number of colors, or am I best off using scale_color_manual() and doing it myself in ggplot2?
Ah, I didn't think about
grDevices. Thank you!