MakeTernaryMatrix: Create matrix input for the PlotTernaryPlot function

MakeTernaryMatrixR Documentation

Create matrix input for the PlotTernaryPlot function

Description

Create matrix input for the PlotTernaryPlot function

Usage

MakeTernaryMatrix(
  matrixWide,
  metadata,
  indivVar,
  indivVal,
  topVar,
  topVal,
  rightVar,
  rightVal,
  leftVar,
  leftVal,
  addColor = "no"
)

Arguments

matrixWide,

barcode count matrix

metadata,

the metadata of the matrix

indivVar,

individuals variable name

indivVal,

individuals value names

topVar,

top ternary variable

topVal,

top ternary values

rightVar,

right ternary variable

rightVal,

right ternary values

leftVar,

left ternary variable

leftVal,

left ternary values

addColor,

should the dots be colored by individuals, default is "no". Other is "yes"

Value

a ternary plot


TeamPerie/CellDestiny documentation built on July 4, 2022, 8:40 a.m.