Live data from Hacker News

As DNA reveals its secrets, scientists are assembling a new picture of humanity

statnews.com

21–30 of 31 posts

Re: As DNA reveals its secrets, scientists are assembling a new picture of humanity

#21
post #18
post #15

Genetics question: How many cells do you need in a population so that there is at least one variant at each position (ie a SNP)? This can be for any species or cell line for which the info is available.

Humans have two copies of ~3 Billion base pairs. A reasonable error rate of DNA replication (not under stress) is about 1 write error in 1 billion reads. Many of those errors are actually immediately corrected by post-replication error correction mechanisms. Also, as cells divide, errors that happen early will be propagated more times than errors that happen late in development. Further, mutations are not uniformly d…

Thanks, I later found this paper that claims something different. Can you explain where this logic has gone wrong, they seem to start out with a similar error rate (~10^-9 per site per division):

"For example, the intestinal epithelium contains approximately 10^6 independent stem cells, each of which generates transient daughter cells every week or two. Thus, the intestinal epithelium of a 60-y-old is expected to harbor >10^9 independent mutations. This implies that, not far beyond the age of 60 y, nearly every genomic site is likely to have acquired a mutation in at least one cell in this single organ." http://www.pnas.org/content/107/3/961.full

Edit:

>"A reasonable error rate of DNA replication (not under stress) is about 1 write error in 1 billion reads"

I think it is that you are using the 10^-9 value to be per genome while that reference uses it as per basepair

Re: As DNA reveals its secrets, scientists are assembling a new picture of humanity

#22
post #11
post #10

Earlier quoted context omitted.

There's probably, in spirit, a graph version of the BWT, but I'm not familiar enough to know it. The approach is less straightforward because you're not just modifying BWT to allow for indels/errors, but rather a graph compression algorithm to allow for fragment searching along vertices of a sequence graph. That said, it has to happen eventually. It's been a while since I took comp bio (sequences & graphs) but what y…

Here is a paper that presents a graph version of the BWT: http://bioinformatics.oxfordjournals.org/content/29/13/i361....

It's not 100% clear to me that this is directly compatible with the graph reference, but if it isn't, that seems like a simple matter for Batzoglou & co. Those guys are really, really good, and the multi-reference target is a type of graph anyways, so I imagine it's just a bit more generalization (if any) to make BWBBLE work on a graph-structured reference assembly as implemented (there seem to be certain inconsistencies about how to represent structural variants that differ between implementations).

The other thing that would be neat is that then you'd have a direct tie-in to ancestral recombination graphs and could, in principle, get IBS/IBD for the same cost as high-confidence genotyping for any two individuals. Come to think of it, there's probably a way to recast this as shortest paths and get all admissible traversals between a population of genotyped individuals (given an ARG) for the same price as any two. Hmmm. This is a little disturbing.

Re: As DNA reveals its secrets, scientists are assembling a new picture of humanity

#23
post #21
post #18

Earlier quoted context omitted.

Humans have two copies of ~3 Billion base pairs. A reasonable error rate of DNA replication (not under stress) is about 1 write error in 1 billion reads. Many of those errors are actually immediately corrected by post-replication error correction mechanisms. Also, as cells divide, errors that happen early will be propagated more times than errors that happen late in development. Further, mutations are not uniformly d…

Thanks, I later found this paper that claims something different. Can you explain where this logic has gone wrong, they seem to start out with a similar error rate (~10^-9 per site per division): "For example, the intestinal epithelium contains approximately 10^6 independent stem cells, each of which generates transient daughter cells every week or two. Thus, the intestinal epithelium of a 60-y-old is expected to har…

Write error == (fixed) base pair mutation. A classic example is a methylated cytosine spontaneously deaminating to yield thymine. Our DNA repair enzymes can't tell the difference (in terms of which is the "right" base) between the thymine and the guanine left behind, but since they don't match, one of them has got to go. Thus there is a 50-50 chance that the mutation will be fixed. That's the easiest example because it's not an "error" per se (rather a thermodynamics problem) but genuine proofreading errors also occur. The net rate is about one in a billion bases.

These estimates ignore indels and SVs but empirical evidence suggests that the "everyone over 50 has a 50/50 chance of at least one adult stem cell harboring a mutation in at least one interesting gene". My personal favorite is

http://www.nature.com/nature/journal/v518/n7540/abs/nature13...

but Druley's follow up was equally awesome:

http://www.nature.com/articles/ncomms12484

and the recent survey of adult stem cell mutations is nice:

http://www.nature.com/nature/journal/vaop/ncurrent/full/natu...

One take-away from all this is that, while 95% of a sensitively surveyed population of 50-60 year olds had at least one stem cell with at least one known preleukemic mutation, it is equally clear that most people aren't walking around with anything resembling an acute leukemia. The natural conclusion is that in individuals with a competent immune system and diverse enough pools of healthy stem cells, it's not that big of an issue. Only when bad luck and/or stresses to which the mutants are adapted (e.g. TP53 mutations in therapy-related leukemia) afflict people, or the natural diversity of their stem cell populations collapses (as with really old people and individuals whose immune system actively attacks their stem cells, as in severe aplastic anemia) do you see the sort of massive, life-endangering takeover that we recognize clinically as disease.

