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.
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
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, thePlateScale
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: @wschwarzmannPriority Level
Thanks for contributing :partying_face:!