Displaying 1 result from an estimated 1 matches for "curv1filter".
2011 Oct 04
0
Adding multiple gates/filters in densityplot
...mpts for
densityplot failed.
I could draw simply some vertical lines using
panel.abline, but this doesn't look as appealing as the original method
when using a single filter with the standard filter=xyz argument.
I
bet there is a method to draw multiple gates through the panel-function,
as curv1filter can also identify multiple peaks automatically and
draw them into a densityplot...
This script works for xyplot but not for densitylot:
library(flowCore)
library(flowViz)
data(GvHD)
Filter1 <- rectangleGate(filterId="Filter1", "FSC-H" = c(0, 2...