arrangeSideBySide: Helper function to arrange two trellis objects side by side...

Description Usage Arguments Author(s) See Also

View source: R/grid-functions.R

Description

For visualizing copy number alterations, it is often helpful to plot estimates of copy number along with the corresponding estimate of the B allele frequencies. Creating a trellis object for the copy number estimates and a separate trellis object for the B allele frequencies, this function can be used to arrange the two trellis objects side by side on a grid.

Usage

1
arrangeSideBySide(object1, object2)

Arguments

object1

A trellis object (e.g., a trellis object of the copy number estimates).

object2

A trellis object (e.g., a trellis object of the B allele frequencies).

Author(s)

Rob Scharpf

See Also

xypanel, xyplot


SNPchip documentation built on Oct. 31, 2019, 2:07 a.m.