Newer
Older
\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)
}
}