Timewise summary statistics and training FDR from differential analysis (DA) that tests the effect of training on each metabolite within each sex. One data frame per tissue.
Usage
METAB_PLASMA_DA
METAB_HIPPOC_DA
METAB_CORTEX_DA
METAB_HYPOTH_DA
METAB_SKMGN_DA
METAB_SKMVL_DA
METAB_HEART_DA
METAB_KIDNEY_DA
METAB_ADRNL_DA
METAB_COLON_DA
METAB_SPLEEN_DA
METAB_TESTES_DA
METAB_OVARY_DA
METAB_VENACV_DA
METAB_LUNG_DA
METAB_SMLINT_DA
METAB_LIVER_DA
METAB_BAT_DA
METAB_WATSC_DAFormat
A data frame with 27 variables:
featurecharacter, unique feature identifier in the format 'ASSAY_ABBREV;TISSUE_ABBREV;feature_ID' only for training-regulated features at 5% IHW FDR. For redundant differential features, 'feature_ID' is prepended with the specific platform to make unique identifiers. See REPEATED_FEATURES for details.
assaycharacter, assay abbreviation, one of ASSAY_ABBREV
assay_codecharacter, assay code used in data release. See MotrpacBicQC::assay_codes.
tissuecharacter, tissue abbreviation, one of TISSUE_ABBREV
tissue_codecharacter, tissue code used in data release. See MotrpacBicQC::bic_animal_tissue_code.
feature_IDcharacter, MoTrPAC feature identifier
datasetcharacter, metabolomics platform (metab-u-ionpneg, metab-u-lrpneg, metab-u-lrppos, metab-u-hilicpos, metab-u-rpneg, metab-u-rppos, metab-t-amines, metab-t-oxylipneg, metab-t-tca, metab-t-nuc, metab-t-acoa, metab-t-ka) the feature was measured in. 'meta-reg' specifies results from the metabolomics meta-regression for repeated features.
sitecharacter, Chemical Analysis Site (CAS) name
is_targetedlogical, is this a targeted platform?
sexcharacter, one of 'male' or 'female'
comparison_groupcharacter, time point of trained animals compared to the sex-matched sedentary control animals, one of '1w', '2w', '4w', '8w'
p_valuedouble, unadjusted p-value for the difference between 'comparison_group' and the group of sex-matched sedentary control animals
adj_p_valuedouble, adjusted p-value from 'p_value' column. P-values are BY-adjusted across all datasets within a given assay/ome.
logFCdouble, log fold-change where the numerator is 'comparison_group', e.g., '1w', and the denominator is the group of sex-matched sedentary control animals
logFC_sedouble, standard error of the log fold-change
tscoredouble, t statistic
covariatescharacter, comma-separated list of adjustment variables or NA
comparison_average_intensitydouble, average intensity among the replicates in 'comparison_group'
reference_average_intensitydouble, average intensity among the replicates in the group of sex-matched sedentary control animals
metabolite_refmetcharacter, RefMet name of metabolite
cvdouble, feature coefficient of variation in the dataset
metabolitecharacter, name of metabolite as appears in the CAS's data
control_cvdouble, feature coefficient of variation in the dataset
mzdouble, mass over charge
rtdouble, retention time
neutral_massdouble, neutral mass
selection_fdrdouble, adjusted training p-value used to select training-regulated analytes. P-values are IHW-adjusted across all datasets within a given assay with tissue as a covariate.
An object of class data.frame with 10000 rows and 27 columns.
An object of class data.frame with 1672 rows and 27 columns.
An object of class data.frame with 1736 rows and 27 columns.
An object of class data.frame with 9880 rows and 27 columns.
An object of class data.frame with 1584 rows and 27 columns.
An object of class data.frame with 11440 rows and 27 columns.
An object of class data.frame with 11952 rows and 27 columns.
An object of class data.frame with 1752 rows and 27 columns.
An object of class data.frame with 1888 rows and 27 columns.
An object of class data.frame with 1816 rows and 27 columns.
An object of class data.frame with 872 rows and 27 columns.
An object of class data.frame with 912 rows and 27 columns.
An object of class data.frame with 1278 rows and 27 columns.
An object of class data.frame with 11736 rows and 27 columns.
An object of class data.frame with 1800 rows and 27 columns.
An object of class data.frame with 11896 rows and 27 columns.
An object of class data.frame with 10402 rows and 27 columns.
An object of class data.frame with 10288 rows and 27 columns.
Details
Reproduce our analysis with MotrpacRatTraining6mo::metab_training_da()
and MotrpacRatTraining6mo::metab_timewise_da().