exomePeak2Results-methods {exomePeak2}R Documentation

Method exomePeak2Results

Description

Method exomePeak2Results

Method exomePeak2Results<-

Accessor to the slot exomePeak2Results in class SummarizedExomePeak.

Accessor to the slot exomePeak2Results in class SummarizedExomePeak.

Usage

exomePeak2Results(x1)

exomePeak2Results(x2) <- value

## S4 method for signature 'SummarizedExomePeak'
exomePeak2Results(x1)

## S4 replacement method for signature 'SummarizedExomePeak'
exomePeak2Results(x2) <- value

Arguments

x1

A data.frame object.

x2

A SummarizedExomePeak object.

value

a data.frame object for the DESeq2 Results.

Value

A data.frame object for the DESeq2 Results.

Examples


f1 = system.file("extdata", "sep_ex_mod.rds", package="exomePeak2")

sep <- readRDS(f1)

head(exomePeak2Results(sep))


[Package exomePeak2 version 1.4.2 Index]