plotScatter {FourCSeq}R Documentation

plotScatter

Description

plotScatter Plot scatter plots for all experiments with replicates.

Usage

plotScatter(object, assay = "counts", ...)

Arguments

object

A FourC object.

assay

Character vector selecting the assay of the FourC object for which the correlation between the replicates should be plotted.

...

Additional arguments passed to smoothScatter.

See Also

smoothScatter

Examples

data(fc, package="FourCSeq")

fc <- combineFragEnds(fc)
fc

plotScatter(fc)

[Package FourCSeq version 1.20.0 Index]