search for: flowviz

Displaying 4 results from an estimated 4 matches for "flowviz".

Did you mean: flowid
2009 Apr 10
2
Stacked density plots
...ata consist of a numeric variable ('pid') that is measured in different individuals ('id'), which can be divided in two types ('type') and the measurements were repeated a different time points ('day'). I read in the Lattice book that this can be done using the 'flowViz' package, so I tried to reproduce the example given in there and obtained an error: library('flowViz') data(GvHD, package='flowCore") densityplot(Visit~'FSC-H'|Patient, data=GvHD) Error: ' "FSC-H" ' is/are no valid parameter(s) in this frame I a...
2011 Oct 04
0
Adding multiple gates/filters in densityplot
Hi R-Users, I posted this question a while ago on the bioconductor mailing list but got no answers. Maybe here is somebody who might know a solution: I failed at drawing multiple filters in a densityplot() using the FlowCore/FlowViz packages. I found a way to draw multiple filters in xyplot(), using the glpolygon method within the panel-function, but some similar attempts 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 u...
2010 Nov 09
0
FCS Files
Hi I've got a problem: I will read FCS 3.0 files with programm r 2.12, package flowViz. But the programm says Fehler in readFCSgetPar(x, "$DATATYPE"), Parameter (s) $DATATYPE Not contained in 'x'. ^ Fabio -- View this message in context: http://r.789695.n4.nabble.com/FCS-Files-tp3033718p3033718.html Sent from the R help mailing list archive at Nabble.com. [[alter...
2012 Feb 22
1
Lattice and horizontally stacked density plots
Hello, I am try to make a density plot where plots are stacked like the one found here: http://dsarkar.fhcrc.org/lattice/book/images/Figure_14_03_stdBW.png I am facing problems, however. Using the code example below, I'd like to generate a separate panel for each val of id2. Within each panel, I'd like to have individual histograms each on separate lines based on the value of id1. ?Note