Description Usage Arguments Value Examples
Calculate cosine similarity
1 | calc_sim_cosine(exps_info)
|
exps_info |
output of |
matrix: cosine similarities
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_cosine <- calc_sim_cosine(exps_info)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.