Visualize Correlation between Gene and MSI (Microsatellite instability)
vis_gene_msi_cor(
Gene = "TP53",
cor_method = "spearman",
data_type = "mRNA",
Plot = "TRUE",
opt_pancan = .opt_pancan
)
a molecular identifier (e.g., "TP53") or a formula specifying
genomic signature ("TP53 + 2 * KRAS - 1.3 * PTEN"
).
correlation method
choose gene profile type, including "mRNA", "transcript", "protein", "mutation", "cnv", "methylation", "miRNA".
output the plot directly, default 'TRUE'
specify one dataset for some molercular profiles
if (FALSE) {
p <- vis_gene_msi_cor(Gene = "TP53")
}
Run the code above in your browser using DataLab