Skip to content

Commit 084e738

Browse files
authored
Merge pull request #5 from Multiomics-Analytics-Group/acore
📝 document acore
2 parents 53a663d + a9fb2f3 commit 084e738

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

4tools.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,18 @@ We are currently working on a new version that will be more flexible and general
2222
Understanding host-parasite interactions is vital for tackling infectious diseases. Due to the challenges in experimental identification, we propose a computational method to predict protein interactions between human and 18 eukaryotic parasites. Our approach leverages an orthology-based transfer of interactions, focusing on parasite secretomes and human membrane proteins. We also filter the host proteome based on the parasites' specific tissue tropisms. In this version, we added cell-type specific expression annotations to provide further resolution of the host-parasite predicted interactions and we support interactions with structural information.
2323

2424
### Giardia intestinalis Predicted PPI
25-
<iframe src="{{ site.baseurl }}/public/Gi_network.html" width="600" height="450" style="border:0;"></iframe>
25+
<iframe src="{{ site.baseurl }}/public/Gi_network.html" width="600" height="450" style="border:0;"></iframe>
26+
27+
## Analytics Core (Acore) Library
28+
29+
Acore, short for analytics core, is an open-source Python library
30+
to preprocess and analyse multi-omics data. It includes functionality related to preprocessing, e.g. for
31+
data normalization, missing value imputation or feature selection, and functionality for statistical data analysis, e.g. an analysis of covariance.
32+
Acore is designed to be user-friendly and flexible, allowing users to easily apply
33+
different analysis strategies, testing effects of choosing specific steps.
34+
35+
Especially recipes will help to get started and explore several options for data analysis.
36+
37+
Check out current recipes and the core libary documentation at
38+
[analytics-core.readthedocs.io](https://analytics-core.readthedocs.io/).
39+

0 commit comments

Comments
 (0)