a function to export embedding and cloumn to csv file
1 2 3 4 5 6 7 | exportEmbCol(
seurat = NULL,
cells = NULL,
exportCol = "seurat_clusters",
embedding = "umap",
outdir = "EmbCol"
)
|
seurat |
a seurat object |
cells |
cell barcode vector. |
exportCol |
column names in metadata. |
embedding |
reduction names in seurat object. |
outdir |
path to save tables |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.