View source: R/Seurat_velocyto.R
Seurat2_velocyto | R Documentation |
This function allows you to plot velocyto on your 2d embeddings
Seurat2_velocyto(rvel.cd, Seurat_obj, emb)
rvel.cd |
the output of preprocess_loom() function |
Seurat_obj |
Seurat object |
emb |
a matrix with 2d embeddings, the oitput of get_emb() function |
umap 2d plot with velocity
emb <- get_emb(B06, emb = 'umap') rvel.cd <- preprocess_loom('~/Desktop/RIMMI/Adam_germinal_cenrte/B06/velocyto/B06.loom', B06, emb) Seurat2_velocyto(rvel.cd, B06, emb)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.