Hi,
1) How can I generate a heatmap from chromosome coordinates from several samples?
2) I would also like to run some statistics on the samples to find the probability of an event happening at a particular chromosome location amongst various samples.
The data is like this:
Sample Chromosome Start End Value
A 1 10000 10500 -0.5
A 1 20000 20500 -1.5
A 1 30000 30500 2.5
A 1 40000 40500 -0.5
A 1 50000 50500 0.5
B 1 10000 10500 -0.5
B 1 20000 20500 -1.5
B 1 30000 30500 2.5
B 1 40000 40500 -0.5
B 1 50000 50500 0.5
Thanks a lot.
Get your data in following format to plot a heatmap in R.
In R,
Explore various options.