Description Usage Arguments Value Examples
View source: R/fluster_methods.R
Draw a picture of the result of fluster using tsne representation of clusters.
1 2 3 4 5 6 7 8 9 10 11 12 |
fluster |
The result of running fluster |
markers |
Markers to include 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. |
cex |
Scale factor for node size |
proportional |
Logical. Scale by the number of events in the cluster |
emph |
Logical. Emphasize each blob with a black line. |
cex.lab |
Scale factor for titles of the individual markers |
highlight_clusters |
IF not NULL, a collection of cluster indices to highlight. |
legend |
Logical. Whether or not to draw a legend. |
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.