plot_strata {YAPSA}R Documentation

Plot all strata from different stratification axes together

Description

Plot the cohort wide signature exposures of all strata from different stratification axes together. Naturally called by compare_SMCs.

Usage

plot_strata(
  in_strata_list,
  in_signatures_ind_df,
  output_path = NULL,
  in_attribute = ""
)

Arguments

in_strata_list

Data structure created by make_strata_df or make_catalogue_strata_df in which the strata from different orthogonal stratification axes are reorganized in a consistent structure.

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, are going to be stored.

in_attribute

Additional string for the file name where the figure output is going to be stored.

Value

The function doesn't return any value.

See Also

compare_SMCs

Examples

 NULL


[Package YAPSA version 1.16.0 Index]