Furthermore, nearly all of us are born with 5-10 predicted-to-be-lethal variants in our genomes. Clearly, we're also not dead, so our conception of "lethal" can't be quite right. There is an enormous amount of complexity in how real live multicellular organisms deal with variation and mutation, something we're really only just starting to grasp, and of course all of that then interacts with the person's environment to manifest (or not) their genetic tendencies. We build models of reality because the actual thing is too complicated to be tractable; it's important never to confuse the two :-)

Re: As DNA reveals its secrets, scientists are assembling a new picture of humanity

#24
post #23
post #21

Earlier quoted context omitted.

Thanks, I later found this paper that claims something different. Can you explain where this logic has gone wrong, they seem to start out with a similar error rate (~10^-9 per site per division): "For example, the intestinal epithelium contains approximately 10^6 independent stem cells, each of which generates transient daughter cells every week or two. Thus, the intestinal epithelium of a 60-y-old is expected to har…

Write error == (fixed) base pair mutation. A classic example is a methylated cytosine spontaneously deaminating to yield thymine. Our DNA repair enzymes can't tell the difference (in terms of which is the "right" base) between the thymine and the guanine left behind, but since they don't match, one of them has got to go. Thus there is a 50-50 chance that the mutation will be fixed. That's the easiest example because…

>" The natural conclusion is that in individuals with a competent immune system and diverse enough pools of healthy stem cells, it's not that big of an issue."

Thanks, I have been thinking along those lines for a few years now after looking at the age-specific incidence of a bunch of different cancers from SEER. You see that many cancers peak consistently year after year at a given age, while the height of the curve may change drastically. The same was true when I looked at some data from other countries, although I never followed up very much on that aspect.

Then if you read the paper which spawned the multi-stage model of cancer that has been widely adopted[1], you see they make some assumptions for computational reasons that are unnecessary in these days of cheap computing power:

  pt ~ 1-(1-p)^t, if p
Then by the product rule of probability they derive that, if cancer is due to accumulation of errors (usually considered to be mutations), the incidence at a given age would be:

  I(t) = k*p1*p2*...*pn*t^n = k*(p'*t)^n
  where
  I(t) = incidence at age t
  n    = number of required mutations
  p'   = geometric mean of the probabilities for mutations 1:n
  k    = a constant determined by the number of cells in each tissue,
         the proportion of times that a detectable tumor forms from 
         the carcinogenic cell, and possibly the sequence in which the
         mutations occur
If you use the non simplified version of their theory you would instead get:

  I(t) = k*(1 -q^t)^n
  where
  q = 1-p'
In contrast to the model that was simplified for computational reasons, this has a turnover. By setting the second derivative to zero you can get the age at which the peak incidence should occur as a function of number of required mutations (n) and geometric mean of the probabilities each mutation occurs (q = 1-p'):

  t_peak = log(1/n, base = q)
From this you will see either the multi-stage model is totally wrong, the error rate must be much higher than commonly thought, and/or the cell division rate of the error-accumulating cells must be much higher than commonly thought (the age is usually taken as a stand in for number of divisions). The last two possibilities suggest that we are constantly generating these cancerous cells and they are being cleared somehow.

[1] https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2007940/

Re: As DNA reveals its secrets, scientists are assembling a new picture of humanity

#25
post #23
post #21

Earlier quoted context omitted.

Thanks, I later found this paper that claims something different. Can you explain where this logic has gone wrong, they seem to start out with a similar error rate (~10^-9 per site per division): "For example, the intestinal epithelium contains approximately 10^6 independent stem cells, each of which generates transient daughter cells every week or two. Thus, the intestinal epithelium of a 60-y-old is expected to har…

Write error == (fixed) base pair mutation. A classic example is a methylated cytosine spontaneously deaminating to yield thymine. Our DNA repair enzymes can't tell the difference (in terms of which is the "right" base) between the thymine and the guanine left behind, but since they don't match, one of them has got to go. Thus there is a 50-50 chance that the mutation will be fixed. That's the easiest example because…

p.s. I edited the earlier response too many times already...

But my point is that I think a key epidemiological variable should be the age of peak incidence. This has been largely missed due to various common practices like:

  1) Binning into 5/10 year age groups
  2) Looking at age adjusted data
  3) Truncating the age-specific incidence data at 70-85 
     years old because the later data is deemed unreliable

Re: As DNA reveals its secrets, scientists are assembling a new picture of humanity

#26
post #24
post #23

Earlier quoted context omitted.

