-----
- New functions for filtering to a certain FDR level based on target-decoy
strategy, as well as for FDR estimation, in :py:mod:`pyteomics.tandem`,
:py:mod:`pyteomics.pepxml` and :py:mod:`pyteomics.mzid`. The functions are
called :py:func:`!filter` (beware of shadowing the built-in function) and
:py:func:`fdr` (in each of the modules). Chained versions
:py:func:`filter.chain` and :py:func:`filter.chain.from_iterable` are
also available. See `Data Access <data.htmlgeneral-notes>`_ for more info.
- New function :py:func:`pyteomics.parser.coverage` for sequence coverage
calculation.
- New function :py:func:`pyteomics.fasta.decoy_chain`, a chained version of
:py:func:`pyteomics.fasta.decoy_db`.
- New elements in :py:data:`pyteomics.mass.nist_mass`. Pretty much all elements
are there now.
- Fix in :py:func:`pyteomics.parser.parse` to cover some fancy corner cases.
- Bugfix in :py:mod:`pyteomics.tandem`: modification info is now fully extracted.
- :py:func:`pyteomics.mass.isotopic_composition_abundance` is now able to
calculate abundances for larger molecules.
.. note::
Rounding errors may be significant in this case.