Description Usage Arguments Details Value
get differentially expressed genes in a data.frame
| 1 2 3 |   getDiffGenes(rankedData, id = "aggregateBy",
    useP = "adj.P.Val", pcutoff = 0.05, lfc = "logFC",
    lfcCutoff = NA, splitDir = TRUE)
 | 
| rankedData | data.frame of p-values and fold changes | 
| id | the column to use as a returned id | 
| useP | the column with the p-values | 
| pcutoff | maximum p-value to use | 
| lfc | column identifier for log-fold-change | 
| lfcCutoff | should a minumum fold-change be required | 
| splitDir | should significant results be split by up and down? | 
if splitDir=TRUE (default), then the returned list
will have up, dn, and universe. If
splitDir=FALSE, then it will be sig and
universe.
list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.