Read and tidy a SPECTRAmax file
read_spectramax.Rd
Read and tidy a SPECTRAmax file
Usage
read_spectramax(path, date = Sys.Date(), wavelengths = NULL)
Value
A list, with the following form:
- data
a
tibble
that contains two columns - thetype
, and the (tidy)data
itself in a list-column.- raw_data
a
raw
representation of the file, before tidying- date
character. The date of the experiment
- experiment_type
character. The type of experiment (currently only pq (Protein Quantification) and mtt supported)
- tidy
logical. Should always return TRUE if read in using
read_spectramax