Description Usage Arguments Author(s) Examples
corr_volcano Volcano plot for correlation coefficients and p values
1 | corr_volcano(cor_r, cor_p, name, r_c = 0.3, p_c = 0.05)
|
cor_r |
A numeric vector of correlation coefficients |
cor_p |
A numeric vector of correlation p-values |
name |
Name of output PNG figure |
r_c |
The absuloate cutoff of correlation coefficient, default = 0.3 |
p_c |
The cor.test p-value cutoff, default = 0.05 |
yzeng
1 2 3 | cor_r <- runif(1000, -1, 1)
cor_p <- runif(1000, 0, 1)
corr_volcano(cor_r, cor_p, "test_corr_volcano_plot.png")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.