plotVmat: A function to generate a Vplot

View source: R/vmat.R

plotVmatR Documentation

A function to generate a Vplot

Description

See individual methods for further detail

Usage

plotVmat(x, ...)

Arguments

x

GRanges or list or Vmat

...

additional parameters

Value

A Vmat ggplot

Examples

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

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