Skip to content
Snippets Groups Projects
getSE_df.Rd 598 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{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)
}
}