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.
Files changed (96) hide show
  1. {msreport-0.0.33 → msreport-0.0.34}/CHANGELOG.md +10 -0
  2. {msreport-0.0.33 → msreport-0.0.34}/PKG-INFO +1 -1
  3. {msreport-0.0.33 → msreport-0.0.34}/msreport/__init__.py +1 -1
  4. {msreport-0.0.33 → msreport-0.0.34}/msreport/analyze.py +2 -2
  5. {msreport-0.0.33 → msreport-0.0.34}/.gitignore +0 -0
  6. {msreport-0.0.33 → msreport-0.0.34}/LICENSE.txt +0 -0
  7. {msreport-0.0.33 → msreport-0.0.34}/README.md +0 -0
  8. {msreport-0.0.33 → msreport-0.0.34}/msreport/aggregate/__init__.py +0 -0
  9. {msreport-0.0.33 → msreport-0.0.34}/msreport/aggregate/condense.py +0 -0
  10. {msreport-0.0.33 → msreport-0.0.34}/msreport/aggregate/pivot.py +0 -0
  11. {msreport-0.0.33 → msreport-0.0.34}/msreport/aggregate/summarize.py +0 -0
  12. {msreport-0.0.33 → msreport-0.0.34}/msreport/errors.py +0 -0
  13. {msreport-0.0.33 → msreport-0.0.34}/msreport/export.py +0 -0
  14. {msreport-0.0.33 → msreport-0.0.34}/msreport/fasta.py +0 -0
  15. {msreport-0.0.33 → msreport-0.0.34}/msreport/helper/__init__.py +0 -0
  16. {msreport-0.0.33 → msreport-0.0.34}/msreport/helper/calc.py +0 -0
  17. {msreport-0.0.33 → msreport-0.0.34}/msreport/helper/maxlfq.py +0 -0
  18. {msreport-0.0.33 → msreport-0.0.34}/msreport/helper/table.py +0 -0
  19. {msreport-0.0.33 → msreport-0.0.34}/msreport/helper/temp.py +0 -0
  20. {msreport-0.0.33 → msreport-0.0.34}/msreport/impute.py +0 -0
  21. {msreport-0.0.33 → msreport-0.0.34}/msreport/isobar.py +0 -0
  22. {msreport-0.0.33 → msreport-0.0.34}/msreport/normalize.py +0 -0
  23. {msreport-0.0.33 → msreport-0.0.34}/msreport/peptidoform.py +0 -0
  24. {msreport-0.0.33 → msreport-0.0.34}/msreport/plot/__init__.py +0 -0
  25. {msreport-0.0.33 → msreport-0.0.34}/msreport/plot/_partial_plots.py +0 -0
  26. {msreport-0.0.33 → msreport-0.0.34}/msreport/plot/comparison.py +0 -0
  27. {msreport-0.0.33 → msreport-0.0.34}/msreport/plot/distribution.py +0 -0
  28. {msreport-0.0.33 → msreport-0.0.34}/msreport/plot/multivariate.py +0 -0
  29. {msreport-0.0.33 → msreport-0.0.34}/msreport/plot/quality.py +0 -0
  30. {msreport-0.0.33 → msreport-0.0.34}/msreport/plot/style.py +0 -0
  31. {msreport-0.0.33 → msreport-0.0.34}/msreport/plot/style_sheets/_all_relevant_styles.md +0 -0
  32. {msreport-0.0.33 → msreport-0.0.34}/msreport/plot/style_sheets/msreport-notebook.mplstyle +0 -0
  33. {msreport-0.0.33 → msreport-0.0.34}/msreport/plot/style_sheets/seaborn-whitegrid.mplstyle +0 -0
  34. {msreport-0.0.33 → msreport-0.0.34}/msreport/qtable.py +0 -0
  35. {msreport-0.0.33 → msreport-0.0.34}/msreport/reader.py +0 -0
  36. {msreport-0.0.33 → msreport-0.0.34}/msreport/rinterface/__init__.py +0 -0
  37. {msreport-0.0.33 → msreport-0.0.34}/msreport/rinterface/limma.py +0 -0
  38. {msreport-0.0.33 → msreport-0.0.34}/msreport/rinterface/rinstaller.py +0 -0
  39. {msreport-0.0.33 → msreport-0.0.34}/msreport/rinterface/rscripts/limma.R +0 -0
  40. {msreport-0.0.33 → msreport-0.0.34}/pyproject.toml +0 -0
  41. {msreport-0.0.33 → msreport-0.0.34}/tests/_OLD_testdata/.gitignore +0 -0
  42. {msreport-0.0.33 → msreport-0.0.34}/tests/_OLD_testdata/common/table.txt +0 -0
  43. {msreport-0.0.33 → msreport-0.0.34}/tests/_OLD_testdata/fragpipe/SampleA_1/ion.tsv +0 -0
  44. {msreport-0.0.33 → msreport-0.0.34}/tests/_OLD_testdata/fragpipe/SampleA_1/peptide.tsv +0 -0
  45. {msreport-0.0.33 → msreport-0.0.34}/tests/_OLD_testdata/fragpipe/SampleA_1/protein.tsv +0 -0
  46. {msreport-0.0.33 → msreport-0.0.34}/tests/_OLD_testdata/fragpipe/SampleA_1/psm.tsv +0 -0
  47. {msreport-0.0.33 → msreport-0.0.34}/tests/_OLD_testdata/fragpipe/SampleB_1/ion.tsv +0 -0
  48. {msreport-0.0.33 → msreport-0.0.34}/tests/_OLD_testdata/fragpipe/SampleB_1/peptide.tsv +0 -0
  49. {msreport-0.0.33 → msreport-0.0.34}/tests/_OLD_testdata/fragpipe/SampleB_1/protein.tsv +0 -0
  50. {msreport-0.0.33 → msreport-0.0.34}/tests/_OLD_testdata/fragpipe/SampleB_1/psm.tsv +0 -0
  51. {msreport-0.0.33 → msreport-0.0.34}/tests/_OLD_testdata/fragpipe/combined_ion.tsv +0 -0
  52. {msreport-0.0.33 → msreport-0.0.34}/tests/_OLD_testdata/fragpipe/combined_modified_peptide.tsv +0 -0
  53. {msreport-0.0.33 → msreport-0.0.34}/tests/_OLD_testdata/fragpipe/combined_peptide.tsv +0 -0
  54. {msreport-0.0.33 → msreport-0.0.34}/tests/_OLD_testdata/fragpipe/combined_protein.tsv +0 -0
  55. {msreport-0.0.33 → msreport-0.0.34}/tests/_OLD_testdata/maxquant/evidence.txt +0 -0
  56. {msreport-0.0.33 → msreport-0.0.34}/tests/_OLD_testdata/maxquant/peptides.txt +0 -0
  57. {msreport-0.0.33 → msreport-0.0.34}/tests/_OLD_testdata/maxquant/proteinGroups.txt +0 -0
  58. {msreport-0.0.33 → msreport-0.0.34}/tests/_OLD_testdata/spectronaut/table_spectronaut_style_tag.txt +0 -0
  59. {msreport-0.0.33 → msreport-0.0.34}/tests/test_aggregate/test_condense.py +0 -0
  60. {msreport-0.0.33 → msreport-0.0.34}/tests/test_aggregate/test_pivot.py +0 -0
  61. {msreport-0.0.33 → msreport-0.0.34}/tests/test_aggregate/test_summarize.py +0 -0
  62. {msreport-0.0.33 → msreport-0.0.34}/tests/test_analyze.py +0 -0
  63. {msreport-0.0.33 → msreport-0.0.34}/tests/test_export.py +0 -0
  64. {msreport-0.0.33 → msreport-0.0.34}/tests/test_helper.py +0 -0
  65. {msreport-0.0.33 → msreport-0.0.34}/tests/test_impute.py +0 -0
  66. {msreport-0.0.33 → msreport-0.0.34}/tests/test_isobar.py +0 -0
  67. {msreport-0.0.33 → msreport-0.0.34}/tests/test_maxlfq.py +0 -0
  68. {msreport-0.0.33 → msreport-0.0.34}/tests/test_normalize/test_categorical_normalizer.py +0 -0
  69. {msreport-0.0.33 → msreport-0.0.34}/tests/test_normalize/test_normalize.py +0 -0
  70. {msreport-0.0.33 → msreport-0.0.34}/tests/test_peptidoform.py +0 -0
  71. {msreport-0.0.33 → msreport-0.0.34}/tests/test_plot.py +0 -0
  72. {msreport-0.0.33 → msreport-0.0.34}/tests/test_qtable.py +0 -0
  73. {msreport-0.0.33 → msreport-0.0.34}/tests/test_reader/test_fragpipe.py +0 -0
  74. {msreport-0.0.33 → msreport-0.0.34}/tests/test_reader/test_maxquant.py +0 -0
  75. {msreport-0.0.33 → msreport-0.0.34}/tests/test_reader/test_reader_functions.py +0 -0
  76. {msreport-0.0.33 → msreport-0.0.34}/tests/test_reader/test_resultreader.py +0 -0
  77. {msreport-0.0.33 → msreport-0.0.34}/tests/test_reader/test_spectronaut.py +0 -0
  78. {msreport-0.0.33 → msreport-0.0.34}/tests/testdata/common/table.txt +0 -0
  79. {msreport-0.0.33 → msreport-0.0.34}/tests/testdata/fragpipe/SampleA_1/ion.tsv +0 -0
  80. {msreport-0.0.33 → msreport-0.0.34}/tests/testdata/fragpipe/SampleA_1/peptide.tsv +0 -0
  81. {msreport-0.0.33 → msreport-0.0.34}/tests/testdata/fragpipe/SampleA_1/protein.tsv +0 -0
  82. {msreport-0.0.33 → msreport-0.0.34}/tests/testdata/fragpipe/SampleA_1/psm.tsv +0 -0
  83. {msreport-0.0.33 → msreport-0.0.34}/tests/testdata/fragpipe/SampleB_1/ion.tsv +0 -0
  84. {msreport-0.0.33 → msreport-0.0.34}/tests/testdata/fragpipe/SampleB_1/peptide.tsv +0 -0
  85. {msreport-0.0.33 → msreport-0.0.34}/tests/testdata/fragpipe/SampleB_1/protein.tsv +0 -0
  86. {msreport-0.0.33 → msreport-0.0.34}/tests/testdata/fragpipe/SampleB_1/psm.tsv +0 -0
  87. {msreport-0.0.33 → msreport-0.0.34}/tests/testdata/fragpipe/combined_ion.tsv +0 -0
  88. {msreport-0.0.33 → msreport-0.0.34}/tests/testdata/fragpipe/combined_modified_peptide.tsv +0 -0
  89. {msreport-0.0.33 → msreport-0.0.34}/tests/testdata/fragpipe/combined_peptide.tsv +0 -0
  90. {msreport-0.0.33 → msreport-0.0.34}/tests/testdata/fragpipe/combined_protein.tsv +0 -0
  91. {msreport-0.0.33 → msreport-0.0.34}/tests/testdata/fragpipe/fragpipe-files.fp-manifest +0 -0
  92. {msreport-0.0.33 → msreport-0.0.34}/tests/testdata/maxquant/evidence.txt +0 -0
  93. {msreport-0.0.33 → msreport-0.0.34}/tests/testdata/maxquant/peptides.txt +0 -0
  94. {msreport-0.0.33 → msreport-0.0.34}/tests/testdata/maxquant/proteinGroups.txt +0 -0
  95. {msreport-0.0.33 → msreport-0.0.34}/tests/testdata/spectronaut/ConditionSetup.tsv +0 -0
  96. {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.33
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/
@@ -3,7 +3,7 @@ from msreport.fasta import import_protein_database
3
3
  from msreport.qtable import Qtable
4
4
  from msreport.reader import FragPipeReader, MaxQuantReader, SpectronautReader
5
5
 
6
- __version__ = "0.0.33"
6
+ __version__ = "0.0.34"
7
7
 
8
8
  __all__ = [
9
9
  "analyze",
@@ -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
- limma_result = limma_result.rename(columns=mapping)
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
- print(table[mask])
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