50% off: Unlimited data and AI learning.
State of Data and AI Literacy Report 2025

bexy (version 0.1.3)

.plotTicTacToeWithCoordinates.bexy: Function to plot a single 7-cell plot displaying posterior probabilities of karyotypes

Description

Function to plot a single 7-cell plot displaying posterior probabilities of karyotypes

Usage

.plotTicTacToeWithCoordinates.bexy(
  object,
  ix,
  label,
  x_coords,
  y_coords,
  last,
  colors
)

Value

No return value, called for side effects.

Arguments

object

A bexy object.

ix

The sample index.

label

The sample name used as a label.

x_coords

Left and right x-coordinates for 7-cell plot.

y_coords

Bottom and top y-coordinates for 7-cell plot.

last

Boolean indicating if this is the last sample to be plotted.

colors

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