Description Usage Arguments Value Examples
View source: R/tailor_methods.R
Visualize summary of cluster information, via boxplots showing means and standard deviations of mean fluorescence intensity. Only markers with at least one cutoff are displayed. The boxes are color-coded by mfi relative to the cutoff.
1 | make_cluster_phenobars(tailor_obj, cluster_ids, cluster_names = NULL)
|
tailor_obj |
A tailor object, as obtained from tailor.learn. |
cluster_ids |
A list of cluster indices to visualize. For example, those deemed differentially expressed in case/controls by some statistical test. |
Boxplots summarizing means and standard deviations for selected clusters.
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)
make_cluster_phenobars(tailor_obj, cluster_ids = c(1,2))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.