View source: R/Seurat.Utils.Metadata.R
metaColnameExists | R Documentation |
This function checks whether a given column exists in the meta.data of a Seurat object.
metaColnameExists(col_name, obj = combined.obj)
col_name |
A character string specifying the name of the column. |
obj |
A Seurat object. |
A logical value indicating whether the column exists (TRUE) or not (FALSE).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.