Description Usage Arguments Value Examples
View source: R/fluster_methods.R
Draw a picture of the result of fluster using graph-based representation of clusters.
1 2 3 4 5 6 7 8 9 10 11 12 |
fluster |
The result of running fluster |
markers |
Markers to display in the spread |
mode |
Compute colors using either global or per-marker distributions. Global distributions are color-coded directly by signals produced by the cytometer. Per-marker mode shows colors relative to the positivity threshold for each marker (red colors for above-threshold and blue colors for below-threshold) in units of standard deviation for each marker. |
vs |
The max size of nodes in the graph |
ms |
The minimum size of nodes in the graph |
log.size |
If true, scale node sizes logarithmically |
legend |
Logical. Draw color legend. |
cex.main |
Scale factor for titles of the individual markers. |
cex.lab |
Scale factor for labels. |
vertex_frame |
Logical. Should we draw a frame. |
N/A.
1 | plot_fluster(fluster_obj)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.