Refine.relationship: Refine.relationship

Description Usage Arguments Value Examples

View source: R/TreCCAtree.R

Description

This is and internal function used in Tree.build.2nd.treemaking to refine the relationship if one upstreme nod is connected to more than one nods in the downstreme stage. Input is Input\ deeper.dist.matrxes.current and p.dendro

Usage

1
2
Refine.relationship(dist.matrix = deeper.dist.matrxes.current,
  all.matrix = p.dendro[[length(p.dendro)]]$matrix)

Arguments

dist.matrix

deeper.dist.matrxes.current

all.matrix

p.dendro[[length(p.dendro)]]$matrix

Value

This will return an object used in Tree.build.2nd.treemaking. return the new "XX.dist.matrxes.current", assign it back

Examples

1
Refine.relationship(deeper.dist.matrxes.current,p.dendro[[length(p.dendro)]]$matrix)

chenweng1991/EZsinglecell documentation built on July 11, 2020, 3:23 p.m.