Exemplo n.º 1
0
def get_b1_ions(peptide, **calc_args):
    return get_ions(peptide=peptide, calc_args=calc_args, **{"series": ["b1"]})
Exemplo n.º 2
0
 def _get_ions(self, psm):
     return get_ions(psm.peptide, self.calc_args, **self.ion_options)