View source: R/5_plotFunctions.R
PlotOutliers | R Documentation |
Visual overview of outliers
PlotOutliers(fsom, outlierReport)
fsom |
FlowSOM object. |
outlierReport |
Outlier overview as generated by TestOutliers() |
Plot
# Identify the files
fcs <- flowCore::read.FCS(system.file("extdata", "68983.fcs",
package = "FlowSOM"))
# Build a FlowSOM object
flowSOM.res <- FlowSOM(fcs,
scale = TRUE,
compensate = TRUE,
transform = TRUE,
toTransform = 8:18,
colsToUse = c(9, 12, 14:18),
nClus = 10,
seed = 1)
outlierReport <- TestOutliers(flowSOM.res)
p <- PlotOutliers(flowSOM.res, outlierReport)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.