SomaLogic / SomaDataIO

The SomaDataIO package loads and exports 'SomaScan' data via the 'SomaLogic Operating Co., Inc.' proprietary data file, called an ADAT ('*.adat'). The package also exports auxiliary functions for manipulating, wrangling, and extracting relevant information from an ADAT object once in memory.
https://somalogic.github.io/SomaDataIO/
Other
26 stars 18 forks source link

Collapsing ADATs strips the PlateScale information in Header #86

Closed stufield closed 8 months ago

stufield commented 9 months ago

Problem

When combining ADAT files in loadAdatsAsList(), the header information is retained for only the first file. This is by design because hundreds of ADATs could be combined, bloating the attributes. However, the PlateScale information could be of value.

Feature

Modify the PlateScale key-value pair to retain the scaling information from all the ADATs in the collapsed list. Notify: @wschwarzmann

Priority Level


Thanks for contributing :partying_face:!