minSizeCladeNeighbors: Get's the nearest >= min size neighbors of a node based on...

View source: R/Utilities.R

minSizeCladeNeighborsR Documentation

Get's the nearest >= min size neighbors of a node based on clade structure

Description

Get's the nearest >= min size neighbors of a node based on clade structure

Usage

minSizeCladeNeighbors(tree, tip, minSize = 20)

Arguments

tree

an object of class phylo

tip

the tip to find the neighbors of

minSize

the minimum number of neighbors of the node (excludes self)

Value

the neighbors


YosefLab/VISION documentation built on June 14, 2024, 5:27 p.m.