Extracts evaluation data from a DESeqDataSet (dds) object.
get_eval_data_from_dds.Rd
This function takes a DESeqDataSet object, performs tidy evaluation, extracts model parameters (beta in the case of DESeqDataSet), and compares them to the ground truth effects. Additionally, it evaluates and compares dispersion inferred from DESeqDataSet with the ground truth gene dispersion. The results are organized in two data frames, one for model parameters and one for dispersion, both #' labeled as "HTRfit".