Description Usage Arguments Value
View source: R/edger_pairwise_comparison.R
Perform the default edgeR analysis given a count matrix, a sample information data frame and a grouping column.
1 2 3 4 5 6 7 8 | 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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.