a function to export count and metadata for cellphonedb
1 2 3 4 5 6 7 8 9 10 11 | exportCellPhoneDB(
seurat = NULL,
cells = NULL,
features = NULL,
slot = "data",
selectCol = "seurat_clusters",
species = "human",
outdir = "cellphoneDB",
path2CPDB = findCellPhoneDB(),
runCPDB = FALSE
)
|
seurat |
a seurat object |
cells |
feature names vector. |
slot |
which slot to use. |
selectCol |
which column to export as cell_type. |
outdir |
path to save tables |
runCPDB |
whether to run cellphonedb |
cellphonedbPath |
cellphonedb path |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.