Skip to contents

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().

Value

Invisibly returns the path to the saved PDF.

Examples

# Save results after running destroy_pattern
# save_gatai_results_pdf("results/", phyex_set, gatai_result)