Plot basicsThe base method, ggcyto, is deliberately designed to mirror the semantics of ggplot2, but with added support for cytoverse data structures and layers. Where there is no need for function to be extended for the cytoverse (like aes() for adding aesthetic mappings), the ggplot2 versions should function as expected. |
|
---|---|
Plot cytometry data using the ggcyto API |
|
overloaded '+' method for ggcyto |
|
replace current cytometry data |
|
It fortifies the data, fills some default settings and returns a regular ggplot object. |
|
Arrange a list of ggplot objects into gtable |
|
Added layersgeom_gate and geom_overlay are layers for easy addition of the gate geometries and additional populations to ggcyto plots. |
|
Add a gate layer to a ggcyto plot. |
|
rescale methods for gates |
|
Overlay a population on an existing ggcyto plot analogous to backgating. |
|
Vertical or horizontal line. |
|
Add a popluation statistics layer to a ggcyto plot. |
|
Compute the positions of the population statistics based on the geometic gate centroid for a ggcyto plot. |
|
Added scalesA few additional scaling functions for determining axis scales and labels |
|
Change axis labels and legend titles |
|
Display ggcyto axis labels using their raw values (as stored in the data structure) |
|
Add a flowCore inverse hyperbolic sine scale to the x or y axes of a ggcyto plot. |
|
Add a flowJo inverse hyperbolic sine scale to the x or y axes of a ggcyto plot. |
|
Inverse hyperbolic sine transformation(flowCore version). |
|
Add a flowJo biexponential scale to the x or y axes of a ggcyto plot. |
|
Add a logicle scale to the x or y axes of a ggcyto plot. |
|
Programming with ggcytoThese functions provide tools for obtaining information from cytoverse data types to aid in constructing plots and also for explicitly generating plots |
|
Reports whether x is a ggcyto object |
|
Reports whether x is a ggcyto_flowSet object |
|
Reports whether x is a ggcyto_par object |
|
extract flowFrame data structure from the given R object |
|
compute the statistics of the cell population defined by gates |
|
Generate a marginal gate. |
|
Draw ggcyto on current graphics device. |
|
print method for ggcyto_gate_layout class |
|
Autoplot and fortifyautoplot() will quickly generate common default plots according for cytoverse data types and fortify() will turn cytoverse data types in to data.tables that can be used with ggplot2. |
|
|
Plot cytometry data in one or two dimension with the ggcyto package. |
|
Convert a flowFrame/flowSet/GatingSet to a ggplot-compatible data.table |
Convert a polygonGate to a data.table useful for ggplot |
|
Convert a ellipsoidGate to a data.table useful for ggplot |
|
Convert a rectangleGate to a data.table useful for ggplot |
|
Convert a filterList to a data.table useful for ggplot |
|
Fortify a model into flowSet object |
|
Controlling ggcyto behaviorSpecify the ggcyto settings/parameters for a plot or get the default settings |
|
Set some default parameters for ggcyto |
|
Return The default ggcyto settings |