View source: R/traits_flowcytometer_archive.R
traits_flowcytometer_archive | R Documentation |
Gate and extract densities from flowcytometer data by using the archived data
traits_flowcytometer_archive(
extracted_dir =
"/Volumes/LEEF-1_archive/LEEF.archived.data/LEEF/3.archived.data/extracted/",
gates_coordinates,
timestamps,
output,
use_H,
min_FSC.A,
log10_all = FALSE,
particles = c("bacteria", "algae"),
mc.cores = 1
)
extracted_dir |
srchive directory of the extracted data |
gates_coordinates |
the |
timestamps |
|
output |
path to which the classified data will be saved as |
use_H |
if |
min_FSC.A |
numeric. If |
log10_all |
if |
particles |
the particles, as defined in the gates file, to be extracted. Allowed are one or multiple of
|
mc.cores |
number of cores to be used. Defaults to 1 |
invisible NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.