Description Usage Arguments Value Examples
Method exomePeak2Results
Method exomePeak2Results<-
Accessor to the slot exomePeak2Results in class SummarizedExomePeak.
Accessor to the slot exomePeak2Results in class SummarizedExomePeak.
1 2 3 4 5 6 7 8 9  | exomePeak2Results(x1)
exomePeak2Results(x2) <- value
## S4 method for signature 'SummarizedExomePeak'
exomePeak2Results(x1)
## S4 replacement method for signature 'SummarizedExomePeak'
exomePeak2Results(x2) <- value
 | 
x1 | 
 A   | 
x2 | 
 A   | 
value | 
 a   | 
A data.frame object for the DESeq2 Results.
1 2 3 4 5  | f1 = system.file("extdata", "sep_ex_mod.rds", package="exomePeak2")
sep <- readRDS(f1)
head(exomePeak2Results(sep))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.