Description Usage Arguments Value Examples
Add an attribute to an object.
1 2 3 4 5 6 7 | addAttribute(object, name, value)
## S4 method for signature 'Experiment'
addAttribute(object, name, value)
## S4 method for signature 'Gene'
addAttribute(object, name, value)
|
object |
The object for which we want modification. |
name |
The name of the attribute we want to add. |
value |
The value we want to give to the attribute. |
The object without the attribute you want to delete.
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.