getMetaDifferential,Vision-method | R Documentation |
Returns the results of running one-vs-all differential tests for each level of every factor meta-variable.
## S4 method for signature 'Vision'
getMetaDifferential(object)
object |
VISION object |
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"
nested list of list of data.frame (see details)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.