Skip to contents

This function is used directly in Rmd files for its side effects (in chunks with results = "asis").

Usage

generate_markers_results_section(df, group_var, dt_order_by, base_out_dir)

Arguments

df

A dataframe-like object.

group_var

A character scalar: name of grouping variable for df.

dt_order_by

A character scalar: name of column in df to order rows by.

base_out_dir

A character scalar: path to base out dir for cluster_markers or contrasts stage. Used to determine relative paths from rendered HTML files to PDF files (marker plots, heatmaps).

Value

Invisibly NULL.