expression_summaries | R Documentation |
This just summarizes the number of significant up & down regulated genes per group
expression_summaries(
long_res_table,
log2_thresh = 0,
logFC_col = NULL,
padj_col = NULL
)
long_res_table |
res df in long format |
log2_thresh |
threshold to genes by lfc |
logFC_col |
str of logFC_col |
padj_col |
str of padj_col |
table summary
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.