makeLCAtable.RdCalculates the vector for lowest common ancestor for every pair of leaves in a tree and returns a vector in a specific format for faster look-up.
makeLCAtable(dend, includeInternalNodes = FALSE, verbose = FALSE)The function will return a vector for lowest common ancestor for every pair of leaves in dend. Vector names are l1|||l2 for string parsing in other functions.