print.FlowSOM {FlowSOM} | R Documentation |
Print FlowSOM object
## S3 method for class 'FlowSOM' print(x, ...)
x |
FlowSOM object to print information about |
... |
Further arguments, not used |
fileName <- system.file("extdata", "68983.fcs", package = "FlowSOM") flowSOM.res <- FlowSOM(fileName, compensate = TRUE, transform = TRUE, scale = TRUE, colsToUse = c(9, 12, 14:18), nClus = 10) print(flowSOM.res)