View source: R/DifferentialGeneExpression.R
GetTopGenes | R Documentation |
GetTopGenes
GetTopGenes( deg = NULL, pval = 0.05, fold = 1.5, type = "double", ntop = NULL, group = NULL )
deg |
Data frame with DGE results. |
pval |
P-value threshold. |
fold |
Fold chagne threshold. |
type |
Type of selected fold change. Available options are: "double", negatives and positive, "positive", and "negative". |
ntop |
Number of top fold changes. |
group |
If top. Group label to divide the data frame. |
Data frame with the top genes.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.