Description Usage Arguments Value Author(s)
Implement edgeR.
1 2  | methodWrapper.edgeR(counts, condition, libsize_factors = NULL,
  control = list(save_modelFit = FALSE))
 | 
counts | 
 Gene by sample expression count matrix (G by N).  | 
condition | 
 Binary vector of length N indicating sample biological condition.  | 
libsize_factors | 
 Numeric vector of scale factors for library sizes. Default NULL computes libsize_factors using edgeR.  | 
control | 
 List with control arguments, including
  | 
List with the following objects
betahat Estimate effect size of condition for all genes.
pvalue P-values of the effect sizes.
fit edgeR complete output of the model fit. NULL if save_modelFit = FALSE.
Chiaowen Joyce Hsiao
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.