.plotTernary.bexy {bexy} | R Documentation |
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, ...)
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() |
Value
The upper boundary of the plot.
[Package bexy version 0.1.3 Index]