public bool R2HasInsertion() { return(R2Ops != null && R2Ops.Any(x => x.CigarOp == 'I')); }
public bool R2HasInsertion() { return(R2Ops.Any(x => x.Type == 'I')); }