.matrix_plot | R Documentation |
This function calculates the correlation coefficients between every two genes and plot the correlation matrix with the function.
.matrix_plot(df)
df |
output of |
This plot function uses dataset TCGA_CNV_value
generated
from initialize_cnv_data()
function.
It should not be used directly, only inside
.plot_matrix_CNVcorr_TCGA()
function.
Side effects:
(1) the correlation matrix plot on screen and as saved pdf files
Other helper function for CNV data plotting:
.CNV_barplot()
,
.CNV_sum_barplot()
,
.CNVratio_boxplot()
## Not run: TCGA_CNV_value %>% dplyr::select(all_of(gene_list)) %>% .matrix_plot() ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.