Description Usage Arguments Value Examples
View source: R/phydose-mainfunctions.R
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.
1 | generateDistFeat(treeList)
|
treeList |
a list of trees as binary matrices |
a list of lists of featurettes.
1 2 | generateDistFeat(phydata$trees)
## Not run: generateDistFeat(AML38$trees)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.