|
|
|
|
|
by gravelc
3361 days ago
|
|
I'm a bioinformatician, but haven't really pondered doing this on my own DNA too much. Wouldn't be terribly complicated to sequence and analyse your entire genome though. Provided you could purify your DNA, sequencing wouldn't be an issue - just send it off to someone like BGI (Beijing Genomics Institute) and download the seq files when they're done. Purified DNA is stable and inert, so no special conditions required for posting it. Sequence files are just text (if they're in FASTQ format), and all the common tools are open-source. No doubt someone somewhere has put together a Docker image with software for the entire workflow (FASTQ file processing --> read alignment --> variant calling), so processing isn't a big issue. As there's no de novo genome assembly or anything like that, the whole thing can be done on a run-of-the-mill PC, and would take a few days, depending on the depth of sequencing. My guess is cost would be approaching US$1000 now. |
|