Skip to contents

Get the names of the metadata variables in an MbioDataset.

Usage

# S4 method for MbioDataset
getMetadataVariableNames(object)

Arguments

object

An MbioDataset

Value

a character vector of metadata variable names

Examples

getMetadataVariableNames(microbiomeData::DiabImmune)
#>  [1] "Participant_Id"                                      
#>  [2] "participant_repeated_measure_Id"                     
#>  [3] "age_months"                                          
#>  [4] "age_1st_animal_milk_or_solids_given_days"            
#>  [5] "age_1st_given_apple_months"                          
#>  [6] "age_1st_given_banana_months"                         
#>  [7] "age_1st_given_barley_months"                         
#>  [8] "age_1st_given_beef_months"                           
#>  [9] "age_1st_given_berries_months"                        
#> [10] "age_1st_given_cabbs_months"                          
#> [11] "age_1st_given_carrot_months"                         
#> [12] "age_1st_given_corn_months"                           
#> [13] "age_1st_given_cowsmilk_months"                       
#> [14] "age_1st_given_egg_months"                            
#> [15] "age_1st_given_fish_months"                           
#> [16] "age_1st_given_milk_products_months"                  
#> [17] "age_1st_given_oat_months"                            
#> [18] "age_1st_given_pear_months"                           
#> [19] "age_1st_given_peas_months"                           
#> [20] "age_1st_given_plum_months"                           
#> [21] "age_1st_given_pork_months"                           
#> [22] "age_1st_given_potato_months"                         
#> [23] "age_1st_given_poultry_months"                        
#> [24] "age_1st_given_rice_months"                           
#> [25] "age_1st_given_rye_months"                            
#> [26] "age_1st_given_sweet_potato_months"                   
#> [27] "age_1st_given_tomato_months"                         
#> [28] "age_1st_given_wheat_months"                          
#> [29] "age_at_anthropometry_days"                           
#> [30] "age_at_two_autoantibodies_positive_days"             
#> [31] "age_at_type_1_diabetes_diagnosis_days"               
#> [32] "antibiotics_before_delivery_by_maternal_report"      
#> [33] "bmi_minus_for_minus_age_z_minus_score"               
#> [34] "breastfed_duration"                                  
#> [35] "country"                                             
#> [36] "delivery_mode"                                       
#> [37] "diet_in_first_three_days"                            
#> [38] "exclusive_breastfed_duration"                        
#> [39] "gestational_diabetes_by_maternal_report"             
#> [40] "glutamic_acid_decarboxylase_antibodies"              
#> [41] "hla_risk_by_hla_haplotyping"                         
#> [42] "height_minus_for_minus_age_z_minus_score"            
#> [43] "insulin_autoantibodies"                              
#> [44] "insulinoma_minus_associated_protein_2_autoantibodies"
#> [45] "islet_cell_autoantibodies"                           
#> [46] "linear_growth_during_1st_year_cm"                    
#> [47] "maternal_age_at_birth_year"                          
#> [48] "mean_linear_growth_during_1st_3_years_cm_year"       
#> [49] "mean_weight_gain_during_1st_3_years_kg_year"         
#> [50] "sex"                                                 
#> [51] "study_group"                                         
#> [52] "type_1_diabetes_diagnosed"                           
#> [53] "urban_or_rural_site"                                 
#> [54] "weight_gain_during_1st_year_kg"                      
#> [55] "weight_minus_for_minus_age_z_minus_score"            
#> [56] "zinc_transporter_8_autoantibodies"                   
#> [57] "Sample_Id"                                           
#> [58] "habitat"                                             
#> [59] "host_body_habitat"                                   
#> [60] "host_body_product"                                   
#> [61] "host_body_site"                                      
#> [62] "sample_type"