Make_Cells4Nodes.Rd
Define a function to make a list, each contains the cell names for a node
Make_Cells4Nodes(
tr = DN4_SLCT_HSC_w_jaccard.njtree@phylo,
min.node.size = 10,
max.node.fra = 0.33
)
phylo object (ape)
default is 10, only the nodes with more than 10 tips are included ( # Minimum # tips in the node to be included)
default is 0.33, only consider the nodes with less than max.node.fra*total cell number (# The up limit of the node size(Fraction of all tips) to be considered)
return a list each contains the cell names for a node that meets the criteria