Description Usage Arguments See Also
Operators "$" and [[ extract or replace a slot, while [ extracts
a subset of the HTSet-class
object in a similar manner of
subset_features
and subset_samples
.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | ## S4 method for signature 'HTSet'
x$name
## S4 method for signature 'HTSet'
x$name
## S4 replacement method for signature 'HTSet'
x$name <- value
## S4 method for signature 'HTSet,character'
x[[i, j, ...]]
## S4 replacement method for signature 'HTSet,character'
x[[i, j, ...]] <- value
## S4 method for signature 'HTSet'
x[i, j, k, l, ..., drop = FALSE]
|
x |
|
name |
The name of the slot. |
value |
A replacement value for this slot, which must match the slot definition. |
i, j |
indices for features (i) and samples (j) to extract. |
... |
other arguments |
k |
column index for fdata |
l |
column index for pdata |
drop |
If TRUE the result is coerced to the lowest possible dimension |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.