diff options
Diffstat (limited to 'academic/Data2FCS/README')
-rw-r--r-- | academic/Data2FCS/README | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/academic/Data2FCS/README b/academic/Data2FCS/README new file mode 100644 index 0000000000000..590d0667e2a3d --- /dev/null +++ b/academic/Data2FCS/README @@ -0,0 +1,17 @@ +Flow cytometry software is a perfect way to analyse complex data sets +with large sample size. Data can be easily visualized to identify +correlations and subpopulations. Subpopulations can be selected and +analysed separately. However, such software requires data in the FCS +data standard. + +This contains two programs: Data2FCS and FCS2Data. + +Data2FCS a simple application for converting data in ascii file format +into FCS3.1 files. A special treat is the possibility to transform +categorical data into numerical data. The resulting FCS data file can be +analysed in regular flow cytometry softwares, such as the open source +FCSaylzer (also available at SlackBuilds.org). + +FCS2Data is a simple application for converting FCS data files into +ascii file format. These files contain the single event data of the FCS +files, so that the data can be used in other applications. |