Skip to content
Snippets Groups Projects
getEstimate_df.Rd 622 B
Newer Older
Arnaud Duvermy's avatar
Arnaud Duvermy committed
% Generated by roxygen2: do not edit by hand
Arnaud Duvermy's avatar
Arnaud Duvermy committed
% Please edit documentation in R/wrapper_dds.R
Arnaud Duvermy's avatar
Arnaud Duvermy committed
\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)
 }
}