Skip to contents

Pathway specific gene expression ridgeline

Usage

pathway_specific_ridgeline(object, interested_camods, pathway_name)

Arguments

object

A CASCAM object.

interested_camods

A vector of interested cancer models.

pathway_name

The interested pathway, which should be within the KEGG and Hallmark pathways.

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_specific_ridgeline(CASCAM_eg, c("CAMA1_CCLE", "SUM44PE"), "KEGG_CELL_CYCLE")
}