View source: R/stats_differential_abundance.R
de_msqrobsum_msqrob | R Documentation |
note that this is the final version of this algorithm provided by its authors, and is no longer maintained; https://github.com/statOmics/msqrob only difference with the GitHub version is that code included here has minor adaptions to situationally improve multithreading (i.e. speeds up computation a bit, on some systems)
de_msqrobsum_msqrob(
eset,
model_matrix,
model_matrix_result_prop,
use_peptide_model,
random_variables = NULL
)
eset |
a Biobase ExpressionSet that contains the peptide log2 intensities |
model_matrix |
a |
model_matrix_result_prop |
the column name in |
use_peptide_model |
if |
random_variables |
optionally, an array of column names in the sample metadata table that should be used as additional regression variables |
ref; PMID:26566788 PMID:32321741 ref; https://github.com/statOmics/msqrob
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.