Perform the default edgeR analysis given a count matrix, a sample information data frame and a grouping column.
autoEdgerComparison( counts, sampInfo, groupCol, removeColName = TRUE, filterByExpr = FALSE, ... )
| counts | The count matrix to analyze.  | 
    
|---|---|
| sampInfo | sampInfo The sample information data frame.  | 
    
| groupCol | groupCol The column containing the grouping variable  | 
    
| removeColName | Remove column name from design matrix?  | 
    
| filterByExpr | Apply filterByExpr?  | 
    
| ... | Other arguments passed to edgerDfFromContrasts.  | 
    
A data frame with the results in a tidy format.