This function calculates the IDER-based similarity between two groups using a linear model.
Usage
getGroupFit(logCPM, design, contrast_m)
Arguments
- logCPM
A numeric matrix of log-transformed counts per million.
- design
A design matrix for the differential expression analysis.
- contrast_m
A contrast matrix specifying the comparison between the two groups.
Value
A numeric value representing the IDER-based similarity between the two groups.