Thank you very much for the prompt response and additional reference link. True, 65 is difficult to distinguish, but perhaps, would likely assist if there are lower numbers of groups going forward. I like randomcoloR library for further analysis. How to generate a number of most distinctive colors in R
Apart from being labelled as Group 1, Group 2, there are other groups like 3B, 3C, 3ZX, 7DG, 90CC, HC, Cont1,.... Meaning 65 groups are non-uniformly labelled.
If I try `rainbow` palette, then this does not work.
myCols <- setNames(rainbow(n), paste("Group", 1:n))