Features
- Added pick_best_ptm option to DataSet, enabled by default. This selects
only the peptide with the best PTM assignment to be used for each scan. It
is recommended to disable this feature on large pS/T data sets.
- Sequence.\_\_contains\_\_ supports string arguments now.
- Added individual sample quantitations to write_full_tables()
- Automatically apply inter-normalization when merging multiple data sets.
- Filter by several new parameters.
- Added motifs, cluster, brainrnaseq modules.
- Added integration tests.
- Reorganized several analysis functions.
- Removed unused / untested enrichment module.
Bugfixes
- Fixed several runtime warnings from matplotlib / numpy / pandas.
- Fixed many py2 issues.