TreeTransitionTypeI[tree1, tree2] returns the transition type. If tree1=tree2, returns {0,0}. If the distance is greater than 1, returns {-1,-1}. If the distance = 1, returns {1, {operator1, ..}}. An operator {e1, tc,ec) denoting a mSMC transtion where the recombination event occurs on the edge e1 of tree1 and the emerging branch coaleces on the branch ec of tree1 at time tc. |