plotScatter: plotScatter

Description Usage Arguments See Also Examples

View source: R/plotResults.R

Description

plotScatter Plot scatter plots for all experiments with replicates.

Usage

1
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

1
2
3
4
5
6
7
                       
data(fc, package="FourCSeq")

fc <- combineFragEnds(fc)
fc

plotScatter(fc)

FourCSeq documentation built on Nov. 8, 2020, 7:08 p.m.