I'm really curious about what I could learn by getting my DNA sequenced, but I'm worried about my rights to not have it recorded and shared without my consent if I got someone else to do it for me - so any advance toward an affordable home test setup is very welcome.
Sequencing your DNA with a USB dongle and open source code
161–170 of 179 posts
Re: Sequencing your DNA with a USB dongle and open source code
#162> Why not make the software into a proprietary product? ... There’s such a race there that it’s hard to commercialize the software for the long term.” Schatz continues, “Plus our work is largely funded through government sponsored grants, so this is one of the important ways for us to give back to society.” In some people's thoughts, making a better society is the first and most obvious thing to do with technology li…
Re: Sequencing your DNA with a USB dongle and open source code
#163Earlier quoted context omitted.
In the near future (or arguably now depending on your purpose) you don't even need that. Assuming enough of your relative's sequences are available, the probability of you having certain genes/mutations can be narrowed down so much that having your individual genome doesn't add much.
This does not seem true? Even if the complete genome of my mother and father is known, there is still a lot of uncertainty left.
https://en.wikipedia.org/wiki/Joseph_James_DeAngelo
On April 24, 2018, authorities charged 72-year-old DeAngelo with eight counts of first-degree murder, based upon DNA evidence; investigators had identified members of DeAngelo's family through forensic genetic genealogy.
Re: Sequencing your DNA with a USB dongle and open source code
#164Earlier quoted context omitted.
Tl;Dr: Nanopore data is historically lower quality than current gold-standard methods, but it is by no means "not viable" in a genomics pipeline. Their newer chemistry flowcells are competitive with current gold-standard (but I've not seen it with my own eyes in the lab yet due to limited release). There are two components that drive sequencing error rate. 1) The chemistry behind the sequencing (for nanopore sequenci…
Thanks - fascinating stuff. I'm now even more convinced I want to give it a try, but I think I'll play around with public data and tutorials before leaping into home sequencing.
And RE: home sequencing, honestly the hardest part for a beginner will likely be the sample prep, since that takes some combination of wet lab experience and expensive equipment. I really wish molecular biology was as simple to get hacking on as writing software. The lag time between doing an experiment and getting a result is so much longer than waiting for things to compile, it just makes improving your skills take longer.
Re: Sequencing your DNA with a USB dongle and open source code
#165Alas the information presented is an over simplification of the process. To actually sequence DNA with this USB thingy you need to prepare a so called sequencing library - and for that you need a fairly well equipped lab - expensive reagents and years of practice and skill ... a mid level biology Ph.D can prepare these ... in addition the flowcell sold by Oxford Nanopore often malfunctions and the whole run is a bust…
Re: Sequencing your DNA with a USB dongle and open source code
#166Earlier quoted context omitted.
That's a pretty poor way of pigeonholing the problem. Looking at the US healthcare system, it's obvious that many doctors' and nurses' talents are wasted doing bureaucratic paperwork. Simultaneously, if there is a genuine lack of healthcare providers, there is no price signal that would encourage more to enter the market. What you say may be somewhat true in the context of transmuting the US's "private" bureaucracy i…
> Looking at the US healthcare system, it's obvious that many doctors' and nurses' talents are wasted doing bureaucratic paperwork. This is incorrect. Most of the paperwork is done by administrative staff. Paying for that giant staff + the actual medical professionals is why things are so expensive. Hospitals are not stupid, they won’t waste their most valuable resource (healthcare time) on bureaucratic paperwork.
And no, hospitals' most valuable resource are their billing computers. I think when it comes to providing actual healthcare hospitals are very stupid. You cannot partition any knowledge worker's attention into 10 minute blocks and expect them to achieve anything useful, yet that is what their entire system is designed around. The hospital doesn't have unilateral say of course (an "insurance" company won't pay one doctor the "price" of two if they spend twice as long with a patient), but they're still content optimizing within that status quo outcome - completely scatterbrained care.
And it's not like individual doctors are well rested or happy when you talk to them. The system clearly takes their toll on them (eg disappearing for 5 minutes to go retrieve test results that didn't show up before your appointment). In fact I'd say the vast majority of human talent in the medical system ends up completely wasted.
Re: Sequencing your DNA with a USB dongle and open source code
#167Earlier quoted context omitted.
I know that the error rate of the oxford nanopore sequencer depends on GC content (guanine/cytosine nucleotides), and that the Pacific Biosciences sequencer uses a polymerase that gets worn down during reading. So there is some non-uniformity in the chemistry.
GC rich regions as in hairpin loops? How would the sequencer deal with those?
Re: Sequencing your DNA with a USB dongle and open source code
#168Earlier quoted context omitted.
The instruments do exactly as you say (run the sample N times), but this obviously comes at a cost. Also, keep in mind that sequencing needs to be very, very accurate to be useful. We share most of our DNA, and the small variations make up all the difference.
what cost do you mean? time/electricity? reagents? or the cost of someone else charging more for more reads?
Re: Sequencing your DNA with a USB dongle and open source code
#169Earlier quoted context omitted.
That's not true. I just did a high-quality sequence and assembly of a new species of fungus from my home lab using nanopore. You can see all my code used for assembly and analysis that will be referenced in a paper I plan to publish in Jan here: https://github.com/EverymanBio/pestalotiopsis
Given that the decoder is machine-learned and depends on a training set to go from squiggle -> ATGC..., how do you ensure that sequences which haven't been seen before (not in the training set) are still accurately accounted for?
Re: Sequencing your DNA with a USB dongle and open source code
#170Earlier quoted context omitted.
That's not true. I just did a high-quality sequence and assembly of a new species of fungus from my home lab using nanopore. You can see all my code used for assembly and analysis that will be referenced in a paper I plan to publish in Jan here: https://github.com/EverymanBio/pestalotiopsis
I thought I recognized your name from the side hustle story. :) This is super cool!!!