test_moderateRIC: Differential enrichment test

Description Usage Arguments Value Examples

Description

test_moderateRIC performs a moderated t-test enrichment of the aggregated mean intensity values for each protein for the different samples

Usage

1
2
3
4
test_moderateRIC(
  aggregated_peptides,
  sample_names = c("hour18", "hour4", "mock")
)

Arguments

aggregated_peptides

Dataframe output from agregate_singlepeptides

sample_names

character, character strimg with experiment sample name information

Value

Invisibly return a list with diff_table and diff_intensities for each timepoint

Examples

1
2
3
4
if(interactive()){
test_moderateRIC(aggregatedWCL_batch)[[1]]$diff_hour18_hour4 -> tabletoplotWCL
test_moderateRIC(aggregatedWCL_batch)[[2]]$diff_hour18_hour4 ->  intensitiestoploWCL
}

demar01/RIC documentation built on Feb. 10, 2021, 5:25 p.m.