Getter for specific slots of an MidarExperiments object
Source:R/classes.R
cash-MidarExperiment-method.Rd
$ syntax can be used to as a shortcut for getting specific variables and results from a MidarExperiment object
Examples
mexp <- MidarExperiment()
mexp$analysis_type
#> [1] ""
mexp$annot_analyses
#> # A tibble: 0 × 13
#> # ℹ 13 variables: run_seq_num <int>, analysis_id <chr>, sample_id <chr>,
#> # qc_type <fct>, batch_id <chr>, replicate_no <int>, specimen <chr>,
#> # sample_amount <dbl>, sample_amount_unit <chr>, istd_volume <dbl>,
#> # valid_analysis <lgl>, annot_order_num <int>, remarks <chr>