limma_top_table | R Documentation |
Helper function to get DEG results
limma_top_table(mergeset, diagnosis, q_value)
mergeset |
A matrix of merged expression sets (rows = genes, columns = samples). The output of the funtion 'sigident.preproc::load_geo_data()'. |
diagnosis |
A vector of integers, holding the binary outcome variable (0 = "Control", 1 = "Target"). |
q_value |
A numeric value for the q-value (false discovery rate) (default=0.01). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.