Skip to contents

Prepare a tibble with parameters for cluster marker tests.

Usage

.prepare_marker_source_params(
  marker_source,
  marker_source_name,
  marker_default_params
)

.prepare_marker_sources_params(marker_sources, marker_default_params)

Arguments

marker_source

A named list.

marker_source_name

A character scalar: name of a marker source.

marker_default_params

A named list with default parameters (common and for tests). Obtained from CLUSTER_MARKERS_SOURCES_DEFAULTS or CONTRASTS_SOURCES_DEFAULTS.

marker_sources

A named list of named lists of marker sources.

Value

A named list (of named lists).