View source: R/create_matrix.R
create_matrix | R Documentation |
Create corrplot matrix function to create FDR or rho matrix for input in the corrplot function of the package corrplot Expects input from p values/FDR values or rhos, in format as table output from association studies (see function association_study) (correlation results)
create_matrix(
data,
x = "first.var",
y = "second.var",
values = "rho",
markers.to.test
)
data |
input data (data frame or matrix) |
x |
first variable |
y |
second variable |
values |
values to use |
markers.to.test |
all biomarkers to test |
matrix for input in corrplot function
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.