You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
To the best of my understanding the input matrix is generally "count" matrix is obtained from the CyToF instrument. The output file is also a count matrix but it is normalized using the asinh normalization. You can check this by looking at the range of values from each column. For the raw data the range will be very high. For normalized data the range is usually between 0 - 10, and very rarely a bit higher, but never in 0 - 100+.
It looks like the module fcsparser is another requirement to this program. Possibly add to the readme.
https://github.com/eyurtsev/fcsparser
Also fcswrite:
https://pypi.org/project/fcswrite/
pip install fcswrite
The text was updated successfully, but these errors were encountered: