Retrieve elements of the HEADER attribute of a soma_adat object:
getAdatVersion() determines the the ADAT version
number from a parsed ADAT header.
getSomaScanVersion() determines the original SomaScan assay version
that generated RFU measurements within a soma_adat object.
checkSomaScanVersion() determines if the version of
is a recognized version of SomaScan.
Table of SomaScan assay versions:
| Version | Commercial Name | Size |
V4 | 5k | 5284 |
v4.1 | 7k | 7596 |
v5.0 | 11k | 11083 |
getSignalSpace() determines the current signal space of
the RFU values, which may differ from the original SomaScan
signal space if the data have been lifted. See lift_adat() and
vignette("lifting-and-bridging", package = "SomaDataIO").
getSomaScanLiftCCC() accesses the lifting Concordance Correlation
Coefficients between various SomaScan versions. For more about
CCC metrics see lift_adat().