View source: R/monocle3_support.R
| populate_cds | R Documentation |
The Monocle3 cell data set is a container
populate_cds(
cell_features,
cell_feature_columns,
cell_metadata_columns,
embedding_type = c("UMAP"),
embedding = NULL,
verbose = FALSE
)
cell_features |
data.frame: rows: cells, columns: features |
cell_metadata_columns |
data.frame: rows: features, columns feature metadata Note that there must be a column named 'feature' |
cell_metadata |
rows: cells, columns cell metadata |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.