How to plot Align-GVGD scores for SNPs in Gene by using ggplot2?
I want to construct a map for values(EXAMPLE) below:
id gv_scores(X) gd_scores(Y) class
1 0 44.5 C45
2 0 92.5 C65
3 0 82.3 C65
Help will be appreciated
I want an x-y scatter plot separated by colour. Actually my X values are always 0 for every id so now I want to represent my data from a new table (example lies below)
I want tile plot in which my gd values are written inside tiles of colours according to class.
Somewhat like the map below