Timewise summary statistics and training FDR from differential analysis (DA) that tests the effect of training on each chromatin accessibility peak within each sex. One data frame per tissue.
Format
A data frame with 21 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, tissue code and Chemical Analysis Site that generated the data. Note only ATAC data generated by Stanford are included in this repository.
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
removed_samplescharacter, comma-separated list of vial labels excluded from differential analysis or NA
comparison_average_intensitydouble, average intensity among the replicates in 'comparison_group'
comparison_average_intensity_sedouble, standard error of 'comparison_average_intensity'
reference_average_intensitydouble, average intensity among the replicates in the group of sex-matched sedentary control animals
reference_average_intensity_sedouble, standard error of 'reference_average_intensity'
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 ATAC 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/ATAC_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.
For training-regulated ATAC features at 5% FDR, see TRAINING_REGULATED_FEATURES.
Reproduce our analysis with MotrpacRatTraining6mo::atac_timewise_da()
and MotrpacRatTraining6mo::atac_training_da().