fromLimma | R Documentation |
These functions convert results from Limma or EdgeR for compaitibility with BinfTools
fromLimma(topTable, geneNames = rownames(topTable))
topTable |
A data frame originating from the output of limma::topTable() |
geneNames |
Acharacter vector specifying the names of the genes. Defaults to rownames(topTable) or rownames(topTags$table). |
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.