View source: R/filtering_diff_expressed_genes.R
Wrapper function for Limma TopTable function. Returns vector of genes ids.
1 2 3 4 5 6 7 | differential_expressed_genes_per_contrast_char(
p_val_cutoff,
LFC_cutoff,
gene_id_of_choice = "flybase_ids",
direction = "Both",
...
)
|
gene_id_of_choice |
Can be flybase id, symbol etc. |
direction |
up, down or both |
... |
Passing the dots to TopTable function. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.