View source: R/stats_differential_abundance.R
subset_protein_eset_for_dea | R Documentation |
helper function to double-check we don't submit an ExpressionSet with too few values to DEA
subset_protein_eset_for_dea(
eset,
model_matrix_result_prop,
is_peptide,
method_name,
min_values = NULL
)
eset |
a Biobase ExpressionSet |
model_matrix_result_prop |
the column name in |
is_peptide |
boolean indicating peptide-level (FALSE = protein-level) |
method_name |
label for printing error messages |
min_values |
minimum number of data points in each condition. Alternatively, use |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.