Skip to content

Commit 014008d

Browse files
authored
Update README.md
1 parent a1bd991 commit 014008d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ While there have been substantial advances in understanding microbial virulence
77

88
We used parallel machine learning methods to approach the problem of characterizing virulence factors (VF) in diseased and healthy metagenomes. Using genes from the core set of the Virulence Factor Database (http://www.mgc.ac.cn/VFs/), we used an HMM to profile known virulence factors and apply profiles to diseased and healthy metagenomes. In parallel to this approach, we used a set of labelled pathological and commensal genomes and subtracted the VFDB virulence factor genes from both sets. We then trained the VF-subtracted genomes on an SVM model to classify pathogenic and non-pathogenic genomes. Both techniques form a complementary approach to VF characterization by using well-characterized virulence factors and commensal genomes to profile similar characteristics in the metagenome space (HMM), and by exploring the potential for virulent genes uncharacterized by the VF dataset within the same metagenomes. This combination of techniques can provide spatially-resolved scoring within the metagenome to identify potential virulence factors.
99

10-
![workflow](https://github.com/NCBI-Hackathons/Virulence_Factor_Characterization/blob/master/VFCflow.png)
11-
1210
## Installing
1311

1412
Currently the VirFac repo is provided as a Python project that can be installed via `setuptools`. It requires Python 3.7 or later and some package dependencies that can be installed via `pip`:
@@ -63,8 +61,9 @@ A SVM model was also developed to classify virulent and non-virulent gene segmen
6361
## Implementation
6462

6563
## Operation
64+
![workflow](https://github.com/NCBI-Hackathons/Virulence_Factor_Characterization/blob/master/VFCflow.png)
6665

67-
## Use Cases
66+
## Results
6867

6968
## Data and software availability
7069

0 commit comments

Comments
 (0)