Get a tabular summary of all variables.

get_design_tbl(tomic)

Arguments

tomic

Either a tidy_omic or triple_omic object

Value

a tibble reflecting the tomic object's design.

Examples

get_design_tbl(brauer_2008_triple)
#> # A tibble: 10 × 3
#>    variable        type                table       
#>    <chr>           <chr>               <chr>       
#>  1 name            feature_primary_key features    
#>  2 systematic_name character           features    
#>  3 BP              character           features    
#>  4 MF              character           features    
#>  5 sample          sample_primary_key  samples     
#>  6 nutrient        character           samples     
#>  7 DR              numeric             samples     
#>  8 name            feature_primary_key measurements
#>  9 sample          sample_primary_key  measurements
#> 10 expression      numeric             measurements