HI,
I would like to plot the coverage distribution of the targeted region and the genome. For this i have used genomeCoverageBed and coverageBed functions from Bedtools and got the output from the two functions.
Could some one suggest a way or Rscript to plot 1. coverage distribution for target region (X-axis:depths=1,5,10... and Yaxis:fraction of target bases covered)
- coverage for genome (X-axis:depths=1,5,10... and Yaxis:fraction of target bases covered)
from the Bedtools outptut?
how exactly your data (to be R input) looks like?