top | item 44600653

(no title)

barisozmen | 7 months ago

I started doing a relevant project https://github.com/barisozmen/securegenomics . Because I believe 23andMe event will result in people to be more wary of sharing their genetic data, and we need ways to make people able to contribute in genetic research without exposing their data.

discuss

order

jraph|7 months ago

In what you show, people encrypt their genome before uploading data on some server, and then scientists can work on the data.

How are scientists able to work on encrypted genomes?

barisozmen|7 months ago

Yes, it's by homomorphic encryption as @vintermann mentioned.

That being said, scientists can implement their own protocols, and use whatever technique they want. For example: https://github.com/securegenomics/protocol-alzheimers-sensit....

It's that our platform makes federated computing + homomorphic encryption analysis easy, but protocols are customizable.

vintermann|7 months ago

Homomorphic encryption, presumably? It's not impossible. But I also think it's overkill. Also, I don't know of good open source software that lets me do the kind of analysis I want even on non-encrypted data.