Description Usage Arguments Value Examples
limma voom method
1 2 3 4 5 |
count.table |
count table |
design.matrix |
design matrix |
method |
DGEs methods EdgeR , EdgeRLTR, voom , DESeq2. User can choose any of the listed methods or all methods will be run by default. |
list of data frame of differential gene expression quantification by various method
1 2 3 4 5 6 | data("count.table")
design <- data.frame("trt" = colnames(count.table))
rownames(design) <- design$trt
design$trt <- as.integer(grepl("T",design[,1]))
DGE.list <- DGE(count.table = count.table , design.matrix = design)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.