View source: R/webApp/functions.R View source: R/functions.R
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 |
indivVal, |
wanted individuals |
xVar, |
x axis variable |
xVal, |
x axis values |
yVar, |
y axis variable |
yVal, |
y axis values |
colorVar, |
color variable as column in the matrix |
transformation, |
transformation to use, default is "arcsin". Other is "log10" |
a matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.