lineagegraph function

Inference of a Lineage Graph

Inference of a Lineage Graph

This function assembles a lineage graph based on the cell projections onto inter-cluster links.

lineagegraph(object, verbose = TRUE)

Arguments

  • object: Ltree class object.
  • verbose: logical. If FALSE then status output messages are disabled. Default is TRUE.

Returns

An Ltree class object with lineage graph-related data stored in slots ltcoord, prtree, and cdata.

Examples

sc <- SCseq(intestinalDataSmall) sc <- filterdata(sc) sc <- compdist(sc) sc <- clustexp(sc) sc <- findoutliers(sc) sc <- comptsne(sc) ltr <- Ltree(sc) ltr <- compentropy(ltr) ltr <- projcells(ltr) ltr <- lineagegraph(ltr)
  • Maintainer: Dominic Grün
  • License: GPL-3
  • Last published: 2024-11-24

Useful links