Skip to content

microsoft/PhyloD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PhyloD

Machine learning tools for modeling viral adaptation to host immune responses

HIV, like most retroviruses, is characterized by a tremendous rate of mutation, which leads to a high level of genetic diversity within and among patients. This genetic variation is the substrate for rapid within-host evolution. As our immune system learns to target the virus, the virus adapts, leading to an endless game of cat-and-mouse. From a scientific perspective, this provides a useful opportunity: if HIV is contantly adapting to our individual immune responses, then studying HIV adaptation will provide insights into both virus function and basic immunology. Over the years, we have developed models of viral adaptation that have allowed us to do just that. This repo includes a subset of those tools.

Our most popular tools are exposed as a web app at http://phylod.research.microsoft.com

Use the Release tab to download precompiled (for windows) binaries.

Publications

These tools have been used in many publications. Within each release is a set of batch scripts for running examples. Each batch script contains the primary publication that should be cited. Please follow those guidelines.

A partial list of publications that use these tools is available here.

Partial list of tools included in this release

These tools (and many others) are included in this release. The ones below have example batch files included in the precompiled binaries. Adaptation and transmission index are included on the web app.

  • Find HLA-mediated escape associations. The original PhyloD tool, for finding "escape associations" while correcting for phylogenetic relatedness. This code was initially implemented in our Phylogenetics Dependency Networks paper (primary citationin PLoS Comp Biol), then was modified to use phylogenetically corrected logistic regression as the primary probability distribution in this paper. The code included in this repo will identify associations on a local machine. This works ok if you're not worried about covariation. Covariation requires big compute, which we'll be releasing at a later date. Use this tool to identify escape associations.
  • Compute HLA adaptation. This tool builds on the associations by estimating the conditional probability Pr(sequence | HLA) for any HIV sequence given any HLA (in your training set). This tool was published in our Impact of pre-adaptated HIV-1 transmission Nature Medicine paper (primary citation and more details). These "adaptation scores" provide a useful summary statistic for how adapted any sequence is to any individual or HLA allele. This summary statistic correlates with viral load and CD4 counts, both when looking at autologous virus, and when looking at founder virus. It also predicts vaccine response magnitudes (vaccine inserts that carry lots of escapes for an individual will not elicity as many responses in that individual). We also include the closely related HLA similarity tool, which estimates how similar two HLA alleles (or two individuals) are based on the correlation of their adaptation scores over a reference panel of viruses.
  • Transmission Index. This tool is a partial code release from our Selection bias at the heterosexual HIV-1 transmission bottleneck Science paper (primary citation and more details). The full source code for that paper was a mix of C#, R and Matlab. Here we include the C#, which allows computation of the transmission index on a given set of sequences. For this, we use the model weights transcribed from Table 2 of that paper. In that paper, we showed that viruses with higher predicted fitness are more likely to be transmitted. Theoretically, this selection increases when you're at reduced risk of infection, and we showed that empirically when comparing men vs women and men with or without genetical inflammation. The transmission index simply averages the model weights over all sites in a sequence, yielding a single score for each protein. We showed this was weakly linked with odds of transmission. More recently, Todd Allen's group showed that (as predicted), the transmission index is higher among the founder viruses of heterosexual men compared to men who have sex with men (MSM). This tool is best used for similar studies, in which the hypothesis is that the founder virus of a group with lower risk of infection has higher transmission index compared to another group.

Compiling the code

We aim to get the source code up in the coming weeks.

Contact

Please send all questions and comments to phylod@microsoft.com

About

A suite of machine learning tools for modeling viral adaptation to host immune responses.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published