View source: R/normalize_cytof.R
calculate_baseline | R Documentation |
Extract beads events from all the FCS files in the working directory and calculates the baseline for normalization
calculate_baseline( wd, beads.type, files.type = c("data", "beads"), beads.gates = NULL )
wd |
Working directory (character) |
beads.type |
Type of beads. Must be on of |
files.type |
The type of FCS files contained in |
beads.gates |
Gates to identify the beads. This is a data structure with the following format
|
Returns a vector with the medians of the beads events across all processed files
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.