write_linked_xl: Write Excel XLSX file with links to CSVs

View source: R/write_linked_xl.R

write_linked_xlR Documentation

Write Excel XLSX file with links to CSVs

Description

Create directory and write CSV files with stats from feat.tab per pathway, and write an Excel XLSX file using package writexl that links to the CSVs.

Usage

write_linked_xl(pwy.tab, feat.lst, feat.tab, name, pwy.nchar = 199)

Arguments

pwy.tab

A table of pathway results.

feat.lst

Named list, with each element containing names or indices of rows of feat.tab.

feat.tab

Table of feature (e.g. gene) statistics.

name

Name for the folder and Excel file that get written. Set to NA to avoid writing output.

pwy.nchar

Numeric maximum number of characters allowed in pathway name.

Value

Invisibly, the data frame that's written to Excel.


jdreyf/ezlimma documentation built on April 28, 2024, 1:10 p.m.