save_results | R Documentation |
This function takes as input the output of the function "results()" of DEseq2. And will save 3 tables:
A table with all genes
A table including only the over-expressed genes
A table including only the under-expressed genes
save_results(df, name, l2fc = 0)
df |
A dataframe with the results of a Differential Expression analysis. |
name |
The name to be used to save the tables, without file extension. |
l2fc |
The cut-off of Log2(Fold Change) for the over- and under-expressed tables. Default = 0. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.