plotVmat.Vmat | R Documentation |
The plotVmat.Vmat() method forwards the Vmat to plotVmat.default().
## S3 method for class 'Vmat'
plotVmat(x, ...)
x |
A computed Vmat (ideally, should be normalized) |
... |
additional parameters |
A Vmat ggplot
data(bam_test)
data(ce11_proms)
V <- plotVmat(
bam_test,
ce11_proms,
normFun = 'libdepth+nloci',
return_Vmat = TRUE
)
plotVmat(V)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.