View source: R/sc_atac_tfidf.R
sc_get_umap_data | R Documentation |
Produces a DataFrame containing the UMAP dimensions, as well as all the colData of the sce object for each cell
sc_get_umap_data(sce, n_neighbours = 30)
sce |
The SingleCellExperiment object |
n_neighbours |
No. of neighbours for KNN |
A dataframe containing the UMAP dimensions, as well as all the colData of the sce object for each cell
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.