merge_loom: scvelo_assay

View source: R/run_scvelo.R

merge_loomR Documentation

scvelo_assay

Description

run scvelo on a gene or transcript level object

Usage

merge_loom(
  object,
  loom_path,
  assay = "gene",
  fit.quantile = 0.05,
  check_loom = FALSE
)

Arguments

object

a object

loom_path

path to matching loom file

assay

gene

fit.quantile

how to fit velocity

check_loom

FALSE

Value

a SingleCellExperiment object with RNA velocity calculated

Examples


chevreul_sce <- chevreuldata::human_gene_transcript_sce()
merge_loom(chevreul_sce, "my.loom")


whtns/seuratTools documentation built on June 28, 2024, 8:30 p.m.