extract_abundant_genes | R Documentation |
Given the output of something_pairwise(), pull out the genes for each contrast which are the most/least abundant. This is in contrast to extract_significant_genes(). That function seeks out the most changed, statistically significant genes.
extract_abundant_genes(
pairwise,
according_to = "deseq",
n = 100,
z = NULL,
unique = FALSE,
excel = "excel/abundant_genes.xlsx",
...
)
pairwise |
Output from _pairwise()(). |
according_to |
What tool(s) define 'most?' One may use deseq, edger, limma, basic, all. |
n |
How many genes to pull? |
z |
Instead take the distribution of abundances and pull those past the given z score. |
unique |
One might want the subset of unique genes in the top-n which are unique in the set of available conditions. This will attempt to provide that. |
excel |
Excel file to write. |
... |
Arguments passed into arglist. |
The set of most/least abundant genes by contrast/tool.
openxlsx
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.