about summary refs log tree commit diff
diff options
context:
space:
mode:
authorArun Isaac2025-07-29 23:21:47 +0100
committerArun Isaac2025-08-01 00:33:26 +0100
commit1df760ab433a3c1857c59ef15562ab115722a795 (patch)
tree1a5128c611a6b45722f0997d4b04967161a0ec73
parentcb0d8d06fa749931e00d7aa57d0d7a9e76fb1579 (diff)
downloadpyhegp-1df760ab433a3c1857c59ef15562ab115722a795.tar.gz
pyhegp-1df760ab433a3c1857c59ef15562ab115722a795.tar.lz
pyhegp-1df760ab433a3c1857c59ef15562ab115722a795.zip
Mention TianjingZhao2023 paper in README.
* README.md: Mention TianjingZhao2023 paper.
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 665b6d5..4378456 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,8 @@
 [![Laminar](https://ci.systemreboot.net/badge/pyhegp.svg)](https://ci.systemreboot.net/jobs/pyhegp)
 
-pyhegp is a Python library and CLI utility implementing homomorphic encryption of genotypes and phenotypes as described in [Private Genomes and Public SNPs: Homomorphic Encryption of Genotypes and Phenotypes for Shared Quantitative Genetics](https://academic.oup.com/genetics/article/215/2/359/5930450).
+pyhegp is a Python library and CLI utility implementing homomorphic encryption of genotypes and phenotypes as described in
+- [Private Genomes and Public SNPs: Homomorphic Encryption of Genotypes and Phenotypes for Shared Quantitative Genetics](https://academic.oup.com/genetics/article/215/2/359/5930450)
+- [Using encrypted genotypes and phenotypes for collaborative genomic analyses to maintain data confidentiality](https://academic.oup.com/genetics/article/226/3/iyad210/7470728)
 
 # Install development version