RGLab / flowWorkspace

flowWorkspace
GNU Affero General Public License v3.0
44 stars 21 forks source link

Split parent node of GatingSet into n descendant nodes #279

Closed DillonHammill closed 5 years ago

DillonHammill commented 5 years ago

Hi Mike,

Do you think it would be possible to split a parental node of GatingSet into n descendant nodes if you know which cells belong to each node?

For example when the nodes are defined by a multi-dimensional clustering algorithm where we know which events to include in which nodes - but there aren't any gates?

Dillon

mikejiang commented 5 years ago

GatingSet supports adding clustering results as a factor vector. see https://github.com/RGLab/CytoML/issues/45#issuecomment-416739231 and http://rpubs.com/wjiang2/320381

DillonHammill commented 5 years ago

Great! Thanks Mike!