It is done, thank you for this web with example... It was really easy...
Dear all,
I need some help, I would like to plot data, where will be on x-axis 1 2 3 4 5 6 7 and on Y-axis will be for each chr13, chr18 and chr21 numbers. I could see attached table:
1 2 3 4 5 6 7
chr 13 0.06 1.05 0.1 -1 -1.1 1.5 0.5
chr 18 0.05 7.2 0.6 -0.4 -1.7 0.12 1.1
chr 21 -0.3 -0.59 -0.02 -0.7 1.9 -0.3 -0.9
where variables for chr 13 will be with mark x, for chr 18 with different mark and for chr 21 different mark (point in graph).
Thank you for you help
Filip
1 answer
Have you tried something? I think that searching a bit on google you'll find the solution to this task, and then, if you get stuck at some point, you can come back here and ask. You can use the basic plot package of R to do the graph (here you can see some examples: http://www.harding.edu/fmccown/r/) or you can try ggplot (but I think that is more difficult if you're beginner).
Glad to help :)
Log in to answer this question.