Description Usage Arguments Value Examples
Create a HexTemplate Object
1 2 3 4 5 6 7 8 | HexTemplate(
flowset,
xChannel,
yChannel,
xbins = 20,
metadata = data.frame(),
trans_fun = log10
)
|
flowset |
A flowCore |
xChannel |
A string representing the x-axis channel |
yChannel |
A string representing the y-axis channel |
xbins |
Number of hexagons on the x-axis - 1 |
metadata |
A data.frame containing metadata. Column names should be the group names. |
trans_fun |
A function to transform the data. Standard is |
A HexTemplate
1 2 3 4 5 | #get example fcs
#get example metadata
#show available channels
colnames(fcs)
hexT <- HexTemplate(flowset = fcs, xChannel = "SSC-H", yChannel = "DAPI-H", metadata)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.