View source: R/flowCytometryFunctions.R
plot_trimming | R Documentation |
Plot trimming process
plot_trimming(
flow_frame,
bacteria_flow_frame,
singlet_flow_frame,
normalised_flow_frame,
calibrated_flow_frame,
flu_channels,
out_name,
normalised,
calibrate
)
flow_frame |
the original |
bacteria_flow_frame |
the |
singlet_flow_frame |
the |
normalised_flow_frame |
the normalised |
calibrated_flow_frame |
the calibrated |
flu_channels |
a vector of strings of the fluorescence channels to keep in the processed data and plotting. Defaults to "BL1-H". |
out_name |
the filename for the outputted |
normalised |
a Boolean flag to determine whether to normalise |
calibrate |
a Boolean flag to determine whether to convert fluorescence
to MEF values. Requires an .fcs file with named |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.