Function which goes through all differential gene expression experiments, both conditional and temporal, and extracts all significant genes that have a absolute log2FoldChange greater than the custom_l2fc_thresh

select_genes_with_l2fc(time_object, custom_l2fc_thresh = NULL)

Arguments

time_object

A timeseries object

custom_l2fc_thresh

A value indicating the log2FoldChange threshold, can be NULL

Value

A vector of significant genes whose absolute log2FoldChange is greater than the inputed custom threhsold.