Learn R Programming

FourCSeq (version 1.6.2)

plotScatter: 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

Run this code
data(fc, package="FourCSeq")

fc <- combineFragEnds(fc)
fc

plotScatter(fc)

Run the code above in your browser using DataLab