Pull down-regulated genes

downregulated_genes(df, adjpval_threshold, log2fc_threshold)

Arguments

df

Data frame containing DE results.

adjpval_threshold

Adjusted p-value threshold.

log2fc_threshold

Log2-fold-change threshold.

Value

A vector of down-regulated genes.