You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your very useful tool. I use the kpPlotDensity function to get a coverage graph.
I would like to set up the y-axis values from the lowest coverage to the highest. The lowest is necessarly 0 because I work on the whole human genome and some regions are not covered (I checked with bedtools bamcoverage)
I got this kind of plot. I can't spot the "0" coverage regions. Is it because the histogram is chuncked in multiple sections with the parameter window.size=1e6 ? And so, these regions are hidden by the covered regions?
I reduced window.size to 100,000 but I still don't see the "0" coverage :
Even if I use the kpPlotBAMCoverage() fuction. I cannot export the graph as pdf for the entire chromosome even if the kpPlotBAMCoverage() works :
(...)
> dev.off()
Error in dev.off() :
'Calloc' could not allocate memory (2125547770 of 1 bytes)
So, I show you with a portion of the chr1 , where there is some portions without coverage (confirmed with bedtools bamcoverage) and I can spot the no covered regions :
Hello,
Thanks for your very useful tool. I use the
kpPlotDensity
function to get a coverage graph.I would like to set up the y-axis values from the lowest coverage to the highest. The lowest is necessarly 0 because I work on the whole human genome and some regions are not covered (I checked with
bedtools bamcoverage
)I got this kind of plot. I can't spot the "0" coverage regions. Is it because the histogram is chuncked in multiple sections with the parameter
window.size=1e6
? And so, these regions are hidden by the covered regions?I reduced
window.size
to 100,000 but I still don't see the "0" coverage :Even if I use the
kpPlotBAMCoverage()
fuction. I cannot export the graph as pdf for the entire chromosome even if thekpPlotBAMCoverage()
works :So, I show you with a portion of the chr1 , where there is some portions without coverage (confirmed with
bedtools bamcoverage
) and I can spot the no covered regions :So, I suppose I can't spot the not covered regions because of the chromosome size?
Any help?
The text was updated successfully, but these errors were encountered: