merge_metadata | R Documentation |
Function to merge two metadata tables together.
merge_metadata(metadata1, metadata2, log_file = NULL)
metadata1 |
A Seurat object or a tibble containing metadata with either a column called "cell" with cell IDs or rownames with cell IDs. |
metadata2 |
A tibble containing metadata with either a column called "cell" with cell IDs or rownames with cell IDs. |
log_file |
A log filename. |
A metadata file merged on cell identifiers.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.