rprops / Phenoflow_package

R package offering functionality for the advanced analysis of microbial flow cytometry data
GNU General Public License v2.0
9 stars 5 forks source link

Add fcs to csv export of flowdata_transformed_all for downstream machine learning #30

Closed FMKerckhof closed 6 years ago

FMKerckhof commented 7 years ago

A simple R alternative to python fcsparser:parse (https://github.com/eyurtsev/fcsparser/blob/master/fcsparser/api.py) should be able to do the trick.

FMKerckhof commented 7 years ago

This should be fairly straightforward: the data frame is contained within the script already and only needs to be stored separately.

rprops commented 6 years ago

Will close since we are aiming to pool everything in Phenoflow (incl ML)