Description Usage Arguments Value Author(s) Examples
Additional bcbio Run Data Accessor
1 2 3 4 5 |
object |
Object. |
slot |
Slot name of data inside accessor. |
value |
Object to assign. |
Various data types.
Michael Steinbaugh
1 2 3 4 5 6 | # seurat ====
names(bcbio(seurat_small))
# Assignment method support
bcbio(seurat_small, "metadata")[["stash"]] <- "XXX"
bcbio(seurat_small, "metadata")[["stash"]]
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.