Save removed gene IDs and all GATAI analysis plots to a PDF file.
Usage
save_gatai_results_pdf(
phyex_set,
gatai_result,
analysis_dir = "gatai_analysis",
prefix = "report",
...
)
Arguments
- phyex_set
A PhyloExpressionSet object containing the original gene expression data.
- gatai_result
Result list from
destroy_pattern()
, containing GATAI analysis output.- analysis_dir
Directory to save the PDF file.
- prefix
Optional prefix for the PDF filename (default: "report").
- ...
Additional arguments passed to
plot_gatai_results()
.