Training summary statistics from differential analysis (DA) that tests the effect of training on each feature within each sex. One data frame per data type and tissue.
Format
A data frame with up to 47 variables:
assaycharacter, assay code used in data release. See MotrpacBicQC::assay_codes.
tissuecharacter, tissue code used in data release. See MotrpacBicQC::bic_animal_tissue_code.
feature_IDcharacter, MoTrPAC feature identifier
removed_samplescharacter, comma-separated list of vial labels excluded from differential analysis or NA
removed_samples_malecharacter, comma-separated list of male outliers (vial labels) removed from differential analysis
removed_samples_femalecharacter, comma-separated list of female outliers (vial labels) removed from differential analysis
datasetcharacter, specific dataset
dataset_malecharacter, specific dataset
dataset_femalecharacter, specific dataset
panelcharacter, LUMINEX panel for immunoassay analytes
full_modelcharacter, full model used for differential analysis
full_model_malecharacter, full model used for differential analysis in males
full_model_femalecharacter, full model used for differential analysis in females
reduced_modelcharacter, effective reduced model used for differential analysis
reduced_model_malecharacter, effective reduced model used for differential analysis in males
reduced_model_femalecharacter, effective reduced model used for differential analysis in females
covariatescharacter, comma-separated list of adjustment variables
covariates_malecharacter, comma-separated list of adjustment variables used for males
covariates_femalecharacter, comma-separated list of adjustment variables used for females
fscore_maledouble, F-statistic for males
fscore_femaledouble, F-statistic for females
lrtdouble, likelihood ratio test statistic when only one sex exists
lrt_maledouble, likelihood ratio test statistic for males
lrt_femaledouble, likelihood ratio test statistic for females
p_value_maledouble, nominal p-value for males
p_value_femalecharacter, nominal p-value for females
adj_p_value_maledouble, IHW-adjusted p-value for males
adj_p_value_femaledouble, IHW-adjusted p-value for females
p_valuedouble, combined male and female nominal p-value using the sum of logs
adj_p_valuedouble, IHW-adjusted combined p-value; value provided by
selection_fdrin the timewise summary statisticstissue_abbreviationcharacter, tissue abbreviation, one of TISSUE_ABBREV
Chrcharacter, chromosome where feature is located. METHYL only.
Locuscharacter, name of feature. METHYL only.
EntrezIDinteger, Entrez ID of corresponding gene. METHYL only.
Symbolcharacter, gene symbol of corresponding gene. METHYL only.
is_targetedlogical, whether metabolite is targeted. Metabolomics only.
sitecharacter, Chemical Analysis Site (CAS) name. Metabolomics only.
metabolitecharacter, name of metabolite as appears in the CAS's data. Metabolomics only.
metabolite_refmetcharacter, RefMet name of metabolite. Metabolomics only.
groups_tested_malecharacter, timepoints used to perform the F-test in males. Some tissues or assays are missing timepoints. Metabolomics only.
groups_tested_femalecharacter, timepoints used to perform the F-test in females. Some tissues or assays are missing timepoints. Metabolomics only.
mzdouble, mass over charge. Metabolomics only.
rtdouble, retention time. Metabolomics only.
neutral_massnumeric, neutral mass. Metabolomics only.
cvdouble, feature coffeicient of variation in the dataset. Metabolomics only.
meta_reg_het_pdouble, heterogeneity p-value from meta-regression. A smaller p-value indicates more disagreement between platforms. Metabolomics meta-regression only.
original_ftest_pscharacter, comma-separated list of original F-test p-values. Metabolomics meta-regression only.
Details
While the more commonly-used timewise summary statistics are available directly in
this package (e.g., TRNSCRPT_DA, PROTEOME_DA, IMMUNO_DA, METAB_DA, METAB_DA_METAREG, TRAINING_REGULATED_FEATURES, REPFDR_INPUTS),
training summary statistics are available for download from Google Cloud Storage.
Use MotrpacRatTraining6mo::load_training_da() to download results for a given tissue and ome.
Note that the adjusted p-value from the training differential analysis is already included in the
timewise summary statistics as selection_fdr.
Training differential analysis was performed using either F-tests or likelihood ratio tests depending on the ome. Find the functions used to generate these results listed here. See details in the supplementary methods of the manuscript.