subRes | R Documentation |
Subset results objects using various parameters
subRes(res, genes = NULL, p = NULL, pval = NULL, FC = NULL)
genes |
character vector of genes in rownames(res) to subset. Default=NULL. |
p |
adjusted p-value threshold. Genes must have padj<p to be returned. Default=NULL. |
pval |
raw p-value threshold. Genes must have pvalue<pval to be returned. Default=NULL. |
FC |
absolute log2FoldChange threshold. Genes must have |log2FoldChange|>FC to be returned. Default=NULL. |
results |
data frame |
Data frame subset to genes matching any and all of the provided parametes.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.