export_markers_by_group: Export markers statistics to file, one file per group.

Description Usage Arguments

View source: R/markers.R

Description

This function will export marker statistics in a simple format, including a short summary header with cell types analyzed and date of export.

Usage

1
export_markers_by_group(de_stats, output_prefix, gzip = TRUE)

Arguments

de_stats

Tibble obtained by calling compute_markers.

output_prefix

File prefix, typically a path or a path + prefix. Each group will be exported to a standardized file name, consisting of output_prefix, a standardized version of the group name using make.names) and a .csv extension.

gzip

Boolean. Should output file be zipped to spare memory?


gillislab/MetaMarkers documentation built on April 24, 2021, 9:25 p.m.