Write error == (fixed) base pair mutation. A classic example is a methylated cytosine spontaneously deaminating to yield thymine. Our DNA repair enzymes can't tell the difference (in terms of which is the "right" base) between the thymine and the guanine left behind, but since they don't match, one of them has got to go. Thus there is a 50-50 chance that the mutation will be fixed. That's the easiest example because…

>" The natural conclusion is that in individuals with a competent immune system and diverse enough pools of healthy stem cells, it's not that big of an issue." Thanks, I have been thinking along those lines for a few years now after looking at the age-specific incidence of a bunch of different cancers from SEER. You see that many cancers peak consistently year after year at a given age, while the height of the curve…

Armitage-Doll was a nice advance over previous models, but it's also incomplete (and probably flat wrong in some cases, although working on pediatric malignancies has convinced me that a second cooperating event usually is mandatory).

In normal stem cells, it appears that attrition and immune clearance gets rid of damaged cells when they cycle and senescent cells all the time (subject to some variation, not entirely age related, at least in our volunteers). We may expect higher rates in filter organs, but liver cancer isn't too common, and the paper I referenced earlier shows that this can't be just an issue of fewer divisions (I despise the oversimplified Tomasetti & Vogelstein paper because the facts simply don't support it). Colorectal is probably more common because the crypts are "facing out" ala melanocytes, thus prone to accumulating lots of environmental damage.

Anyways, the latter of your possibilities (proliferative mutants divide faster and error more often than normal counterparts) makes the most sense -- the eventual "winner" in a tumor is the cell that produces the most progeny and resists apoptosis due to stress the best. It's probably not a coincidence that these are traits which adapt a mutated cell to survive chemotherapy as well. However, spawning nonself mutations willy-nilly is a great way to attract immune attention -- particularly if you haven't blown the immune system away by nuking it with chemotherapy. :-/

Re: As DNA reveals its secrets, scientists are assembling a new picture of humanity

#28
post #26
post #24

Earlier quoted context omitted.

>" The natural conclusion is that in individuals with a competent immune system and diverse enough pools of healthy stem cells, it's not that big of an issue." Thanks, I have been thinking along those lines for a few years now after looking at the age-specific incidence of a bunch of different cancers from SEER. You see that many cancers peak consistently year after year at a given age, while the height of the curve…

Armitage-Doll was a nice advance over previous models, but it's also incomplete (and probably flat wrong in some cases, although working on pediatric malignancies has convinced me that a second cooperating event usually is mandatory). In normal stem cells, it appears that attrition and immune clearance gets rid of damaged cells when they cycle and senescent cells all the time (subject to some variation, not entirely…

>"pediatric malignancies"

maybe, or you can use the full Armitage and Doll model I described above and replace t with something like a discrete exponential decay where N(t) = number of divisions since zygote as a function of time. Ie N(t) = N0(1 - k)^t + 1 where N0 = N_birth - N_adult

That is, take the difference between division rate at birth and division rate as adult and fit a constant k between zero and one. It is just a first approximation at best because data on division rate by age in various tissues doesn't seem available...

https://s18.postimg.org/9cn5vi8t5/div_Rate.jpg

Re: As DNA reveals its secrets, scientists are assembling a new picture of humanity

#29
I interviewed for Seven Bridge.

Very interesting company. They had a typical white board interview process.

What they were doing didn't seem that technically hard, and they were more concerned about prior credential ( like most bioinformatics company ) instead of what you were able to do.

They also seem to think JavaScript is not worth their time :( The problem they gave me was algorithmic and I just used the tool that was available to me. They apparently write most of it in C++ due to "Speed".

The only reason I even got a face-to-face, even though I didn't even has a Masters Degree was due to having done the assignment better than their Phd candidates ( their words ).

This piece seems like a submarine article for their proprietary platform.

Re: As DNA reveals its secrets, scientists are assembling a new picture of humanity

#30
post #28
post #26

Earlier quoted context omitted.

Armitage-Doll was a nice advance over previous models, but it's also incomplete (and probably flat wrong in some cases, although working on pediatric malignancies has convinced me that a second cooperating event usually is mandatory). In normal stem cells, it appears that attrition and immune clearance gets rid of damaged cells when they cycle and senescent cells all the time (subject to some variation, not entirely…

>"pediatric malignancies" maybe, or you can use the full Armitage and Doll model I described above and replace t with something like a discrete exponential decay where N(t) = number of divisions since zygote as a function of time. Ie N(t) = N0(1 - k)^t + 1 where N0 = N_birth - N_adult That is, take the difference between division rate at birth and division rate as adult and fit a constant k between zero and one. It i…

The majority of pediatric malignancies are either germline related, in utero (de novo mutation/SV, potentially caused or facilitated by maternal environmental exposures), or a reverse lottery winner. There simply isn't enough time for somatic mutation to cause the sort of devastating fallout that you see in DIPG or infant leukemias. (Furthermore, even the point mutations seen in pediatric cases are characteristic and rare or absent in adults; some structural variants are also observed in adults, but they are much rarer and accompanied by fewer cooperating events)
Post reply on HN