Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
FCSalyzer 0.9.19-alpha.zip | 2020-11-07 | 511.5 kB | |
Readme.txt | 2020-11-07 | 3.6 kB | |
FCSalyzer 0.9.19-alpha - Source.zip | 2020-11-07 | 407.3 kB | |
Totals: 3 Items | 922.3 kB | 2 |
FCSalyzer Version 0.9.19-alpha Copyright (C) 2012-2010 Sven Mostböck http://sourceforge.net/projects/FCSalyzer FCSalyzer is a simple application for analysing flow cytometry data. It is based on the "What you see is what you get" principle and I hope it is intuitive to use. For more information, please visit the project web page at http://sourceforge.net/projects/FCSalyzer. FCSalyzer is a Java-based application, so you need to install Java (Version 7 or higher). To start, double-click the JAR file. ------------- Version 0.9.19-alpha New Features: + Plots and Documents can now be exported in SVG format + Batch operations are now possible: when epxorting plots or documents, a list of FCS files can be selected, and the export happens for each of the files. + A step size can now be specified that defines the distance of FCS files when using "Previous/Next datafile" on selected plot(s). The default is "1", meaning that the next datafile in the directory list is used. + New data can be attached as additional parameters to existing FCS data files. The data can be imported from CSV text files. All attached parameter values are stored in a combined file that carries the extension ".FCXA", separate from the FCX document. Data can be numerical, or categorical. Details on importing data is found in the "Attach Parameters" dialog. ------>>>>> This is a very new feature and there are probably some bugs - please test carefully if the results match your expectations! Improvement: + Each open FCX document is now shown in an independent top window, instead of all open FCS document being contained in one single top window. + The calculation of compensation was changed. In previous versions, the Compensation Matrix was entered and used for calculation. However, usually the Spillover Matrix is entered and the Compensation Matrix is then calculated based on the Spillover Matrix (see http://www.bioinformin.net/cytometry/compensation.php). The earlier behaviour of FCSalyzer also introduced a bug when reading the spillover matrix from an FCS file, as the matrix was then treated like a compensation matrix (my apologies for that mistake; errors like that are the reason why FCSalyzer continues to be in alpha status). With this version 0.9.19, matrixes are treated as spillover matrix. ------>>>>> This means that 0.9.19 calculates compensation different than earlier version. Be careful when opening old FCX files, as the data might change if compensation was used. As this is a new feature there are probably some bugs - please test carefully if the results match your expectations! + Regions can now be deleted in the "Regions/Gate" dialog + The Rainbow-color map is now the default for density graphs Bug fixes: + Spillover matrix was interpreted correctly for compensation calculations (see above). + The compensation dialog had a few bugs + The Font Sizes were not applied correctly. In general, font sizes larger than 12 were shown too small. This has been repaired. ------>>>>> When opening FCX documents prepared in earlier FCSalyzer version, the text might be shown in slightly different font sizes. + Fixed a bug when opening large FCS3 files + multiple minor bugs Side-effects: + The shortcuts for "Next/Previous datafile" had to be changed to using "Shift-Page Down" and "Shift-Page Up". + FCX documents generated in earlier versions might look different now, with changed font sizes (see above) + FCS documents generated in earlier version might calculate and display data differently, if compensation was used (see above).