Save_LS_ExcelV2 | R Documentation |
This function takes a named list of DESeq2 results data frames ('DEgeneLS'), splits each into **Upregulated (log2FoldChange > 0) and Downregulated (log2FoldChange < 0)** genes, and saves them in an Excel workbook, creating separate sheets for each.
Save_LS_ExcelV2(
DFLS,
file_path = "DE_results.xlsx",
logfc_col = "log2FoldChange"
)
DFLS |
Named list of data frames containing DE results. |
file_path |
File path to save the Excel file (default: "DE_results.xlsx"). |
logfc_col |
Name of the column containing log2 fold changes (default: "log2FoldChange"). |
Saves an Excel file with organized sheets.
Save_LS_ExcelV2(DEgeneLS, file_path = "DE_results.xlsx")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.