as_dummy_df | R Documentation |
Title
as_dummy_df(data_inp, col_cell = "cell_names")
data_inp |
Cell-coordinates matrix |
col_cell |
Column name of cell type, cell type names must be syntactically valid |
dummy data frame with cells on columns
cell_dummy_df <- as_dummy_df(celltrek_df, col_cell='Cell')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.