Description Usage Arguments Value Examples
Plot 1D kdes of a dataset for visual inspection.
1 | plot_kdes_global(data, data_overlay = NULL, params = NULL)
|
data |
A flowSet, flowFrame or a matrix containing events along the rows, markers along columns. |
data_overlay |
Some different data for comparison. |
params |
A list of markers to use; must be subset of colnames(data). |
Plots of kernel density estimate for each chosen parameter.
1 2 3 4 5 | fileName <- system.file("extdata", "sampled_flowset_old.rda",
package = "Tailor")
load(fileName)
tailor_params <- flowCore::colnames(fs_old)[c(7:9, 11:22)]
plot_kdes_global(fs_old, params = tailor_params)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.