Skip to content

Sergey-Knyazev/eMST

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

etMSN

Originally called eMST, etMSN is a generalization to GHOST and HIV-Trace genomic network analysis tools.
The tool creates an etMSN for a graph. It accepts edge list, distance matrix, or fasta file as an input. Then implements filtering and outputs etMSN as edge list.

Description

Having genetic distances between viral samples, we want to build a graph where samples are nodes, and genetically related samples are connected by edges. A Minimum Spanning Tree is a good starting point for these purposes. Unfortunately, if distances between viral samples are not unique, there may be many solutions for MST. Having all them determined, we can obtain a joint of Minimal Spanning Trees (jMST). It is a graph that contains all edges that can belong to any MST built on given viral samples. Luckily, jMST contains all edges which connect the closest nodes. But what if we may want to have edges for the 2nd, 3rd, and etc. neighbor for every node? In that case, we may specify an epsilon – a value that sets the limit for MST weight increase. Having MST and an epsilon e, we are allowed to remove any edge. Suppose that we chose an edge with weight w. After removal of this edge, we have two disjointed trees which we are going to join back by using another appropriate edge. Any edge is appropriate if it connects these two trees back and has a weight less then w*(1+e). Joining of all possible such trees give us a joint of epsilon Minimal Spanning Trees (eMST).

Installation: mvn clean install

Please use uppercase ACTG letters in input fasta files.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published