.plotTicTacToeWithCoordinates.bexy {bexy} | R Documentation |
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
)
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. |
Value
No return value, called for side effects.
[Package bexy version 0.1.3 Index]