Export counts and edgeR results
exportResults.edgeR(out.edgeR, group, counts, alpha = 0.05, export = TRUE)
the result of run.edgeR()
factor vector of the condition from which each sample belongs
non-filtered counts (used to keep them in the final table)
threshold to apply to adjusted p-values
TRUE to export the results (up, down and complete table) in the tables directory
A list of data.frame
containing counts, pvalues, FDR, log2FC...
counts
are used as input just in order to export features with null counts too.