Learn R Programming

bexy (version 0.1.3)

.plotTernary.bexy: Function to plot a ternary plot of the probabilities for being aneuploid, XX or XY

Description

Function to plot a ternary plot of the probabilities for being aneuploid, XX or XY

Usage

.plotTernary.bexy(object, colors, sampleNamesToHighlight, label, ...)

Value

The upper boundary of the plot.

Arguments

object

A bexy object.

colors

A vector of length three with the colors for aneuploid, XX and XY samples, respectively.

sampleNamesToHighlight

A vector of sample names that should be highlighted. If empty, samples are automatically highlighted based on the posterior probabilities.

label

Boolean indicating whether samples should be labeled.

...

More parameters passed to TernaryPlot()