Description Usage Arguments Value Examples
test_moderateRIC
performs a moderated t-test enrichment of the
aggregated mean intensity values for each protein for the different samples
1 2 3 4 | test_moderateRIC(
aggregated_peptides,
sample_names = c("hour18", "hour4", "mock")
)
|
aggregated_peptides |
Dataframe
output from |
sample_names |
character, character strimg with experiment sample name information |
Invisibly return a list with diff_table and diff_intensities for each timepoint
1 2 3 4 | if(interactive()){
test_moderateRIC(aggregatedWCL_batch)[[1]]$diff_hour18_hour4 -> tabletoplotWCL
test_moderateRIC(aggregatedWCL_batch)[[2]]$diff_hour18_hour4 -> intensitiestoploWCL
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.