Visualize cross-omics of one gene among pan-cancers
vis_gene_cross_omics(
gene = "TP53",
tumor_projects = NULL,
tumor_samples = NULL,
n_trans = 5,
n_methy = 5,
seed = 42,
add_mean_trans = TRUE,
add_mean_methy = TRUE,
pval_mrna = c(0.05, 0.01, 0.001),
return_list = FALSE
)
funkyheatmap
a gene symbol identifier (e.g., "TP53")
Select specific TCGA projects. Default NULL, indicating all TCGA projects.
Select specific tumor samples. Default NULL, indicating all tumor samples.
The number of sampling transcripts or specific transcript identifiers.
The number of sampling CpG sites or specific CpG identifiers.
The seed of sampling.
Add overall column to display the mean values of all gene's transcripts.
Add overall column to display the mean values of all gene's cpg sites.
The P value thresholds
TRUE returns a list including plot object and data. FALSE just returns plot.