Skip to contents

A heatmap showing the congruence between the cancer models and tumors for detailed pathways.

Usage

pathway_congruence_heatmap(object)

Arguments

object

A CASCAM object.

Value

Examples

if (FALSE) {
gene_info <- create_InformativeGenes(tumor_ct, tumor_label2, "ILC")
CASCAM_eg <- create_CASCAM(tumor_aligned, tumor_label, camod_aligned, gene_info)
CASCAM_eg <- sda_model(CASCAM_eg)
CASCAM_eg <- genome_selection(CASCAM_eg)
CASCAM_eg <- genome_selection_visualize(CASCAM_eg)
CASCAM_eg <- pathway_analysis(CASCAM_eg)
CASCAM_eg <- pathway_congruence_heatmap(CASCAM_eg)
}