check_annotation | R Documentation |
check for correct column names in annotation file and replace them if necessary
check_annotation(annotation, cell_column = "cell_type", id_column = 1)
annotation |
dataframe; annotation dataframe |
cell_column |
name of cell-type column; default is "cell_type" |
id_column |
name of cell ID column; default is 1, which uses the rownames |
annotation dataframe with correct column names
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.