topGene | R Documentation |
For example, if topSig = 50, head 50 and tail 50 will return from a ordered DEG data frame after filtering by threshold value of P value
topGene(object, topSig = 50, which, category = "H")
object |
a DEG data frame contains logFC and p value |
topSig |
a single number or a length of 2 numeric vector, if 2 numeric vector, first one is top max logFC. |
which |
a single number for threshold value of P value |
a character vector of top genes
topGene(object, topSig = 50, which = "limma")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.