View source: R/Seurat.Utils.Metadata.R
seu.add.meta.from.table | R Documentation |
Add multiple new metadata columns to a Seurat object from a table. #
seu.add.meta.from.table(obj = combined.obj, meta, suffix = ".fromMeta")
obj |
Seurat object, Default: seu.ORC |
meta |
Metadata data frame. |
suffix |
A suffix added to the filename, Default: '.fromMeta' |
## Not run:
if (interactive()) {
combined.obj <- seu.add.meta.from.table()
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.