plotVmat {VplotR} | R Documentation |
See individual methods for further detail
plotVmat(x, ...)
x |
GRanges or list or Vmat |
... |
additional parameters |
A Vmat ggplot
data(bam_test) data(ce11_proms) V <- plotVmat( bam_test, ce11_proms, normFun = 'libdepth+nloci' )