- FIX allowing to save multiple plots of the same type
- FIX uninitialized functions
- FIX preprocessing with 0 / NA discrepancy
- FIX coloring of plot_sampledistribution issue #229
- ADD nbformat requirement issue #230
- FIX windows installer
- ENH download metadata template in the GUI
- ENH multicova analysis
- ENH filter data completeness
dataset.preprocess(data_completeness=0.7)
- ADD
GenericLoader
for not supported data formats
- FIX preprocessing with VST floats and inf
- FIX plotly display
- FIX data loading
- ADD mzTAB support
- ENH color Volcano Plot data points using list of protein names
color_list=your_protein_list
- FIX altair version - binning of streamlit version
- FIX FragPipe loading issue
# 0.5.2
- FIX FragPipe import #173
- ENH increase limit uplaod size in GUI
- ADD plot Sample Distribution Histogram
- ADD paired-ttest option
- ENH add option to remove samples in GUI
- ADD pyComBat Batch correction Behdenna A, Haziza J, Azencot CA and Nordor A. (2020) pyComBat, a Python tool for batch effects correction in high-throughput molecular data using empirical Bayes methods. bioRxiv doi: 10.1101/2020.03.17.995431
- remove iteration utilities, remove C++ dependency
- ENH upgrade to pandas 2.0.0
- FIX loading of Data on Windows
- FIX one click installer
- FIX loading dataset with columns
- ADD log2-transformation
- ADD option compare_preprocessing_modes
- update to streamlit 1.19 with new caching functions
- FIX bug when drawing FDR lines
- ADD functionionality
dataset.reset_preprocessing()
to reset all preprocessing steps
- SAM implementation from Isabel (MultiCova)
- Volcano Plot with permutation based FDR line
- Bug fix when reseting matrix and saving info
- One Click Installer for macOS, Linux and Windows
- Spectronaut support
- enhance performance of plotting VolanoPlots in the GUI
- refactoring of plotting classes
- BUG fix when importing new dataset in GUI
- Fix warning when loading DIA-NN GUI
- Bug fix when importing data in GUI
- version binning
- DataSet overview tab
- allow download of data matrix in GUI
- added kaleido dependency
- GUI add button to reset preprocessing
- GUI combine visualization and analysis
- Display seaborn clustermap in GUI
- GUI fixes
- fix umap import
- version report in GUI
- Bug fix GUI
- rename AlphaStats to AlphaPeptStats
- GUI bug fix
- fix requirements
- function renaming perform_diff_expr_analysis > perform_diff_expr_analysis, calculate_tukey -> tukey_test
- Gene Ontology Enrichment Analysis using a GO tool
- rawdata renamed to rawinput
- GUI bug fix
- Graphical User Interface
- Volcano Plot can be plotted with cut off lines, add labels to significant enriched proteins
- plot-intensity with t-test between two groups
- Differential Expression analysis + Volcano Plot can be calcultated/plotted with list of sample names
- UMAP
- remove dependency for Microsoft Visual Studio C++ (dash_bio) (Windows PCs)
- clustermap with seaborn, adding bar labels is possible
- save plotting data, preprocessing, method in figure object (accessible using figure.plotting_data, figure.method, figure.preprocessing)