Takes the results of imd_test() and returns group comparison p-values

group_comparison_imd(groupData, comparisons, observed, absent)

Arguments

groupData

data frame that assigns sample names to groups

comparisons

dataframe that defiens the comparsions of interest

observed

matrix of number of observed counts

absent

matrix of number of observed counts

Value

A data.frame containing the p-values from the group comparisons.

Author

Bryan Stanfill