get_emb: Run Velocyto analysis on your Seurat2 object

View source: R/Seurat_velocyto.R

get_embR Documentation

Run Velocyto analysis on your Seurat2 object

Description

This function allows you to get 2d embeddings from your Seurat object that you want to use for velocyto analysis

Usage

get_emb(Seurat_obj, emb = c("umap", "monocle", "custom"))

Arguments

Seurat_obj

Seurat object

emb

embedding type of your choice

Value

umap 2d plot with velocity

Examples


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)



GrigoriiNos/rimmi.rnaseq documentation built on April 29, 2022, 5:18 p.m.