Prepare a tibble
with parameters for cluster marker tests.
Source: R/config_process_common.R
prepare_marker_source_params.Rd
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
orCONTRASTS_SOURCES_DEFAULTS
.- marker_sources
A named list of named lists of marker sources.