View source: R/extract_traits_flowcytometer_archive.R
extract_traits_flowcytometer_archive | R Documentation |
Extract traits from flowcytometer data by using the archived data
extract_traits_flowcytometer_archive(
extracted_dir =
"~/Desktop/flowcytometer.FIXED/LEEF.FIXED.archived.data/LEEF/3.archived.data/extracted/",
gates_coordinates,
particles = "bacteria",
timestamps,
output,
length_slope,
length_intercept,
use_H,
min_FSC.A,
log10_all = FALSE,
mc.cores = 1,
wellid_keyword = "$WELLID"
)
gates_coordinates |
the |
particles |
particle class to extract. Mainly |
timestamps |
|
output |
path to which the classified data will be saved as |
length_slope |
slope of the linear regression of FSC.A and size ( lm(mean_FSC.A ~ diameter_micrometer ) |
length_intercept |
intercept of the linear regression of FSC.A and size ( lm(mean_FSC.A ~ diameter_micrometer ) |
use_H |
if |
min_FSC.A |
numeric. If |
log10_all |
if |
mc.cores |
number of cores to be used. Defaults to 1 |
wellid_keyword |
the kwyword which is used to identify the well ID. Usually "$WELLID" (default), but for the EAWAG Flowcytometer it is "$SMNO". |
invisible NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.