Skip to contents

Creates a scatter plot with regression line, correlation coefficient, and p-value annotation from a [correlate_genes()] result.

Usage

plot_gene_correlation(cor_result, title = NULL)

Arguments

cor_result

List from [correlate_genes()]

title

Plot title (default auto-generated)

Value

A ggplot object

See also