1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/methods.R
\name{show,DESeqResults-method}
\alias{show,DESeqResults-method}
\title{Show method for DESeqResults objects}
\usage{
\S4method{show}{DESeqResults}(object)
}
\arguments{
\item{object}{a DESeqResults object}
}
\description{
Prints out the information from the metadata columns
of the results object regarding the log2 fold changes
and p-values, then shows the DataFrame using the
standard method.
}
\author{
Michael Love
}
|