Description Usage Arguments Value Examples
Project expressions into a two-dimensional circular plot
1 | prep_radviz(xpsc_info, channels)
|
xpsc_info |
output of |
channels |
character: selected channels |
see do.radviz
1 2 3 4 5 6 7 | flow_item <- import_fcs_path(system.file("extdata", "fcs", "KatJanin", package = "WebCytoMetry"))
cluster <- do_cluster(flow_item, flow_item$panel$antigen)
xprc_info <- collate_expressions(flow_item, cluster$sce)
xpsc_info <- rescale_expressions(xprc_info)
radviz <- prep_radviz(xpsc_info, flow_item$panel$antigen)
plot(radviz)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.