Hacker News new | ask | show | jobs
by Bender 60 days ago
Once a person has their own DNA how do they analyze it to find known attributes like genetic dysfunctions, diseases and other characteristics without sharing said DNA with a third party?

This X post ultimately links to iwantosequencemygenomeathome.com [1]

[1] - https://iwantosequencemygenomeathome.com/

2 comments

You can go a very long way just mapping your DNA reads to a reference genome [0]. This reference will have associated annotations of different types, e.g. mutations, which automatically give you relevant information about your own genome by being present in it (or not).

Mapping is a fairly straightforward process where SOTA software is FOSS (as is most bioinformatics software). Accessing databases can be as simple as linking your data to the UCSC genome browser [1]. Of course, if you want to go the manual way, the sky is the limit.

[0] https://www.gencodegenes.org/human/

[1] https://genome.ucsc.edu/

Thankyou for this! Their data formats doc even describes how to use these in perl.
There was a thing from Patrick Collison recently

>by far the most useful preventative medical advice that I've ever received has come from unleashing coding agents on my genome, having them investigate my specific mutations, and having them recommend specific follow-on tests and treatments.

https://x.com/patrickc/status/2045164908912968060