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 +1 -1
- msreport/analyze.py +2 -2
- {msreport-0.0.33.dist-info → msreport-0.0.34.dist-info}/METADATA +1 -1
- {msreport-0.0.33.dist-info → msreport-0.0.34.dist-info}/RECORD +6 -6
- {msreport-0.0.33.dist-info → msreport-0.0.34.dist-info}/WHEEL +0 -0
- {msreport-0.0.33.dist-info → msreport-0.0.34.dist-info}/licenses/LICENSE.txt +0 -0
msreport/__init__.py
CHANGED
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
|
-
|
|
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],
|
|
@@ -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/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
msreport/__init__.py,sha256=
|
|
2
|
-
msreport/analyze.py,sha256=
|
|
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.
|
|
36
|
-
msreport-0.0.
|
|
37
|
-
msreport-0.0.
|
|
38
|
-
msreport-0.0.
|
|
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,,
|
|
File without changes
|
|
File without changes
|