LIMMA_analysis | R Documentation |
Perform differential expression analysis using LIMMA
LIMMA_analysis( data, assignments = NULL, batch = NULL, tech_reps = NULL, contrast = NULL )
data |
Table of protein quantifications with samples in columns and features in rows. |
assignments |
Character vector of annotations of grouping per sample. By default set to NULL. In this case an ordinary one-sample test is performed. |
batch |
Optional character vector specifying sample batches. |
tech_reps |
Optional character vector specifying if samples are technical replicates |
contrast |
String of format Group1_vs_Group2 specifying contrast of interest. Replace Group1 and Group2 by groups specified in assignments. |
Perform differential expression analysis using R-package LIMMA.
Returns a matrix which rows correspond to the proteins under analysis and columns indicate the corresponding abundance ratio, t-statistic, p-value and FDR adjusted p-value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.