debarcoderPlots | R Documentation |
Given an FCS file, generate several debarcoder diagnostic plots. These includea separate scatter plot of Mahalanobis ratio versus barcoding separation distance, Mahalanobis ratio distribution, and barcoding separation distance distribution.
debarcoderPlots(path_prefix, labels, key, exprs_list, unlabeled_label = "unlabeled")
path_prefix |
Either NULL (do not export figures) or prefix to path where files will be exported. |
labels |
Data frame with an event label column. |
key |
Barcoding key data frame. |
exprs_list |
A list with expression and sorted expression matrices. |
unlabeled_label |
Label for events that don't match any key codes. |
A list of ggplot objects corresponding to the figures.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.