Description Usage Arguments Details Value Author(s)
View source: R/exportResults.edgeR.R
Export counts and edgeR results
1 2 | exportResults.edgeR(out.edgeR, group, counts, alpha = 0.05,
export = TRUE)
|
out.edgeR |
the result of |
group |
factor vector of the condition from which each sample belongs |
counts |
non-filtered counts (used to keep them in the final table) |
alpha |
threshold to apply to adjusted p-values |
export |
TRUE to export the results (up, down and complete table) in the tables directory |
counts
are used as input just in order to export features with null counts too.
A list of data.frame
containing counts, pvalues, FDR, log2FC...
Marie-Agnes Dillies and Hugo Varet
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.