Earlier quoted context omitted.
I'm not an expert, but I think the PCR page will help: https://en.wikipedia.org/wiki/Polymerase_chain_reaction basically for PCR (enzyme based) it's sort of "unzipped" down the middle and the base pairs match a specific way which is how it's duplicated. The rest I can't answer but I hope this was as fun a read as it was for me the first time. It really is insane to think about.
Biochemist here! The DNA polymerase reaction can only take place when the gene is unwound from the histone in the first place. Therefore the PCR wiki page will not provide you with the answer... The key is the "DNA purification" prep step where you digest the histones with proteases. See here: https://en.wikipedia.org/wiki/DNA_extraction
Software breakthrough radically boosts the speed of nanopore DNA sequencers
41–50 of 57 posts
Re: Software breakthrough radically boosts the speed of nanopore DNA sequencers
#42I would be eternally grateful to a bio-chem person to explain two facets of DNA sequencing I've never understood. To motivate the question a short quote from Wikipedia: "For longer targets such as chromosomes, common approaches consist of cutting (with restriction enzymes) or shearing (with mechanical forces) large DNA fragments into shorter DNA fragments. The fragmented DNA may then be cloned into a DNA vector and a…
Re: Software breakthrough radically boosts the speed of nanopore DNA sequencers
#43Earlier quoted context omitted.
Biochemist here! The DNA polymerase reaction can only take place when the gene is unwound from the histone in the first place. Therefore the PCR wiki page will not provide you with the answer... The key is the "DNA purification" prep step where you digest the histones with proteases. See here: https://en.wikipedia.org/wiki/DNA_extraction
This is not really right. The high duplex denaturing temperature of the initial thermocycle will usually also denature histones and unwind them from the dna. That's why thermocycle procedures for raw samples have a long initial denaturation (5-10 min) and thermocycle procedures for prepurified DNA need not have such a long initial incubation at 95 C.
Re: Software breakthrough radically boosts the speed of nanopore DNA sequencers
#44Earlier quoted context omitted.
Should the long read lengths allow error correction to work well if there is sufficient coverage?
Nanopore/pyrosequencing technology is interesting in that the class of errors that it is most susceptible to (homopolymer inaccuracies ) nearly do not exist in more traditional base-by-base sequencing. These have proven harder to correct than simple substitution errors - this is both a fault of the bias of existing tooling, and also a difficult problem in general. Roche and other companies have had a lot of smart peo…
I'm not defending nanopores here, frankly I'm not convinced about them yet.
Re: Software breakthrough radically boosts the speed of nanopore DNA sequencers
#45Michael Schatz has been involved in a number of interesting computational biology projects. I worked in a bioinformatics lab ~10-12 years ago and I remember using his fast short read aligner to help speed things up. Back then the nanopore devices were still just rumors. Computers have Moore's law with a base or time constant of 12-24mo. Batteries seem to have the same with a base of about 10 years (slow Moore's law I…
Re: Software breakthrough radically boosts the speed of nanopore DNA sequencers
#46Earlier quoted context omitted.
Biochemist here! The DNA polymerase reaction can only take place when the gene is unwound from the histone in the first place. Therefore the PCR wiki page will not provide you with the answer... The key is the "DNA purification" prep step where you digest the histones with proteases. See here: https://en.wikipedia.org/wiki/DNA_extraction
This is not really right. The high duplex denaturing temperature of the initial thermocycle will usually also denature histones and unwind them from the dna. That's why thermocycle procedures for raw samples have a long initial denaturation (5-10 min) and thermocycle procedures for prepurified DNA need not have such a long initial incubation at 95 C.
1) Proteinases are indeed not necessary.
2) The step that removes any DNA bound proteins and in fact denatures the vast majority of proteins is the salting out. DNA is negatively charged. Proteins bind DNA by being positively charged. When you add a lot of salt, you add a lot of ions that compete for those ionic bonds. Proteins fall of the DNA, and will eventually be denatured.
3) The long initial incubation in some PCR protocols is mostly a relic from old times when there weren't any commercial extraction kits and contamination with residual RNA was a potential issue. A modern setup doesn't need it (but many keep the step anyway because why would you remove it when it doesn't hurt to do it anyway).
Re: Software breakthrough radically boosts the speed of nanopore DNA sequencers
#47Earlier quoted context omitted.
to me nanopore seq is not that promising. it has been here for a long time now and the benefits didn't convince a lot of customers to adopt it. there are 2 main use cases now in precision medicine: rare disease and cancer. for both you need high precision reads, which nanopore doesn't provide.
Who are the customers here? The waiting list for new nanopore sequencers is quite long at the moment. Our neighboring lab has been waiting on a promethION for about a year, and only just got it because their last one bit the dust putting them on top of the list.
Re: Software breakthrough radically boosts the speed of nanopore DNA sequencers
#48Earlier quoted context omitted.
I think you're stuck in the biotech == people mindset. On the bacterial side, it is fantastic for quickly sequcinging and closing genomes. Personally, I think the killer use case is field portable and real time sequencing of pathogens. I've worked with groups (.gov and private, defense and health related) that want to put minION + flongles to use in applications like early detection for bio terrorism and pathogen sur…
I have a colleague who is working on a portable field kit with a minION + laptop + car battery with the intent of being able to sequence and identify pathogens directly in the field, even with no electric grid. Turns out the hardest part is the sample prep. For bioinformatics, she'll just do a simple kmer mapping against a curated database of pathogen genomes.
Funnily, there are people out there who want to teach army/marine grunts on the front line to run minIONs. Most of the work is on making the sample prep automated and idiot proof.
Re: Software breakthrough radically boosts the speed of nanopore DNA sequencers
#49Earlier quoted context omitted.
This is not really right. The high duplex denaturing temperature of the initial thermocycle will usually also denature histones and unwind them from the dna. That's why thermocycle procedures for raw samples have a long initial denaturation (5-10 min) and thermocycle procedures for prepurified DNA need not have such a long initial incubation at 95 C.
Did you guys all skip the DNA extraction practical at university? 1) Proteinases are indeed not necessary. 2) The step that removes any DNA bound proteins and in fact denatures the vast majority of proteins is the salting out. DNA is negatively charged. Proteins bind DNA by being positively charged. When you add a lot of salt, you add a lot of ions that compete for those ionic bonds. Proteins fall of the DNA, and wil…
What you say does sound right, but I think the other answers still have pedagogical value. Thanks for clearing this up, I now realize I need to brush up on this topic.
Re: Software breakthrough radically boosts the speed of nanopore DNA sequencers
#50I would be eternally grateful to a bio-chem person to explain two facets of DNA sequencing I've never understood. To motivate the question a short quote from Wikipedia: "For longer targets such as chromosomes, common approaches consist of cutting (with restriction enzymes) or shearing (with mechanical forces) large DNA fragments into shorter DNA fragments. The fragmented DNA may then be cloned into a DNA vector and a…
If you're interested in how 1 works in details, http://rosalind.info/problems/tree-view/ has a few bioinformatics coding problems. Starting completely from scratch, so you can learn as you go. The reconstruction problem is there as well.