Description Usage Arguments Value Examples
View source: R/tailor_methods.R
Plot a t-SNE reduction to 2d of the cluster centroids, color-coded by mean fluorescence intensity for each parameter.
1 | plot_tailor_fluorescence(tailor_obj, midpoint = 1.5)
|
tailor_obj |
A tailor object, as obtained from tailor.learn. |
midpoint |
Numeric, to be used as the middle of the scale for intensity plots. |
A grid of 2d reduced plots of cluster centroids, one for each parameter.
1 2 3 4 5 6 7 8 9 | fileName <- system.file("extdata", "sampled_flowset_old.rda",
package = "Tailor")
load(fileName)
tailor_params <- flowCore::colnames(fs_old)[c(7:9, 11:22)]
tailor_obj <- tailor_learn(data = fs_old,
params = tailor_params,
mixture_components = 50)
plot_tailor_fluorescence(tailor_obj)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.