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
)
A timeseries object
The empirical bayesian results
The samples used to obtain the eb_res object
The name which will be given to the results obtained by the function.
Either temporal or conditional for the type of differential gene expression experiment performed
The updated time object