def _guess_cdr3_start(group): """ Return a guess for the CDR3 start within sequences in the given group """ return Counter(group.V_CDR3_start).most_common()[0][0]