You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
currently it is not possible to use flowViz::xyplot to visualize gating results (ellipse) from flowClust because flowViz does not have native support for "tmixFilterResult".
We can either :
1.add this support to flowViz by adding new S4 method:
glpolygon( x="tmixFilterResult", data="flowFrame"),
This is a pretty generic and clean solution, the only downside is putting flowClust to the dependency list of flowViz.
2.Or add a panel function in flowClust which uses flowViz and also add its own gate plotting routine.
I will probably go with the second solution for now.
The text was updated successfully, but these errors were encountered:
Raphael Gottardo, Associate Member http://www.rglab.org
Fred Hutchinson Cancer Research Center
Vaccine and Infectious Disease Division
Public Health Sciences Division
On Jun 11, 2012, at 5:35 PM, mikejiang wrote:
currently it is not possible to use flowViz::xyplot to visualize gating results (ellipse) from flowClust because flowViz does not have native support for "tmixFilterResult".
We can either :
1.add this support to flowViz by adding new S4 method:
glpolygon( x="tmixFilterResult", data="flowFrame"),
This is a pretty generic and clean solution, the only downside is putting flowClust to the dependency list of flowViz.
2.Or add a panel function in flowClust which uses flowViz and also add its own gate plotting routine.
I will probably go with the second solution for now.
currently it is not possible to use flowViz::xyplot to visualize gating results (ellipse) from flowClust because flowViz does not have native support for "tmixFilterResult".
We can either :
1.add this support to flowViz by adding new S4 method:
glpolygon( x="tmixFilterResult", data="flowFrame"),
This is a pretty generic and clean solution, the only downside is putting flowClust to the dependency list of flowViz.
2.Or add a panel function in flowClust which uses flowViz and also add its own gate plotting routine.
I will probably go with the second solution for now.
The text was updated successfully, but these errors were encountered: