Hello,
am trying to plot for several genomic regions its respective score that i have calculated (with some assumptions). I have the bed file that looks like this.
Chr Start End Score
chr1 1 400 -3
chr1 5000 5400 +10
etc..
I would like to plot the score position for position.I checked this previous post (C: Plotting Density Of Snps On Chromosomes) but am not sure if in that way is totally correct. There the guys use density values of the SNPs and i have score values.
Thanks for any reply.
The easiest way would be to convert that (it's a bedGraph file) into a bigWig, load it into IGV and save that as an image.