vis_gene_tmb_cor | R Documentation |
Visualize Correlation between Gene and TMB (Tumor Mutation Burden)
vis_gene_tmb_cor(
Gene = "TP53",
cor_method = "spearman",
data_type = "mRNA",
Plot = "TRUE",
opt_pancan = .opt_pancan
)
Gene |
a molecular identifier (e.g., "TP53") or a formula specifying
genomic signature ( |
cor_method |
correlation method |
data_type |
choose gene profile type, including "mRNA", "transcript", "protein", "mutation", "cnv", "methylation", "miRNA". |
Plot |
output the plot directly, default 'TRUE' |
opt_pancan |
specify one dataset for some molercular profiles |
## Not run:
p <- vis_gene_tmb_cor(Gene = "TP53")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.