MakeDotPlotMatrix | R Documentation |
Make matrix for PlotDotPlot function
MakeDotPlotMatrix( matrixWide, metadata, indivVar, indivVal, xVar, xVal, yVar, yVal, colorVar = "", transformation = "arcsin" )
matrixWide, |
a barcode count matrix |
metadata, |
the metadata |
indivVar, |
individual variable name |
xVar, |
x axis variable |
xVal, |
x axis values |
yVar, |
y axis variable |
yVal, |
y axis values |
colorVar, |
color variable as column in the matrix |
a matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.