Detecting Lateral Gene Transfer by Hierarchical SegmentationWe provide a method for segmenting genomes based on local heterogeneity/homogeniety of nucleotide acid usage. This "top-down" approach is in contrast to window-based methods. In our paper Detection of genomic islands via segmental genome heterogeneity, we show that our method is highly sensitive and specific. The algorithms we use are based on the Markovian Jensen-Shannon Divergence (MJSD). We first recursively segment the genome using, where recursion is continued if the MJSD value is statistically significant. We then apply the MJSD to each segment and compare it to the genome. This results in a set of segments being ranked in terms of their likelihood of coming from differing probability distributions. This in turn is used as a proxy for determining presence of foreign genomic material. Using MJSD on your dataInstallationBefore installing the programs, you'll need to have the following:
Download the code in tgz or zip files. After
decompressing the files, you should now have a Usage
To see all options, you can run the code without any arguments. That is
To segment the sequence using 2nd order MJSD and significance of 0.99, run the following
We now have a set of segments in test.seg. To compare these segments to the background sequence using 1st order MJSD,
run the following:
MiscIf you have troubles installing or using the program, contact aarvey (--AT--) cs.ucsd.edu. The software is licensed under the GPL. All components can be used independently and can be tweaked by the user as allowed under the GPL. |
This page last modified Thursday, 30-Jul-2009 14:47:33 EDT