Skip to content

Commit c778243

Browse files
authored
activate projects page
1 parent 3712187 commit c778243

File tree

3 files changed

+85
-3
lines changed

3 files changed

+85
-3
lines changed

_pages/projects.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
layout: page
33
title: projects
44
permalink: /projects/
5-
description: A growing collection of your cool projects.
6-
nav: false
5+
description: Treangen lab projects
6+
nav: true
77
nav_order: 2
8-
display_categories: [work, fun]
8+
display_categories: [software, datasets, analysis]
99
horizontal: false
1010
---
1111

_projects/bakdrive.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
layout: page
3+
title: Bakdrive
4+
description: A novel approach to inferring microbial interactions across multiple microbiome samples
5+
img:
6+
importance: 4
7+
category: software
8+
---
9+
# Optional external URL for project (replaces project detail page).
10+
# external_link: "https://www.iarpa.gov/index.php/research-programs/fun-gcat"
11+
12+
# image:
13+
# caption: Bakdrive pipeline
14+
# focal_point: Smart
15+
16+
# links:
17+
18+
# url_code: "https://gitlab.com/treangenlab/bakdrive"
19+
# url_pdf: "https://www.biorxiv.org/content/10.1101/2021.09.24.461746v1.full.pdf"
20+
# url_slides: ""
21+
# url_video: ""
22+
23+
# Slides (optional).
24+
# Associate this project with Markdown slides.
25+
# Simply enter your slide deck's filename without extension.
26+
# E.g. `slides = "example-slides"` references `content/slides/example-slides.md`.
27+
# Otherwise, set `slides = ""`.
28+
# slides: bakdrive
29+
30+
<iframe src="https://docs.google.com/presentation/d/e/2PACX-1vS9ydjWtiIZejkaW0fA5gjJnNmZR1p_IUw3Uwze6cg7RGLHQjOxIzmXoo9ptCODaS8mOzDXX-qTwGM_/embed?start=true&loop=true&delayms=5000" frameborder="0" width="720" height="434" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe>
31+
32+
## Background
33+
Interactions among microbes within microbial communities have been shown to play crucial roles in human health. In spite of recent progress, low-level knowledge of bacteria driving microbial interactions within microbiomes remains unknown, limiting our ability to fully understand and control microbial communities. In this study, we present a novel approach for identifying driver species within microbiomes. Bakdrive infers ecological networks of given metagenomic sequencing samples and identifies minimum sets of driver species using control theory. Bakdrive has three key innovations in this space: (i) it leverages inherent information from metagenomic sequencing samples to identify driver species, (ii) it explicitly takes host-specific variation into consideration, and (iii) it does not require a known ecological network. In extensive simulated data, we demonstrate identifying driver species identified from healthy donor samples and introducing them to the disease samples, we can restore the gut microbiome in recurrent Clostridioides difficile infection patients to a healthy state. We also applied Bakdrive to two real datasets, rCDI and Crohn’s disease patients, uncovering driver species consistent with previous work. In summary, Bakdrive provides a novel approach for teasing apart microbial interactions. Bakdrive is open-source and available at https://gitlab.com/treangenlab/bakdrive
34+
35+
36+
37+
38+

_projects/emu.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
---
2+
layout: page
3+
title: Emu
4+
description: Species-Level Microbial Community Profiling for Full-Length Nanopore 16S Reads
5+
img:
6+
importance: 4
7+
category: software
8+
---
9+
10+
# Optional external URL for project (replaces project detail page).
11+
# external_link: "https://www.iarpa.gov/index.php/research-programs/fun-gcat"
12+
13+
# image:
14+
# caption: Photo by rawpixel on Unsplash
15+
# focal_point: Smart
16+
17+
# links:
18+
19+
# url_code: "https://gitlab.com/treangenlab/emu"
20+
# url_pdf: "https://www.biorxiv.org/content/10.1101/2021.05.02.442339v1.abstract"
21+
# url_slides: ""
22+
# url_video: ""
23+
24+
# Slides (optional).
25+
# Associate this project with Markdown slides.
26+
# Simply enter your slide deck's filename without extension.
27+
# E.g. `slides = "example-slides"` references `content/slides/example-slides.md`.
28+
# Otherwise, set `slides = ""`.
29+
# slides: ""
30+
---
31+
32+
## Background
33+
16S rRNA based analysis is the established standard for elucidating microbial community composition. While short read 16S analyses are largely confined to genus-level resolution at best since only a portion of the gene is sequenced, full-length 16S sequences have the potential to provide species-level accuracy. However, existing taxonomic identification algorithms are not optimized for the increased read length and error rate of long-read data. Here we present Emu, a novel approach that employs an expectation-maximization (EM) algorithm to generate taxonomic abundance profiles from full-length 16S rRNA reads. Results produced from one simulated data set and two mock communities prove Emu capable of accurate microbial community profiling while obtaining fewer false positives and false negatives than alternative methods. Additionally, we illustrate a real-world application of our new software by comparing clinical sample composition estimates generated by an established whole-genome shotgun sequencing workflow to those returned by full-length 16S sequences processed with Emu.
34+
35+
## Collaborators
36+
- Alona Tyshaieva (Univ of Dusseldorf)
37+
- Dr. Alex Dilthey (Univ of Dusseldorf)
38+
- Dr. Sonia Villapol (Houston Methodist)
39+
- Dr. Tor Savidge (Texas Childrens)
40+
- Dr. Qinglong Wu (Texas Childrens)
41+
42+
43+
44+

0 commit comments

Comments
 (0)