diff options
author | Petar Petrov <slackalaxy@gmail.com> | 2017-04-24 22:03:21 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-29 12:51:27 +0700 |
commit | 4b348d83d643902fa991d263b9906332bf80b25d (patch) | |
tree | 11617ce631ffd94af2d636abc091a5878bbc8f06 /academic/Data2FCS/README | |
parent | 1ca0776f479a2c527fa928ba0d1f3da2e0efe8b7 (diff) |
academic/Data2FCS: Added (Data2FCS and FCS2Data).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
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 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. |