generateDistFeat: Generate the distinguishing feature family for a set of trees

Description Usage Arguments Value Examples

View source: R/phydose-mainfunctions.R

Description

For each tree in the input list, generateDistFeat finds the corresponding distinguishing feature family which is a set of distinguishing features made up of root to mutation paths (featurettes) that unqiuely distinguishes that tree from all other trees in the input list.

Usage

1
generateDistFeat(treeList)

Arguments

treeList

a list of trees as binary matrices

Value

a list of lists of featurettes.

Examples

1
2
generateDistFeat(phydata$trees)
## Not run: generateDistFeat(AML38$trees)

elkebir-group/phydoser documentation built on July 16, 2020, 4:43 p.m.