cyto_clean | R Documentation |
Apply flowAI anomaly detection to clean cytometry data
cyto_clean(x, ...)
x |
object of class |
... |
additional arguments passed to
|
Dillon Hammill, Dillon.Hammill@anu.edu.au
Monaco,G. et al. (2016) flowAI: automatic and interactive anomaly discerning tools for flow cytometry data. Bioinformatics. 2016 Aug 15;32(16):2473-80. https://academic.oup.com/bioinformatics/article/32/16/2473/2240408
flow_auto_qc
library(CytoExploreRData)
# Activation flowSet
fs <- Activation
# Clean Activation flowSet
fs <- cyto_clean(fs)
# Activation GatingSet
gs <- GatingSet(fs)
# Clean Activation GatingSet
gs <- cyto_clean(gs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.