Description Usage Arguments Details Value Methods (by class) See Also
Identify DE genes.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
x |
A BbcSE object or a DGEList or a DESeqDataSet. |
... |
Not used currently. |
test |
For de_pkg="edger", either "glmQLFTest" or "glmTreat" |
design |
chr value. For example, '~0+group'. Variables in the design must be present in colData. For de_pkg="edger", passed to glmQLFit |
contrasts |
list of chr vectors containing variable name, numerator level, denominator level. For nested contrasts, use the format 'level2-level1' for the numerator and denominator values. |
coefs |
list of integers or character vectors indicating which coefficients of the linear model are to be tested equal to zero. Values must be columns or column names of design. |
sample_meta |
Column meta data as DataFrame or data.frame |
lfc |
See edgeR::glmTreat. Only used for test="glmTreat". |
de_pkg |
"edger" or "deseq2". Only used if x is a BbcSE |
Uses methods from the package corresponding to the de_pkg paramter:
Uses edgeR::glmQLFit folllowed by either glmQLFTest or glmTreat
Not implemented yet.
A BbcSE object or a BbcEdgeR object or...
DGEList
: Run glmQLFTest or glmTreat. Accepts contrasts in the
format (a matrix) produced by limma::makeContrasts
BbcSE
: Run edgeR or DESeq2 DE testing workflows.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.