Description Usage Arguments Value Examples
Calculate Hilbert Similarity
1 | calc_sim_hilbert(exps_info, channels, bins = 5, dimension = 4)
|
exps_info |
output of |
channels |
character: channels of interest |
bins |
optional integer: number of bins |
dimension |
optional integer: number of dimensions (> 2) |
hilbert
: tibble: Hilbert similarities
dists
: distance matrix
1 2 3 4 5 | flow_item <- import_fcs_path(system.file("extdata", "fcs", "KatJanin", package = "WebCytoMetry"))
expr_info <- collate_expressions(flow_item)
exps_info <- rescale_expressions(expr_info)
sim_hilbert <- calc_sim_hilbert(exps_info, flow_item$panel$antigen)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.