Returns the results of running one-vs-all differential tests for each level of every factor meta-variable.

# S4 method for Vision
getMetaDifferential(object)

Arguments

object

VISION object

Value

nested list of list of data.frame (see details)

Details

For numeric meta-variables, the 'stat' is the AUC. For factor meta-variables the stat is the chisq statistic comparing the two groups

The output object has a nested structure:

List of meta-data variables -> List of variable levels -> Results Dataframe

The results dataframe has three columns: "stat", "pValue", "FDR"