msreport 0.0.33__tar.gz → 0.0.34__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {msreport-0.0.33 → msreport-0.0.34}/CHANGELOG.md +10 -0
- {msreport-0.0.33 → msreport-0.0.34}/PKG-INFO +1 -1
- {msreport-0.0.33 → msreport-0.0.34}/msreport/__init__.py +1 -1
- {msreport-0.0.33 → msreport-0.0.34}/msreport/analyze.py +2 -2
- {msreport-0.0.33 → msreport-0.0.34}/.gitignore +0 -0
- {msreport-0.0.33 → msreport-0.0.34}/LICENSE.txt +0 -0
- {msreport-0.0.33 → msreport-0.0.34}/README.md +0 -0
- {msreport-0.0.33 → msreport-0.0.34}/msreport/aggregate/__init__.py +0 -0
- {msreport-0.0.33 → msreport-0.0.34}/msreport/aggregate/condense.py +0 -0
- {msreport-0.0.33 → msreport-0.0.34}/msreport/aggregate/pivot.py +0 -0
- {msreport-0.0.33 → msreport-0.0.34}/msreport/aggregate/summarize.py +0 -0
- {msreport-0.0.33 → msreport-0.0.34}/msreport/errors.py +0 -0
- {msreport-0.0.33 → msreport-0.0.34}/msreport/export.py +0 -0
- {msreport-0.0.33 → msreport-0.0.34}/msreport/fasta.py +0 -0
- {msreport-0.0.33 → msreport-0.0.34}/msreport/helper/__init__.py +0 -0
- {msreport-0.0.33 → msreport-0.0.34}/msreport/helper/calc.py +0 -0
- {msreport-0.0.33 → msreport-0.0.34}/msreport/helper/maxlfq.py +0 -0
- {msreport-0.0.33 → msreport-0.0.34}/msreport/helper/table.py +0 -0
- {msreport-0.0.33 → msreport-0.0.34}/msreport/helper/temp.py +0 -0
- {msreport-0.0.33 → msreport-0.0.34}/msreport/impute.py +0 -0
- {msreport-0.0.33 → msreport-0.0.34}/msreport/isobar.py +0 -0
- {msreport-0.0.33 → msreport-0.0.34}/msreport/normalize.py +0 -0
- {msreport-0.0.33 → msreport-0.0.34}/msreport/peptidoform.py +0 -0
- {msreport-0.0.33 → msreport-0.0.34}/msreport/plot/__init__.py +0 -0
- {msreport-0.0.33 → msreport-0.0.34}/msreport/plot/_partial_plots.py +0 -0
- {msreport-0.0.33 → msreport-0.0.34}/msreport/plot/comparison.py +0 -0
- {msreport-0.0.33 → msreport-0.0.34}/msreport/plot/distribution.py +0 -0
- {msreport-0.0.33 → msreport-0.0.34}/msreport/plot/multivariate.py +0 -0
- {msreport-0.0.33 → msreport-0.0.34}/msreport/plot/quality.py +0 -0
- {msreport-0.0.33 → msreport-0.0.34}/msreport/plot/style.py +0 -0
- {msreport-0.0.33 → msreport-0.0.34}/msreport/plot/style_sheets/_all_relevant_styles.md +0 -0
- {msreport-0.0.33 → msreport-0.0.34}/msreport/plot/style_sheets/msreport-notebook.mplstyle +0 -0
- {msreport-0.0.33 → msreport-0.0.34}/msreport/plot/style_sheets/seaborn-whitegrid.mplstyle +0 -0
- {msreport-0.0.33 → msreport-0.0.34}/msreport/qtable.py +0 -0
- {msreport-0.0.33 → msreport-0.0.34}/msreport/reader.py +0 -0
- {msreport-0.0.33 → msreport-0.0.34}/msreport/rinterface/__init__.py +0 -0
- {msreport-0.0.33 → msreport-0.0.34}/msreport/rinterface/limma.py +0 -0
- {msreport-0.0.33 → msreport-0.0.34}/msreport/rinterface/rinstaller.py +0 -0
- {msreport-0.0.33 → msreport-0.0.34}/msreport/rinterface/rscripts/limma.R +0 -0
- {msreport-0.0.33 → msreport-0.0.34}/pyproject.toml +0 -0
- {msreport-0.0.33 → msreport-0.0.34}/tests/_OLD_testdata/.gitignore +0 -0
- {msreport-0.0.33 → msreport-0.0.34}/tests/_OLD_testdata/common/table.txt +0 -0
- {msreport-0.0.33 → msreport-0.0.34}/tests/_OLD_testdata/fragpipe/SampleA_1/ion.tsv +0 -0
- {msreport-0.0.33 → msreport-0.0.34}/tests/_OLD_testdata/fragpipe/SampleA_1/peptide.tsv +0 -0
- {msreport-0.0.33 → msreport-0.0.34}/tests/_OLD_testdata/fragpipe/SampleA_1/protein.tsv +0 -0
- {msreport-0.0.33 → msreport-0.0.34}/tests/_OLD_testdata/fragpipe/SampleA_1/psm.tsv +0 -0
- {msreport-0.0.33 → msreport-0.0.34}/tests/_OLD_testdata/fragpipe/SampleB_1/ion.tsv +0 -0
- {msreport-0.0.33 → msreport-0.0.34}/tests/_OLD_testdata/fragpipe/SampleB_1/peptide.tsv +0 -0
- {msreport-0.0.33 → msreport-0.0.34}/tests/_OLD_testdata/fragpipe/SampleB_1/protein.tsv +0 -0
- {msreport-0.0.33 → msreport-0.0.34}/tests/_OLD_testdata/fragpipe/SampleB_1/psm.tsv +0 -0
- {msreport-0.0.33 → msreport-0.0.34}/tests/_OLD_testdata/fragpipe/combined_ion.tsv +0 -0
- {msreport-0.0.33 → msreport-0.0.34}/tests/_OLD_testdata/fragpipe/combined_modified_peptide.tsv +0 -0
- {msreport-0.0.33 → msreport-0.0.34}/tests/_OLD_testdata/fragpipe/combined_peptide.tsv +0 -0
- {msreport-0.0.33 → msreport-0.0.34}/tests/_OLD_testdata/fragpipe/combined_protein.tsv +0 -0
- {msreport-0.0.33 → msreport-0.0.34}/tests/_OLD_testdata/maxquant/evidence.txt +0 -0
- {msreport-0.0.33 → msreport-0.0.34}/tests/_OLD_testdata/maxquant/peptides.txt +0 -0
- {msreport-0.0.33 → msreport-0.0.34}/tests/_OLD_testdata/maxquant/proteinGroups.txt +0 -0
- {msreport-0.0.33 → msreport-0.0.34}/tests/_OLD_testdata/spectronaut/table_spectronaut_style_tag.txt +0 -0
- {msreport-0.0.33 → msreport-0.0.34}/tests/test_aggregate/test_condense.py +0 -0
- {msreport-0.0.33 → msreport-0.0.34}/tests/test_aggregate/test_pivot.py +0 -0
- {msreport-0.0.33 → msreport-0.0.34}/tests/test_aggregate/test_summarize.py +0 -0
- {msreport-0.0.33 → msreport-0.0.34}/tests/test_analyze.py +0 -0
- {msreport-0.0.33 → msreport-0.0.34}/tests/test_export.py +0 -0
- {msreport-0.0.33 → msreport-0.0.34}/tests/test_helper.py +0 -0
- {msreport-0.0.33 → msreport-0.0.34}/tests/test_impute.py +0 -0
- {msreport-0.0.33 → msreport-0.0.34}/tests/test_isobar.py +0 -0
- {msreport-0.0.33 → msreport-0.0.34}/tests/test_maxlfq.py +0 -0
- {msreport-0.0.33 → msreport-0.0.34}/tests/test_normalize/test_categorical_normalizer.py +0 -0
- {msreport-0.0.33 → msreport-0.0.34}/tests/test_normalize/test_normalize.py +0 -0
- {msreport-0.0.33 → msreport-0.0.34}/tests/test_peptidoform.py +0 -0
- {msreport-0.0.33 → msreport-0.0.34}/tests/test_plot.py +0 -0
- {msreport-0.0.33 → msreport-0.0.34}/tests/test_qtable.py +0 -0
- {msreport-0.0.33 → msreport-0.0.34}/tests/test_reader/test_fragpipe.py +0 -0
- {msreport-0.0.33 → msreport-0.0.34}/tests/test_reader/test_maxquant.py +0 -0
- {msreport-0.0.33 → msreport-0.0.34}/tests/test_reader/test_reader_functions.py +0 -0
- {msreport-0.0.33 → msreport-0.0.34}/tests/test_reader/test_resultreader.py +0 -0
- {msreport-0.0.33 → msreport-0.0.34}/tests/test_reader/test_spectronaut.py +0 -0
- {msreport-0.0.33 → msreport-0.0.34}/tests/testdata/common/table.txt +0 -0
- {msreport-0.0.33 → msreport-0.0.34}/tests/testdata/fragpipe/SampleA_1/ion.tsv +0 -0
- {msreport-0.0.33 → msreport-0.0.34}/tests/testdata/fragpipe/SampleA_1/peptide.tsv +0 -0
- {msreport-0.0.33 → msreport-0.0.34}/tests/testdata/fragpipe/SampleA_1/protein.tsv +0 -0
- {msreport-0.0.33 → msreport-0.0.34}/tests/testdata/fragpipe/SampleA_1/psm.tsv +0 -0
- {msreport-0.0.33 → msreport-0.0.34}/tests/testdata/fragpipe/SampleB_1/ion.tsv +0 -0
- {msreport-0.0.33 → msreport-0.0.34}/tests/testdata/fragpipe/SampleB_1/peptide.tsv +0 -0
- {msreport-0.0.33 → msreport-0.0.34}/tests/testdata/fragpipe/SampleB_1/protein.tsv +0 -0
- {msreport-0.0.33 → msreport-0.0.34}/tests/testdata/fragpipe/SampleB_1/psm.tsv +0 -0
- {msreport-0.0.33 → msreport-0.0.34}/tests/testdata/fragpipe/combined_ion.tsv +0 -0
- {msreport-0.0.33 → msreport-0.0.34}/tests/testdata/fragpipe/combined_modified_peptide.tsv +0 -0
- {msreport-0.0.33 → msreport-0.0.34}/tests/testdata/fragpipe/combined_peptide.tsv +0 -0
- {msreport-0.0.33 → msreport-0.0.34}/tests/testdata/fragpipe/combined_protein.tsv +0 -0
- {msreport-0.0.33 → msreport-0.0.34}/tests/testdata/fragpipe/fragpipe-files.fp-manifest +0 -0
- {msreport-0.0.33 → msreport-0.0.34}/tests/testdata/maxquant/evidence.txt +0 -0
- {msreport-0.0.33 → msreport-0.0.34}/tests/testdata/maxquant/peptides.txt +0 -0
- {msreport-0.0.33 → msreport-0.0.34}/tests/testdata/maxquant/proteinGroups.txt +0 -0
- {msreport-0.0.33 → msreport-0.0.34}/tests/testdata/spectronaut/ConditionSetup.tsv +0 -0
- {msreport-0.0.33 → msreport-0.0.34}/tests/testdata/spectronaut/table_spectronaut_style_tag.txt +0 -0
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
----------------------------------------------------------------------------------------
|
|
4
|
+
|
|
5
|
+
## 0.0.34 - Hotfix: Multi-group LIMMA
|
|
6
|
+
Released: 2026-02-05
|
|
7
|
+
|
|
8
|
+
### Fixed
|
|
9
|
+
- Fix `analysis.calculate_multi_group_limma` output columns to correctly include comparison pairs (e.g., "P-value exp1 vs exp2") instead of generic metric names.
|
|
10
|
+
|
|
11
|
+
----------------------------------------------------------------------------------------
|
|
12
|
+
|
|
3
13
|
## 0.0.33 - Enhanced Statistics
|
|
4
14
|
Released: 2026-02-05
|
|
5
15
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: msreport
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.34
|
|
4
4
|
Summary: Post processing and analysis of quantitative proteomics data
|
|
5
5
|
Project-URL: homepage, https://github.com/hollenstein/msreport
|
|
6
6
|
Project-URL: documentation, https://hollenstein.github.io/msreport/
|
|
@@ -672,7 +672,7 @@ def calculate_multi_group_limma(
|
|
|
672
672
|
experiment_pair = [r_to_experiment[s] for s in r_comparison_group.split("-")]
|
|
673
673
|
comparison_group = comparison_tag.join(experiment_pair)
|
|
674
674
|
mapping = {col: f"{col} {comparison_group}" for col in limma_result.columns}
|
|
675
|
-
|
|
675
|
+
limma_results[r_comparison_group] = limma_result.rename(columns=mapping)
|
|
676
676
|
|
|
677
677
|
limma_table = pd.DataFrame(index=table.index)
|
|
678
678
|
limma_table = limma_table.join(list(limma_results.values()))
|
|
@@ -790,7 +790,7 @@ def calculate_two_group_limma(
|
|
|
790
790
|
if batch:
|
|
791
791
|
design_df = qtable.get_design().set_index("Sample")
|
|
792
792
|
batch_groups = [str(design_df.loc[s, "Batch"]) for s in table.columns]
|
|
793
|
-
|
|
793
|
+
|
|
794
794
|
# Note that the order of experiments for calling limma is reversed
|
|
795
795
|
limma_result = msreport.rinterface.two_group_limma(
|
|
796
796
|
table[mask],
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{msreport-0.0.33 → msreport-0.0.34}/tests/_OLD_testdata/fragpipe/combined_modified_peptide.tsv
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{msreport-0.0.33 → msreport-0.0.34}/tests/_OLD_testdata/spectronaut/table_spectronaut_style_tag.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{msreport-0.0.33 → msreport-0.0.34}/tests/testdata/spectronaut/table_spectronaut_style_tag.txt
RENAMED
|
File without changes
|