Hacker News new | ask | show | jobs
by henjodottech 1023 days ago
> The woolly mammoth’s DNA is a 99.6 percent match of the Asian elephant

If humans and mice share 85% DNA, how useful are these metrics?

5 comments

Let's say you have two 20k line Python programs: those 20k lines are all different.

But the Python interpreter is identical. The Python stdlib is identical. libc is identical. The Linux kernel is identical.

Your 20k lines of Python code is a small part of this all, and most Python programs are probably >99% identical when you count it all up. Of course, this is not really all that meaningful of a number.

Similarly

``` def get_neanderthal () ## Retrieves 2% of the your genome ```

Has been implemented hundreds of different times by hundreds of different developers. If you cat and uniq their Neanderthal implementations together:

``` def global_get_neanderthal(): ## Retrieves 20% of a consensus genome ```

Incredible analogy, very air tight.
Good thinking!!!
Nice analogy!
African elephants and Indian elephants apparently share 95% (https://archive.ph/hElph), so it seems useful. Also makes it strange that they intend to use an African elephant as surrogate mother.
Our DNA is shared more than 98 percent with chimpanzees and bonobos, our next of kin.
They are not even precise metrics. They are often made from "modified" DNA, where the parts though to be redundant are first discarded. It's more like "parts that we can compare and think are relevant match by x%".
Humans and mice are very similar to one another, so I think this is a useful metric.
Yeah but the important metric is whether a human could gestate and birth a mouse or a mouse could do the same for a human - they couldn’t.