DEXSeqDataSet-methods | R Documentation |
Subset and replacements of DEXSeqDataSet slots.
## S4 method for signature 'DEXSeqDataSet'
x[i, j, ..., drop=TRUE]
## S4 replacement method for signature 'DEXSeqDataSet'
x$name <- value
x |
A DEXSeqDataSet object. |
i |
Indices specifying elements to extract. |
j |
Indices specifying elements to extract. |
name |
A symbol representing the name of a column of
|
value |
An object of a class specified in the S4 method signature. |
... |
Other arguments passed to lower functions |
drop |
Ignored for subsetting DEXSeqDataSet objects. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.