This function creates a concise summary table capturing key details derived from the workflow results from the lonelyfishing()
function. It is formatted with each row being a combination of transcript, cluster and biological function annotation.
Arguments
- lonelyfishing_data
The named
list
output of thelonelyfishing()
function.- bmdboot_data
The DRomics bmdboot
dataframe
results after DRomics::bmdfilter()- path
Destination folder for the output data results.
- output_filename
Output CSV filename.
- overwrite
If
TRUE
, the function overwrites existing output files; otherwise, it reads the existing file. (default is set toFALSE
).
Value
No return value; the .csv
file is downloaded and stored in the specified director. It holds the results of the final step of the workflow with each row being a combination of transcript, gene and other identifiers, cluster and biological function annotation. This is to be used as a support for exploration and mechanism discovery.