top_genes | R Documentation |
Return top genes in DESeq results
top_genes(res, top = 40, padjust = 0.05, basemean, log2FC, sort_fc = FALSE)
res |
an annotated DESeq2 results file |
top |
Number of top genes to display in matrix |
padjust |
Adjusted p-value cutoff |
basemean |
basemean cutoff |
log2FC |
absolute value log2 fold change cutoff |
sort_fc |
Get the top n/2 up and down-regulated genes sorted by adjusted p-value |
A tibble of top genes
Chris Stubben
top_genes(pasilla$results) %>% dplyr::select(1:7,11)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.