Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xyplot for flowClust #3

Open
mikejiang opened this issue Jun 12, 2012 · 1 comment
Open

xyplot for flowClust #3

mikejiang opened this issue Jun 12, 2012 · 1 comment

Comments

@mikejiang
Copy link
Member

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.

@raphg
Copy link
Member

raphg commented Jun 12, 2012

I think option 2 makes sense for now.

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.


Reply to this email directly or view it on GitHub:
https://github.com/mikejiang/flowViz/issues/3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants