debarcode | R Documentation |
Import FCS file and barcoding key and run it through the debarcoding workflow: label events using Zunder et al., unlabel events according to barcoding separation distance and Mahalanobis ratio heuristics, and export each label to a separate file along with an accompanying diagnostic plot.
debarcode(fcs_file_path, key_file_path, export_files = TRUE, export_figures = TRUE, verbose = TRUE)
fcs_file_path |
FCS file path. |
key_file_path |
CSV barcoding key file path. |
export_files |
If TRUE, the function will export debarcoded FCS files. |
export_figures |
If TRUE, the function will export diagnostic plots. |
verbose |
If TRUE, the function will message the console with updates. |
Please note that this function ends with a series of warnings due to flowCore's write.FCS.
A data frame with a row for every event. Columns are label, barcoding separation distance, and Mahalanobis ratio.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.