contrastName: Contrast name

contrastNameR Documentation

Contrast name

Description

Contrast name

Usage

contrastName(object, ...)
contrastName(object, ...) <- value

## S4 method for signature 'DESeqAnalysis'
contrastName(object, i, ...)

## S4 method for signature 'DESeqResults'
contrastName(object, format = c("resultsNames", "title"))

## S4 replacement method for signature 'DESeqResults,character'
contrastName(object) <- value

Arguments

object

Object.

i

Indices specifying elements to extract or replace. Indices are numeric or character vectors, empty (missing), or NULL.

For more information:

help(topic = "Extract", package = "base")
...

Additional arguments.

format

character(1). Name format to return:

  • resultsNames: Attempt to matching the conventions in resultsNames().

  • title: Human readable, for plot titles and/or table captions.

value

Value to assign.

Value

character(1). Contrast name.

Note

Updated 2023-12-18.

See Also

  • resultsNames().

Examples

data(deseq)

## DESeqAnalysis ====
contrastName(deseq, i = 1L)

steinbaugh/DESeqAnalysis documentation built on April 1, 2024, 8:30 a.m.