vis_gene_msi_cor {UCSCXenaShiny} | R Documentation |
Visualize Correlation between Gene and MSI (Microsatellite instability)
Description
Visualize Correlation between Gene and MSI (Microsatellite instability)
Usage
vis_gene_msi_cor(
Gene = "TP53",
cor_method = "spearman",
data_type = "mRNA",
Plot = "TRUE",
opt_pancan = .opt_pancan
)
Arguments
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 |
Examples
## Not run:
p <- vis_gene_msi_cor(Gene = "TP53")
## End(Not run)
[Package UCSCXenaShiny version 2.1.0 Index]