multi_assoc: Association tests for two groups of variables

View source: R/multi_assoc.R

multi_assocR Documentation

Association tests for two groups of variables

Description

Association tests for two groups of variables

Usage

multi_assoc(
  object1,
  object2,
  seed = 100,
  plot = TRUE,
  name = "assoc_pvals",
  width = 8,
  height = 7,
  xrot = 0,
  yrot = 0
)

Arguments

object1

Vector, matrix or data.frame of group 1 variables, each column is 1 variable.

object2

Vector, matrix or data.frame of group 2 variables, each column is 1 variable.

seed

Random seed.

plot

Logical for plotting the p-values.

name

Name of the plot file.

width

Width of the plot.

height

Height of the plot.

xrot

rot angle (in degrees) by which the x- axis labels are to be rotated

yrot

rot angle (in degrees) by which the y- axis labels are to be rotated

Value

Matrix of p-values.


jdreyf/jdcbioinfo documentation built on April 15, 2024, 6:37 p.m.