add_col_attr | R Documentation |
Add a new column attribute to the given .loom object accessible by the given key and containing the given value.
add_col_attr(loom, key, value, dtype = NULL, as.annotation = F, as.metric = F)
loom |
The loom file handler. |
key |
The name of the new added attribute. |
value |
The value of the new added attribute. |
as.annotation |
Define this attribute as a discrete attribute. This attribute will be visible in the compare tab. |
as.metric |
Define this attribute as a continues |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.