View source: R/stats_differential_abundance.R
limma_wrapper | R Documentation |
Please refer to the vignette on custom limma models at the MS-DAP GitHub repository for a walk-through with examples.
limma_wrapper(
x = protein_data,
npep = NULL,
model_matrix,
contrasts,
limma_block_variable = NULL,
ebayes_trend = FALSE,
ebayes_robust = FALSE,
deqms = TRUE,
return_table = TRUE
)
x |
result from |
npep |
optionally, the number of peptides-per-protein for each row in input protein matrix. Only needed when providing a matrix for parameter |
model_matrix |
result from |
contrasts |
contrasts defined with |
limma_block_variable |
option passed to |
ebayes_trend |
option passed to |
ebayes_robust |
option passed to |
deqms |
apply DEqMS? Defaults to |
return_table |
if |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.