.remove_mad_outliers | R Documentation |
detects outliers in the selected channel(s) using MAD (mean absolute deviation).
.remove_mad_outliers( flow_frame, channels = "Event_length", n_mad = 2, mad_f = mad, plot = TRUE, center = "center", main = "", ... )
flow_frame |
A flowframe that contains cytometry data. |
channels |
character, channel names used for gating, default is set to "Event_length". |
n_mad |
numeric, how many MAD should be use to detect outliers |
mad_f |
function used to compute deviation, default set to "mad" |
plot |
logicle, if to plot the data, default TRUE |
center |
the centre: defaults to the median |
main |
character, title of the plot, default set to "" |
... |
other arguments to pass plotDens |
matrix with the selected cells
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.