Timewise summary statistics and training FDR from differential analysis (DA) that tests the effect of training on each methylation feature within each sex. One data frame per tissue.
Format
A data frame with 20 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
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
zscoredouble, z statistic
covariatescharacter, comma-separated list of adjustment variables or NA
removed_samplescharacter, comma-separated list of vial labels excluded from differential analysis or NA
Chrinteger, chromosome
Locuscharacter, base pair range of feature
EntrezIDcharacter, Entrez ID of closest gene
Symbolcharacter, gene symbol of closest gene
fscorenumeric, F-score
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.
Details
Unfiltered METHYL differential analysis results are only available via download from Google Cloud Storage.
For example, https://storage.googleapis.com/motrpac-rat-training-6mo-extdata/epigen-rda/METHYL_BAT_DA.rda
is the file for brown adipose tissue (BAT) results. You can change the name of the file to specify other tissues including:
HEART, HIPPOC, KIDNEY, LIVER, LUNG, SKMGN (gastrocnemius skeletal muscle), and WATSC (subcutaneous white adipose tissue).
You can also use MotrpacRatTraining6mo::get_rdata_from_url()
to download differential analysis results for ATAC and METHYL.
For more details about these files see the readme of this repository at
https://github.com/MoTrPAC/MotrpacRatTraining6mo/blob/main/README.md.
The differential analysis results in this data frame were computed using edgeR::glmQLFTest() after
removing a few outlier low quality samples from the kidney dataset.
For training-regulated METHYL features at 5% FDR, see TRAINING_REGULATED_FEATURES.
Reproduce our analysis with MotrpacRatTraining6mo::rrbs_differential_analysis().