aroma.affymetrix 2.5.0
aroma.cn 1.0.0
What's new?
Created on: 2010-05-03
Last updated: 2010-10-24
Providing support for other microarray technologies such as Illumina and Agilent becomes a more frequently requested feature in the aroma framework. This is something we have been working on for a long time and more seriously starting in 2009. In order to achieve this we need a technology independent way of storing data. We have designed and implemented new simple binary file formats for this. What is missing is a complete suite of methods for importing external data into these file formats.
We already have part of the framework in place and today we can, for instance:
Created on: 2010-11-22
Last updated: 2010-11-22
We always prioritize availability, generality, correctness, reproducibility, traceability and stability of the user as well as the developer API over speed performance. We believe that performance can always be improved after a method has been implemented in the first place and proven correct. Sometimes the performance improvements requires changes in the API. Here are a some performance improvement we would like to implement:
Created on: 2010-05-03
Last updated: 2010-05-04
Being able to processes the same data set on multiple machines would shorten the latency in any analysis pipeline. In order to safely distribute the processing to multiple machines sharing data over the local file system, one needs a synchronization mechanism that prevents inconsistency due to different machines overwrite already generated results.
What we like to add: