Skip to content

xyplot for flowClust #3

@mikejiang

Description

@mikejiang

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions