Extract or replace the content of a slot of an
mSet-class
or an ExperimentData-class
object.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | ## S4 method for signature 'ExperimentData'
x$name
## S4 replacement method for signature 'ExperimentData'
x$name <- value
## S4 method for signature 'ExperimentData,ANY,ANY'
x[[i, j, ...]]
## S4 replacement method for signature 'ExperimentData,ANY,ANY'
x[[i, j, ...]] <- value
## S4 method for signature 'mSet'
x$name
## S4 replacement method for signature 'mSet'
x$name <- value
## S4 method for signature 'mSet,ANY,ANY'
x[[i, j, ...]]
## S4 replacement method for signature 'mSet,ANY,ANY'
x[[i, j, ...]] <- value
|
x |
An |
name |
The name of the slot. |
value |
A nreplacement value for the slot, which must be from a class
compatible with the class defined for this slot in the definition of the
class of either |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.