Description Usage Arguments Value See Also
View source: R/contrasting_functions.r
Private function used by contrast_each_group_to_the_rest_for_norm_ma_with_limma
1 2 3 | contrast_the_group_to_the_rest_with_limma_for_microarray(norm_expression_table,
sample_sheet_table, the_group, sample_name, extra_factor_name = NA,
pval_threshold = 0.01)
|
norm_expression_table |
A logged, normalised expression table. Any filtering (removal of low-expression probes/genes) |
sample_sheet_table |
Tab-separated text file of sample information. Columns must have names. Sample/microarray ids should be listed under sample_name column. The cell-type (or 'group') of each sample should be listed under a column group_name. |
the_group |
Which query group is being tested. |
sample_name |
Name of sample_sheet_table with sample ID |
extra_factor_name |
Optionally, an extra cross-group factor (as column name in sample_sheet_table) to include in the model used by limma. E.g. An individual/mouse id. Refer limma docs. Default = NA |
pval_threshold |
For reporting only, a p-value threshold. Default = 0.01 |
A tibble, the within-experiment de_table (differential expression table), for the group specified.
contrast_each_group_to_the_rest_for_norm_ma_with_limma
public calling function
Limma Limma package for differential expression.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.