% Generated by roxygen2: do not edit by hand % Please edit documentation in R/wrapper_dds.R \name{getEstimate_df} \alias{getEstimate_df} \title{Extract Inferred Estimate Information from DESeq2 Results} \usage{ getEstimate_df(dds_full) } \arguments{ \item{dds_full}{A data frame containing DESeq2 results, including estimate columns.} } \value{ A data frame with melted inferred estimate information, including gene IDs and terms. } \description{ This function extracts the inferred estimate values from DESeq2 results. } \examples{ \dontrun{ # Example usage of the function estimate_info <- getEstimate_df(dds_full) } }