From 4b348d83d643902fa991d263b9906332bf80b25d Mon Sep 17 00:00:00 2001 From: Petar Petrov Date: Mon, 24 Apr 2017 22:03:21 +0100 Subject: academic/Data2FCS: Added (Data2FCS and FCS2Data). Signed-off-by: David Spencer --- academic/Data2FCS/README | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 academic/Data2FCS/README (limited to 'academic/Data2FCS/README') diff --git a/academic/Data2FCS/README b/academic/Data2FCS/README new file mode 100644 index 000000000000..590d0667e2a3 --- /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. -- cgit v1.2.3