View source: R/flowCytometryFunctions.R
get_calibration | R Documentation |
Get fluorescence calibration curve parameters
get_calibration(bead_file, flu_channels, mef_peaks, manual_peaks, bead_dens_bw)
bead_file |
path to beads .fcs file. |
flu_channels |
a vector of strings of the fluorescence channels to keep
in the processed data and plotting. Defaults to |
mef_peaks |
a list of lists in the form |
manual_peaks |
if bead peaks are not being found by the EM algorithm,
one can manually specify the positions of the bead peaks (on a log10 scale).
A list of lists in the form
|
bead_dens_bw |
the bandwidth for the kernel density of the bead peak data. Default = 0.025. Increase if erroneous peaks are being found, decrease if not enough peaks are found. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.