plotVmat.Vmat: A function to plot a computed Vmat

View source: R/vmat.R

plotVmat.VmatR Documentation

A function to plot a computed Vmat

Description

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

Usage

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

Arguments

x

A computed Vmat (ideally, should be normalized)

...

additional parameters

Value

A Vmat ggplot

Examples

data(bam_test)
data(ce11_proms)
V <- plotVmat(
    bam_test,
    ce11_proms,
    normFun = 'libdepth+nloci', 
    return_Vmat = TRUE
)
plotVmat(V)

js2264/VplotR documentation built on Jan. 4, 2024, 7:49 p.m.