makeCorrplot: Generating a correlation plot

Description Usage Arguments

View source: R/makeCorrplot.R

Description

Generating a correlation plot

Usage

1
makeCorrplot(x, y = NULL, method = "pearson", adjust = "fdr")

Arguments

x

Matrix or dataframe containing only numeric data

y

An optional second matrix or dataframe with the same number of rows as x

method

Options are "pearson", "spearman" or "kendall"

adjust

Method for p-value correction; Options are "holm", "hochberg", "hommel", "bonferroni", "BH", "BY", "fdr" and "none"


MDegener/SpliceSelector documentation built on Dec. 31, 2020, 2:18 p.m.