View source: R/files_quality_check.R
aof_scoring | R Documentation |
Calculates AOF (Average Overlap Frequency) scores using flowSOM object and greedy algorithm from cytutils package.
aof_scoring( fcs_files, phenotyping_markers, markers_to_score, fsom, out_dir = NULL, batch = NULL )
fcs_files |
Character, full path to fcs_files. |
phenotyping_markers |
Character vector, marker names to be used for clustering, can be full marker name e.g. "CD45" or "CD" if all CD-markers needs to be plotted. |
fsom |
FlowSOM object as generated by fsom_aof |
out_dir |
Character, pathway to where the AOF scores and plots should be saved, default is set to file.path(getwd(), "Quality_Control") |
batch |
Character, acquisition batch for each fcs file. This argument is passed to AOF plot names, default is set to NULL. |
Returns data frame with the scaled AOF scores and heatmap plots representing AOF scores and scaled AOF scores.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.