dot-matrix_plot: Correlation matrix for gene pairs

.matrix_plotR Documentation

Correlation matrix for gene pairs

Description

This function calculates the correlation coefficients between every two genes and plot the correlation matrix with the function.

Usage

.matrix_plot(df)

Arguments

df

output of TCGA_CNV_value \%>\% select(all_of(EIF)) generated inside .plot_matrix_CNVcorr_TCGA()

Details

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

See Also

Other helper function for CNV data plotting: .CNV_barplot(), .CNV_sum_barplot(), .CNVratio_boxplot()

Examples

## Not run: 
TCGA_CNV_value %>%
  dplyr::select(all_of(gene_list)) %>%
  .matrix_plot()

## End(Not run)


a3609640/eIF4F.analysis documentation built on Jan. 2, 2023, 11:19 p.m.