msreport 0.0.33__py3-none-any.whl → 0.0.34__py3-none-any.whl

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/__init__.py CHANGED
@@ -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",
msreport/analyze.py CHANGED
@@ -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],
@@ -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/
@@ -1,5 +1,5 @@
1
- msreport/__init__.py,sha256=NwOJ59aWwUhcX8FdYu4ta66Rg2eM1u21JYG4E6C6F0k,493
2
- msreport/analyze.py,sha256=UX12dPiAUD5BkmEwGaJI417BpMGfyidmu7SYfW1hSns,50454
1
+ msreport/__init__.py,sha256=RR2F_UD3tAWL2qg0ZeCwaiNJfelzcMusKREp_oZyAZE,493
2
+ msreport/analyze.py,sha256=5R6WcpYz-YDz3iSGGBs_-e8OJp2taI9ZGuXMAstKgj8,50453
3
3
  msreport/errors.py,sha256=X9yFxMiIOCWQdxuqBGr8L7O3vRV2KElXdX1uHbFcZMk,421
4
4
  msreport/export.py,sha256=wXQfaVd5UHlGKyKdrt2UWbhzNf-VyJy2Up5qfrPzO2M,20229
5
5
  msreport/fasta.py,sha256=hPz4xlkjeTV-2YCrtWMsQQJSkJSmH1ZzNZBxHI89Nqk,1489
@@ -32,7 +32,7 @@ msreport/rinterface/__init__.py,sha256=Zs6STvbDqaVZVPRM6iU0kKjq0TWz_2p2ChvNAveRd
32
32
  msreport/rinterface/limma.py,sha256=K5c3-5E_FawyTW02OOn7dIwWfpBgxDfiJPel8kAtwU0,8040
33
33
  msreport/rinterface/rinstaller.py,sha256=AGs6NFMSwTLrzrIJz1E5BE5jFUz8eQBHlpM_MWVChzA,1370
34
34
  msreport/rinterface/rscripts/limma.R,sha256=ElL7wyIUNxMjIiRJjPCKKK3bZh8H7YuSelk_WjHusqE,6128
35
- msreport-0.0.33.dist-info/METADATA,sha256=wTPtgrlNorqX_805BaMqfib2HO-2Vjm42fllfvnXSWw,8833
36
- msreport-0.0.33.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
37
- msreport-0.0.33.dist-info/licenses/LICENSE.txt,sha256=Pd-b5cKP4n2tFDpdx27qJSIq0d1ok0oEcGTlbtL6QMU,11560
38
- msreport-0.0.33.dist-info/RECORD,,
35
+ msreport-0.0.34.dist-info/METADATA,sha256=8Hbeu_6va72ccs7SbrhOT1FXzcYlYgVCBIIBDTWvngc,8833
36
+ msreport-0.0.34.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
37
+ msreport-0.0.34.dist-info/licenses/LICENSE.txt,sha256=Pd-b5cKP4n2tFDpdx27qJSIq0d1ok0oEcGTlbtL6QMU,11560
38
+ msreport-0.0.34.dist-info/RECORD,,