run_plot_strata_general: Wrapper function for 'plot_strata'

Description Usage Arguments Value See Also Examples

View source: R/compare_SMCs.R

Description

First calls

Usage

1
2
3
4
5
6
7
8
run_plot_strata_general(
  in_stratification_lists_list,
  in_signatures_ind_df,
  output_path = NULL,
  in_attribute = "",
  in_remove_signature_ind = NULL,
  in_additional_stratum = NULL
)

Arguments

in_stratification_lists_list

List of lists with entries from different (orthogonal) stratification axes or SMCs

in_signatures_ind_df

A data frame containing meta information about the signatures

output_path

Path to directory where the results, especially the figure produced by plot_strata is going to be stored.

in_attribute

Additional string for the file name where the figure produced by plot_strata is going to be stored.

in_remove_signature_ind

Omit one of the signatures in in_signatures_ind_df for the comparison if non-NULL. The parameter specifies the index of the signature to be removed.

in_additional_stratum

Include an additionally supplied stratum in comparison in non-NULL.

Value

The function doesn't return any value.

See Also

plot_strata

Examples

1

YAPSA documentation built on Nov. 8, 2020, 4:59 p.m.