nolanlab / vortex

VorteX Clustering Environment - Java graphical tool for single-cell analysis, clustering and visualization. Latest release:
https://github.com/nolanlab/vortex/releases
34 stars 6 forks source link

Exporting clustering results #3

Closed Andrew-InTheBox closed 7 years ago

Andrew-InTheBox commented 7 years ago

Hi, it seems the exported fcs files are DATATYPE/D. I'd really like to use flowCore down-stream to allow adding the cluster IDs to an Imagestream dataset using R integration in FCS express. However, flowCore isn't reading the DATATYPE/D files. Flowjo also seems to not be scaling or exporting them correctly.

Ideally, it would be nice to be able to either 1) export multiple csv files, one for each input fcs file in the data set or 2) export DATATYPE/F fcs files that are more readily handled by existing flow cytometry packages.

Edit - FCS Express throws an error message when trying to open the exported FCS files from Vortex (attached).

error

Thanks.

nsamusik commented 7 years ago

Hi Andy,

I switched away from Cytobank to the FlowCyt library and now VorteX should be writing in DATATYPE/F format. Please give it a try and let me know how it goes. Thanks very much for pointing out the problem

https://github.com/nolanlab/vortex/releases/tag/27-Feb-2017

Best,

Nikolay

Andrew-InTheBox commented 7 years ago

Excellent, thanks.