dot-plotTernaryAndTicTacToe.bexy: Function to plot ternary plot with 7-cell plots displaying...

.plotTernaryAndTicTacToe.bexyR Documentation

Function to plot ternary plot with 7-cell plots displaying posterior probabilities of karyotypes

Description

Function to plot ternary plot with 7-cell plots displaying posterior probabilities of karyotypes

Usage

.plotTernaryAndTicTacToe.bexy(
  object,
  colors,
  sampleNamesToHighlight,
  label,
  addSquares,
  ...
)

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.

addSquares

Boolean indicating whether 7-cell posterior probability square plots should be drawn.

...

Other parameters used for plotting

Value

No return value, called for side effects.


bexy documentation built on Sept. 11, 2024, 5:50 p.m.