Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
szhan committed Jun 19, 2024
1 parent 0511cb2 commit e142139
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ In the haploid mode, the alleles in haplotypes can be represented by any integer
Note that there are two special values `NONCOPY` and `MISSING`. `NONCOPY` (or `-2`) represent non-copiable states, and can only be found in partial ancestral haplotypes in the reference panel. `MISSING` (or `-1`) representing missing data, and can be found only in query haplotypes.

#### Parameters
* Per-site recombination probabilities.
* Per-site mutation probabilities.
* Recombination probabilities.
* Mutation probabilities.

### Algorithms
Viterbi algorithm
Log-likelihood evaluation of a copying path
* Forward-backward algorithm using the haploid LS HMM.
* Viterbi algorithm using the diploid LS HMM.

### Features
* Scaling of mutation rate by the number of distinct alleles per site.
Expand Down

0 comments on commit e142139

Please sign in to comment.