Proteomics timewise differential analysis
Source:R/proteomics_differential_analysis.R
      proteomics_timewise_da.RdTimewise differential analysis for the proteome, phosphoproteome, acetylome, and ubiquitylome. Use limma to perform pairwise contrasts between each group of trained animals and the sex-matched control group for a single tissue and proteomics assay. Analysis is performed separately for males and females.
Arguments
- assay
 character, abbreviation for proteomics assay to be analyzed as defined by MotrpacRatTraining6moData::ASSAY_ABBREV. One of the following: PROT, PHOSPHO, ACETYL, UBIQ
- tissue
 character, tissue abbreviation, one of MotrpacRatTraining6moData::TISSUE_ABBREV
- exclude_outliers
 bool, whether to remove sample outliers specified in MotrpacRatTraining6moData::OUTLIERS.
TRUEby default.
Value
a data frame with one row per proteomics feature per contrast (usually 8 rows per feature):
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'
assaycharacter, assay abbreviation, one of MotrpacRatTraining6moData::ASSAY_ABBREV
assay_codecharacter, assay code used in data release. See MotrpacBicQC::assay_codes.
tissuecharacter, tissue abbreviation, one of MotrpacRatTraining6moData::TISSUE_ABBREV
tissue_codecharacter, tissue code used in data release. See MotrpacBicQC::bic_animal_tissue_code.
removed_samplescharacter, comma-separated list of outliers (vial labels) removed from differential analysis
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
p_valuedouble, unadjusted p-value for the difference between 'comparison_group' and the group of sex-matched sedentary control animals
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
numNAsinteger, number of missing values in the current 'comparison_group' and sex-matched sedentary control animals