plot_strata: Plot all strata from different stratification axes together

Description Usage Arguments Value See Also Examples

View source: R/compare_SMCs.R

Description

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

Usage

1
2
3
4
5
6
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

1

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