View source: R/createCompleteIntensityExperiment.R
createCompleteIntensityExperiment | R Documentation |
Adds 'longIntensityDT' information to 'IntensityExperiment' with statistics about the number of replicates and number of imputed values in each condition of interest
createCompleteIntensityExperiment(
IntensityExperiment,
limmaStats,
normalisationAppliedToAssay,
longIntensityDT,
conditionComparisonMapping
)
IntensityExperiment |
output from 'createSummarizedExperiment' |
limmaStats |
Statistic table from limma output |
normalisationAppliedToAssay |
one of 'None' or 'Median' |
longIntensityDT |
Long format table with raw and imputed intensities. Each row is a feature (protein/peptide). |
conditionComparisonMapping |
a dataframe matching different limma statistics comparison strings to up and down conditions |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.