write_summary_charts: Create summary charts from the results of an analysis

Description Usage Arguments

View source: R/reports.R

Description

Creates a Microsoft Word document containing summary charts derived from an analysis.

Usage

1
2
3
4
5
6
7
write_summary_charts(
  workbook_path,
  output_path,
  .by = "Slide ID",
  max_slides_per_plot = 20,
  max_heatmaps_per_plot = 8
)

Arguments

workbook_path

Path to an Excel file containing sheets written by write_counts_sheet, etc.

output_path

Path to write the resulting file.

.by

Name of the grouping parameter in the worksheets.

max_slides_per_plot

Maximum number of slides or samples to show on each plot.

max_heatmaps_per_plot

Maximum number of heatmaps to show on each plot.


akoyabio/phenoptrReports documentation built on Jan. 17, 2022, 6:22 p.m.