View source: R/Seurat.Utils.Metadata.R
add.meta.tags | R Documentation |
Add metadata tags to a Seurat object dataset.
add.meta.tags(list.of.tags = tags, obj = ls.Seurat[[1]], n = 1)
list.of.tags |
A list of tags to be added as metadata. Default: tags |
obj |
A Seurat object to which the metadata tags are to be added. Default: ls.Seurat[1] |
n |
The index specifying the dataset for which the tags should be applied. Default: 1 |
## Not run:
if (interactive()) {
ls.Seurat[[1]] <- add.meta.tags(list.of.tags = tags, obj = ls.Seurat[[1]], n = 1)
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.