Write summary tables for DEUS result
writeSummaryFiles(summary, out_dir, expressed_only = TRUE)
summary | Summary table generated by mergeResults (requires BLAST result generated by runBlast) |
---|---|
out_dir | Directory where summary tables are written |
expressed_only | If true (default), only sequences with an IHWPvalue are provided in the output file. Sequences without IHWPvalue were not part of the DE analysis and therefore are assumed to have low expression values. If filtering is turned off, output files might include a large number of rows. |
Files are written to the output directory. 'SummaryTable.tsv' corresponds to the table generated by mergeResults. The table is split into a file 'SummaryTable_withBlast.tsv' and a file 'SummaryTable_noBlast.tsv' representing the sequences that have a BLAST hit and those with no BLAST hit.