fromEdgeR | R Documentation |
These functions convert results from Limma or EdgeR for compaitibility with BinfTools
fromEdgeR(topTags, geneNames = rownames(topTags$table), statCol = NULL)
topTags |
A TopTags object originating from the output of edgeR::topTags() |
geneNames |
A character vector specifying the names of the genes. Defaults to rownames(topTable) or rownames(topTags$table). |
statCol |
A character indicating the column name of topTags$table that contains the calculated stats (e.g. 'LR', 'F', etc) - default NULL uses -log10(PValue) |
A data frame of results compatible with BinfTools commands
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.