Features
- Added support for files with unlabeled peptide quantification.
- Added support for PD2.2 - PD2.5
Changes
- Fixed several plotting display and fetch data bugs.
- Fixed a bug with newer pingouin versions.
Changes
- Improved the documentation substantially.
- Removed unused BCA and QC modules.
Changes
- Fixed installing pyproteome on a vanilla python base.
Features
- Added binomial enrichment plots for pathway analysis.
- Added protein-peptide mapping display.
- Added MERGE_UNDERLABELED option to combine peptides with variable TMT labeling.
- Added pathway analysis module for fetching Gene Ontology terms.
- Added pathway analysis module for partial least square regression (PLSR) analyses.
- Added pairwise correlation function.
- Improved speed and modularity of data normalization.
- Updated MSigDB to v7.1.
- Cleaned up the display of several plotting functions.
Changes
- Use log2 Fold Change when calling PHOTON.
- Added
save_cols
argument totables.write_full_tables()
to save custom columns. - Added the ability to use multiple control groups to
DataSet.norm_cmp_groups()
.
Bug fixes
- Fixed several data mutability bugs.
- Fixed bugs with phosphosite localization with different versions of PhosphoRS/ptmRS.
Features
- Added module for CONSTANd normalization.
- Significant speed and memory improvements with large data sets.
- Fixed several bugs when using groups with duplicated sample IDs.
- Fixed plotting bugs when using data sets with duplicate samples / groups.
- Added Hensen et al. backend to brainrnaseq.
- Updated PTMSigDB to 1.9.1.
Bug fixes
- Fixed minor bugs in figure layouts.
Features
- Added support for ProteomeDiscoverer 2.2.
- Improved the layout of several analysis figures.
- Added cell type, gene ontology enrichment functions.
Changes
- Reorganized DataSet, Protein, Sequence, Modification modules into a single package (pyproteome.data_sets).
Features
- Significant improvements to documentation.
- Cleaned up several figure layouts.
Bug fixes
- Fixed install from pip.
Features
- More consistent figure + text sizes.
- Added tables.write_csv function.
Features
- Many improvements to GSEA / PSEA calculations. Added functionality for remapping phosphosites between species.
- Renamed several functions / parameters for more consistent naming.
- Added QC module for validation of peptide quantification robustness.
- Re-wrote several plotting functions to use seaborn for pretty figures.
- Changed normalization calculations to fit to the mode, rather than the median channel ratio.
Bug fixes
- Fixed PyPI deployment issues.
Features
- Improvements to ProteomeDiscoverer feature support (percolator, phosphoRS).
- Many organizational changes.
- Improvements to clustering module.
- Added pathways module for GSEA / PSEA.
Features
- Completed clustering module.
- Added much more extensive integration testing, fixing many py2 bugs.
- Re-organized analysis into package.
- Added code for normalizing across data sets with no shared channels.
- Cleared out old code for reading tab-delimited Discoverer exports.
- Save plots into organized folders.
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.
Bugfixes
- Fixed levels.get_channel_levels not displaying all histogram plots
- Cleared up clutter on analysis.volcano_plot
Features
- Drop notebook requirement down to just ipython.
Bugfixes
- Fixed truncation of x/y-axis ticks on volcano plots.
Features
- Added support for > 2 groups.
- Added support for inter-run normalization.
Bugfixes
- Too many bug-fixes to count.
Bugfixes
- Fixed uniprot needing to be installed separately.
Features
- Added in uncommitted BCA assay changes.
Features
- Added CLI front end to pycamv (
python -m pycamv
) - Added pycamv support for isolation windows.
Features
- Filled in pycamv package, can now export full .camv files for CAMV validation.
- Added pyprotome.pride module for fetching public data sets.
- Added pyproteome.discoverer module for reading Proteome Discoverer files.
- Color pyproteome.analysis.snr_table() by peptide validation.
- Show "Validated" column in pyproteome.analysis.write_full_tables().
Bugfixes
- Fixed several bugs in calculating fragment ion masses.
- Install all packages from pypi.
Features
- Added pycamv package, provides functionality for validating data sets.
- Added pyproteome.bca module, provides functionality for processing BCA protein concentration measurements.
- Added several new functions to pyproteome.analysis.
- Added pyproteome.paths module for custom directory structures.
Bugfixes:
- Fixed numerous py2 vs. py3 bugs.
- Updated many module and function docstrings.
- Added doc interlinks for function parameter types.
Initial release