Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Reading FCS files

Tags:

python

file

I am working on flow cytometry. I want to parse the .fcs files using python. I have researched on internet that there is a module fcm but that is for linux os and I am working on windows.

I want to know that how can I parse .fcs files in windows using python?
If anyone knows how can I use fcm in windows kindly let me know too.

like image 572
sam Avatar asked Dec 12 '22 20:12

sam


1 Answers

Pyfcm does work on Windows. A tutorial for loading fcs files is at http://packages.python.org/fcm/basic.html. Installers are at http://www.lfd.uci.edu/~gohlke/pythonlibs/#py-fcm

like image 73
cgohlke Avatar answered Jan 04 '23 06:01

cgohlke