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