Prepare a table with markers and render a HTML report from RMarkdown template.
Source:R/markers.R
markers_table_files.Rd
Prepare a table with markers and render a HTML report from RMarkdown template.
Usage
markers_table_files(
markers_for_tables,
rmd_template,
marker_type = c("global", "contrast"),
drake_cache_dir = ".drake"
)
Arguments
- markers_for_tables
A tibble. File paths in column
out_file
will be used to save rendered HTML files. Seecluster_markers_for_tables
orcontrasts_for_tables
target for details.- rmd_template
A character scalar: path to RMarkdown file.
- marker_type
A character scalar.
- drake_cache_dir
A character scalar: path to
drake
cache directory.