-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels