Contains sample data (as data.table in RAM or as pointer to Parquet file), metadata and spectrum metadata in table and json formats.
Details
Objects for this class are returned by collect_one_sample_data
and create_sample_dataset.
Methods (by generic)
get_sample_data(sample_dataset): Accessor method to obtain the sample_data table.
Slots
sample_dataContains a
datatablewith the sample data, or anArrow DatasetR6 object pointing to the Parquet file data.sample_metadataContains a
datatablewith the sample metadata.spectrum_metadataContains a
datatablewith the spectrum metadata.sample_metadata_jsonContains a
characterwith the sample metadata.spectrum_metadata_jsonContains a
characterwith the spectrum metadata.
Use the collect_one_sample_data to
store the sample data, metadata and spectrum metadata, in table and json formats.
