plotVmat.Vmat: A function to plot a computed Vmat

Description Usage Arguments Value Examples

View source: R/vmat.R

Description

The plotVmat.Vmat() method forwards the Vmat to plotVmat.default().

Usage

1
2
## S3 method for class 'Vmat'
plotVmat(x, ...)

Arguments

x

A computed Vmat (ideally, should be normalized)

...

additional parameters

Value

A Vmat ggplot

Examples

1
2
3
4
5
6
7
8
9
data(bam_test)
data(ce11_proms)
V <- plotVmat(
    bam_test,
    ce11_proms,
    normFun = 'libdepth+nloci', 
    return_Vmat = TRUE
)
plotVmat(V)

VplotR documentation built on Nov. 8, 2020, 7:50 p.m.