compare_exposures: Compares alternative exposures

Description Usage Arguments Value Examples

View source: R/basic_functions.R

Description

Compares exposures computed by two alternative approaches for the same cohort

Usage

1
compare_exposures(in_exposures1_df, in_exposures2_df, deselect_flag = TRUE)

Arguments

in_exposures1_df

Numeric data frame with exposures, ideally the smaller exposure data is supplied first.

in_exposures2_df

Numeric data frame with exposures, ideally the bigger exposure data is supplied second.

deselect_flag

Wehther signatures absent in both exposure data frames should be removed.

Value

A list with entries merge_df, all_cor.coeff, all_p.value, cor.coeff_vector, p.value_vector, all_cor.test, and cor.test_list.

Examples

1

huebschm/YAPSA documentation built on May 17, 2019, 9:11 p.m.