Function which converts the empirical bayesian results into data frame format for storage in a DE_results object.

The function also formats the data in regards to the column names in order to ensure downstream compatibility.

convert_eb_res_to_DE_results(
  time_object,
  eb_res,
  samples_used,
  exp_name,
  DE_type
)

Arguments

time_object

A timeseries object

eb_res

The empirical bayesian results

samples_used

The samples used to obtain the eb_res object

exp_name

The name which will be given to the results obtained by the function.

DE_type

Either temporal or conditional for the type of differential gene expression experiment performed

Value

The updated time object