R/data-getters.R
get_sample_info.Rd
A tibble of sample information, with the first column being "sample".
tibble
get_sample_info(exp)
An experiment().
experiment()
A tibble of sample information.
get_sample_info(real_experiment) #> # A tibble: 12 × 2 #> sample group #> <chr> <fct> #> 1 C1 C #> 2 C2 C #> 3 C3 C #> 4 H1 H #> 5 H2 H #> 6 H3 H #> 7 M1 M #> 8 M2 M #> 9 M3 M #> 10 Y1 Y #> 11 Y2 Y #> 12 Y3 Y