Immunoassay training differential analysis
Source:R/immunoassay_differential_analysis.R
immuno_training_da.RdFor each panel and tissue, perform a likelihood ratio test to test the effect of training across time points. Analysis is performed separately for males and females.
Value
a data frame with one row per feature:
feature_IDcharacter, MoTrPAC feature identifier
assaycharacter, assay abbreviation, one of MotrpacRatTraining6moData::ASSAY_ABBREV
assay_codecharacter, assay code used in data release. See MotrpacBicQC::assay_codes.
datasetcharacter, LUMINEX panel
tissuecharacter, tissue abbreviation, one of MotrpacRatTraining6moData::TISSUE_ABBREV
tissue_codecharacter, tissue code used in data release. See MotrpacBicQC::bic_animal_tissue_code.
removed_samples_malecharacter, comma-separated list of male samples (vial labels) removed from differential analysis
removed_samples_femalecharacter, comma-separated list of female samples (vial labels) removed from differential analysis
lrt_maledouble, likelihood ratio test statistic for males
lrt_femaledouble, likelihood ratio test statistic for females
p_value_maledouble, nominal LRT p-value for males
p_value_femaledouble, nominal LRT p-value for females
full_modelcharacter, full model used in LRT for males and females
reduced_modelcharacter, reduced model used in LRT for males and females
p_valuedouble, combined male and female nominal p-value using the sum of logs
Examples
res = immuno_training_da()
#> Group 2w in rat-mag27plex COLON male GCSF has less than 2 values. Removing remaining samples in this group.
#> Group 2w in rat-mag27plex COLON male TNFA has less than 2 values. Removing remaining samples in this group.
#> Group 2w in rat-mag27plex COLON male IL18 has less than 2 values. Removing remaining samples in this group.
#> Group 2w in rat-mag27plex COLON male IL17 has less than 2 values. Removing remaining samples in this group.
#> Group 2w in rat-mag27plex COLON male IL4 has less than 2 values. Removing remaining samples in this group.
#> Group 2w in rat-mag27plex COLON male IL5 has less than 2 values. Removing remaining samples in this group.
#> Group 2w in rat-mag27plex COLON male LIX has less than 2 values. Removing remaining samples in this group.
#> Group 2w in rat-mag27plex COLON male FRACTALKINE has less than 2 values. Removing remaining samples in this group.
#> Group 2w in rat-mag27plex COLON male IL12P70 has less than 2 values. Removing remaining samples in this group.
#> Group 2w in rat-mag27plex COLON male VEGF has less than 2 values. Removing remaining samples in this group.
#> Group 2w in rat-mag27plex COLON male GMCSF has less than 2 values. Removing remaining samples in this group.
#> Group 2w in rat-mag27plex COLON male IL13 has less than 2 values. Removing remaining samples in this group.
#> Group 2w in rat-mag27plex COLON male MCP1 has less than 2 values. Removing remaining samples in this group.
#> Group 2w in rat-mag27plex COLON male RANTES has less than 2 values. Removing remaining samples in this group.
#> Group 2w in rat-mag27plex COLON male IL6 has less than 2 values. Removing remaining samples in this group.
#> Group 2w in rat-mag27plex COLON male MIP2 has less than 2 values. Removing remaining samples in this group.
#> Group 2w in rat-mag27plex COLON male EOTAXIN has less than 2 values. Removing remaining samples in this group.
#> Group 2w in rat-mag27plex COLON male IL1A has less than 2 values. Removing remaining samples in this group.
#> Group 2w in rat-mag27plex COLON male MIP1A has less than 2 values. Removing remaining samples in this group.
#> Group 2w in rat-mag27plex COLON male IL2 has less than 2 values. Removing remaining samples in this group.
#> Group 2w in rat-mag27plex COLON male EGF has less than 2 values. Removing remaining samples in this group.
#> Group 2w in rat-mag27plex COLON male KC has less than 2 values. Removing remaining samples in this group.
#> Group 2w in rat-mag27plex COLON male IFNY has less than 2 values. Removing remaining samples in this group.