Given the a list representing the parents of each clone, and the number specifying which clone to test, returns how deeply it is nested
getNestLevel(parents, x)
An integer vector specifying parental relationships between clones
The integer specifying which subclone to calculate nest level for
An integer representing how deeply this subclone is nested
getAllNestLevels