Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
zqfang committed Aug 15, 2024
1 parent 8fa5ba4 commit 15f4cc9
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions haplomap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,24 @@ BlockIdx | BlockStart | blockSize | ChrIdx | ChrStart | ChrEnd | Pattern | Fstat



**CodonFlag**


i. SNPs
* -1: Non-codon change
* 0: Synonymous (not important)
* 1: missense/nonsense
* 2: Splicing site change
* 3: Stop codon

ii. Indels and structral variants:
* 2: HIGH
* 1: MODERATE
* 0: LOW
* -1: MODIFIER


See CodonFlag: [constants](src/constants.cpp)

See explanation [here](https://ensembl.org/info/genome/variation/prediction/predicted_data.html)

0 comments on commit 15f4cc9

Please sign in to comment.