show {DESeq2}R Documentation

Show method for DESeqResults objects

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.

Usage

## S4 method for signature 'DESeqResults'
show(object)

Arguments

object

a DESeqResults object

Author(s)

Michael Love


[Package DESeq2 version 1.4.5 Index]