Description Usage Arguments Details Author(s) See Also Examples
A method that makes standard plots from a flowFrame
. The user may
also provide various filter
or filterResult
arguments to
customize the plot.
1 2 3 4 5 6 |
x |
An object of class |
child |
An optional argument of class |
filter |
A |
plotParameters |
A vector of charactors defining the x and y variables in terms of columns in the data. |
logx, logy |
Logical controlling wheterh the corresponding variables
will be log transfromed before passing to the panel function. Default to
|
parent |
An optional argument of class |
colParent |
Specifying the color for |
colChild |
Specifies the color for |
showFilter |
Logical, specifying whether to show the |
gate.fill |
Specifies the fill color of the gate. Default to
|
gate.border |
Character or specifying the color of the gate border.
Default to |
xlab, ylab |
Labels for data axes. |
xlim, ylim |
Numeric vectors of length 2 specifying axis limits. |
... |
More arguments, usually passed on to the underlying lattice methods. |
The plot that is most commonly used in flow cytometry data analysis is usuall called a "dot plot". In common statistical language, we would call this a scatter plot. The basic idea is a 2-dimensional plot that shows the location of every cell in regard to the measurements made on it, for example, forward scatter vs side scatter. Most applications will, in addition to the data, want to show information about one or more filters (gates). Since there can be a very large number of cells in a sample, it is common to show a smoothed version of the data that doesn't involve registering every point on the graph.
P. Haaland
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.