compute_velocity: velocity wrapper, modularizes pipelined loading

Description Usage Arguments Value

View source: R/compute_velocity.R

Description

FIXME: add CellRank inference of directions

Usage

1
2
3
4
5
6
7
compute_velocity(
  txis,
  embed = "UMAP",
  scvmode = "stochastic",
  cleanup = FALSE,
  ...
)

Arguments

txis

A SingleCellExperiment with assays 'spliced' and 'unspliced'

embed

Into which reducedDims() element shall scVelo project? (UMAP)

scvmode

scVelo mode (default "stochastic"; "dynamical" also available)

cleanup

clean up size factors (rather than droppping cells)? (FALSE)

...

Additional arguments passed to velociraptor::scvelo

Value

1
   A SingleCellExperiment with scVelo output in metadata() 

trichelab/velocessor documentation built on Jan. 5, 2022, 6:27 p.m.