View source: R/stats_differential_abundance.R
de_ebayes | R Documentation |
ref; PMID:25605792 ref; https://bioconductor.org/packages/release/bioc/html/limma.html
de_ebayes(eset, model_matrix, model_matrix_result_prop)
eset |
protein-level log2 intensity matrix stored as a Biobase ExpressionSet |
model_matrix |
a |
model_matrix_result_prop |
the column name in |
## Not run:
# Minimal example:
# Let `m` be a log2 protein intensity matrix matrix where
# columns are samples and rows proteins.
# Let `eset` be a Biobase::ExpressionSet that contains `m`.
# Let `m_groups` be a character vector that describes the
# sample group/condition for each column in `m`.
# e.g. m_groups = c("WT", "WT", "WT", "KO", "KO", "KO")
model_matrix = stats::model.matrix(~m_groups)
de_ebayes(eset, model_matrix, colnames(model_matrix)[2])
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.