flowFrame
. The user may
also provide various filter
or filterResult
arguments to
customize the plot.## S3 method for class 'flowFrame':
flowPlot(x, child, filter = NULL,
plotParameters = c("FSC-H", "SSC-H"), logx = FALSE, logy = FALSE,
parent, colParent = "Grey", colChild = "Blue", showFilter = TRUE,
gate.fill = "transparent", gate.border = "black", xlab, ylab, xlim, ylim,
...)
flowFrame
that contains the data to be
plotted.filterResult
that
specifies a subset of the data that are included in the filterResult
filter
, filterResult
or
filterResultList
object.FALSE
.filterResult
that
specifies a subset of the data that are inclueed in the filterResult
.parent
. See parent
above.child
. See chile
above.filter
.transparent
.black
.flowCore
data(GvHD)
flowPlot(GvHD[["s5a01"]])
flowPlot(transform("SSC-H"=asinh,"FSC-H"=asinh) %on% GvHD[["s5a01"]])
Run the code above in your browser using DataLab