Skip to content

Commit defbb2b

Browse files
authored
✨ Add info about vuegen and MicW2Graph. Also, replace sebas' photo and add marco's photo (#7)
1 parent 554c100 commit defbb2b

File tree

6 files changed

+32
-3
lines changed

6 files changed

+32
-3
lines changed

1research.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,18 @@ permalink: /research/
1010

1111
**Building High-quality Knowledge Graphs.** Using and developing Knowledge Graph technologies and methods to structured data and to connect them to existing biological knowledge. These structures facilitate analysis and interpretation of complex data. We are contributing to a groundbreaking field by developing tools and methods to build, assess and investigate Knowledge Graphs and applying them to solve challenges in biology and health.
1212

13+
<div style="text-align: center; margin-bottom: 20px;">
14+
<a href="https://github.com/Multiomics-Analytics-Group/MicW2Graph" target="_blank">
15+
<img src="https://raw.githubusercontent.com/Multiomics-Analytics-Group/MicW2Graph/main/images/MicW2Graph_logo.svg" alt="MicW2Graph_logo" width="250px">
16+
</a>
17+
</div>
18+
19+
In this project, we investigated the microbiome of the **wastewater treatment** (WWT) process to build **MicW2Graph**, an open-source **knowledge graph** that integrates metagenomic and metatranscriptomic information with their biological context, including biological processes, environmental and phenotypic features, chemical compounds, and additional metadata. We developed a workflow to collect meta-omics datasets from [MGnify](https://www.ebi.ac.uk/metagenomics) and infer potential interactions among microorganisms through **microbial association networks**. MicW2Graph enables the investigation of research questions related to WWT, focusing on aspects such as microbial connections, community memberships, and potential ecological functions.
20+
21+
The following figure shows the general workflow of the MicW2Graph project:
22+
23+
![MicW2Graph Abstract](https://raw.githubusercontent.com/Multiomics-Analytics-Group/MicW2Graph/main/images/Methods_MicW2Graph.svg)
24+
1325
------------------------
1426

1527
## Graph Machine Learning
@@ -44,4 +56,6 @@ permalink: /research/
4456
****
4557

4658

47-
# Publications
59+
# Publications
60+
61+
Ayala-Ruano, S., Webel, H., & Santos, A. (2025). _VueGen: Automating the generation of scientific reports_. bioRxiv. [https://doi.org/10.1101/2025.03.05.641152](https://doi.org/10.1101/2025.03.05.641152)

3people.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ permalink: /people/
133133

134134
<div class="column">
135135
<div class="card">
136-
<img src="{{ site.baseurl }}/public/assets/asar.jpeg" alt="Sebastian" style="width:45%">
136+
<img src="{{ site.baseurl }}/public/assets/asar.jpg" alt="Sebastian" style="width:70%">
137137
<div class="container">
138138
<h2>Sebastian Ayala Ruano</h2>
139139
<p class="title">Research Assistant</p>

4tools.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Understanding host-parasite interactions is vital for tackling infectious diseas
2424
### Giardia intestinalis Predicted PPI
2525
<iframe src="{{ site.baseurl }}/public/Gi_network.html" width="600" height="450" style="border:0;"></iframe>
2626

27-
## Analytics Core (Acore) Library
27+
# Analytics Core (Acore) Library
2828

2929
Acore, short for analytics core, is an open-source Python library
3030
to preprocess and analyse multi-omics data. It includes functionality related to preprocessing, e.g. for
@@ -37,3 +37,18 @@ Especially recipes will help to get started and explore several options for data
3737
Check out current recipes and the core libary documentation at
3838
[analytics-core.readthedocs.io](https://analytics-core.readthedocs.io/).
3939

40+
<div style="text-align: center; margin-bottom: 20px;">
41+
<a href="https://github.com/Multiomics-Analytics-Group/vuegen" target="_blank">
42+
<img src="https://raw.githubusercontent.com/Multiomics-Analytics-Group/vuegen/main/docs/images/vuegen_logo.svg" alt="VueGen" width="250px">
43+
</a>
44+
</div>
45+
46+
**VueGen** is a tool that automates the creation of **reports** from bioinformatics outputs, allowing researchers with minimal coding experience to communicate their results effectively. With VueGen, users can produce reports by simply specifying a directory containing output files, such as plots, tables, networks, Markdown text, HTML components, and API calls, along with the report format. Supported formats include **documents** (PDF, HTML, DOCX, ODT), **presentations** (PPTX, Reveal.js), **Jupyter notebooks**, and [Streamlit](https://streamlit.io/) **web applications**.
47+
48+
An overview of the VueGen workflow is shown in the figure below:
49+
50+
![VueGen Abstract](https://raw.githubusercontent.com/Multiomics-Analytics-Group/vuegen/main/docs/images/vuegen_graph_abstract.png)
51+
52+
VueGen offers various implementation options for both non-technical and experienced users. It is available as a [Python package](https://pypi.org/project/vuegen/), [Docker image](https://quay.io/repository/dtu_biosustain_dsp/vuegen), [nf-core module](https://github.com/Multiomics-Analytics-Group/nf-vuegen/), and [cross-platform desktop application](https://github.com/Multiomics-Analytics-Group/vuegen/releases/tag/v0.3.2) with a user-friendly interface, making it accessible and customizable for different user needs and expertise levels.
53+
54+
The documentation is available at [vuegen.readthedocs.io](https://vuegen.readthedocs.io/), where you can find detailed information of the package’s classes and functions, installation and execution instructions, and case studies to demonstrate its functionality.

public/assets/asar.jpeg

-7.52 KB
Binary file not shown.

public/assets/asar.jpg

39.3 KB
Loading

public/assets/marco.jpeg

67.7 KB
Loading

0 commit comments

Comments
 (0)