plot_kdes_global: plot_kdes_global

Description Usage Arguments Value Examples

Description

Plot 1D kdes of a dataset for visual inspection.

Usage

1
plot_kdes_global(data, data_overlay = NULL, params = NULL)

Arguments

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).

Value

Plots of kernel density estimate for each chosen parameter.

Examples

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)

matei-ionita/Tailor documentation built on Jan. 4, 2021, 11:47 a.m.