cell_data_fn | R Documentation |
Merge all cell-related data to a single DataFrame.
cell_data_fn(
col_data,
clusters_all,
cell_annotation_labels,
cell_groupings,
additional_cell_data,
pipeline_type = c("single_sample", "integration")
)
col_data |
A dataframe. |
clusters_all |
A named list. |
cell_annotation_labels |
A named list. |
cell_groupings |
A dataframe: see |
additional_cell_data |
A data.frame-like object with additional cell data to be joined. |
pipeline_type |
A character scalar:
|
A DataFrame object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.