limma_resolve | R Documentation |
A basic function to get data and produce results of limma
limma_resolve(counts_data, group_list, control_group, case_group)
counts_data |
a counts data frame of rows in genes and columns in samples |
group_list |
a character vector ordered by samples in counts_data |
control_group |
the name of the denominator level for the fold change (Control group) |
case_group |
the name of the numerator level for the fold change (Test group) |
a DEG data frame
limma_resolve(counts_input, group_list, control_group= "C", case_group = "T")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.