treeLayoutCells: Add cells to tree layout

Description Usage Arguments Value

View source: R/tree-layout.R

Description

This function is called automatically by buildTree.

Usage

1
treeLayoutCells(object, pseudotime, jitter = 0.15, jitter.push = 0.05)

Arguments

object

An URD object

pseudotime

(Character) Pseudotime to use (i.e. a column name of object@pseudotime).

jitter

(Numeric) Distance to jitter cells before placing next to dendrogram. (Relative to 1, which is the distance between terminal segments).

jitter.push

(Numeric) Distance next to lines of dendrogram that should not include any cells.

Value

An URD object with cell locations added to object@tree$cell.layout.


farrellja/URD documentation built on June 17, 2020, 4:48 a.m.