Scientists Unveil Worlds First Computerized Human Brain Map
An anonymous reader writes "US scientists on Tuesday unveiled the world's first computerized human brain map, an online public resource developed to accelerate understanding of how the human brain works and in hopes to tackle neurological diseases like Alzeimer's and Parkinson's. Funded by Microsoft Corp. co-founder Paul Allen, the 55-million-US dollar project, named the Allen Human Brain Atlas, identifies 1,000 anatomical sites in the human brain, backed by more than 100 million data points that indicate the particular gene expression and underlying biochemistry of each site, said the Seattle-based Allen Institute for Brain Science. The human brain map released so far is only male."
Makes sense, they didn't want to start with a variable map.
I was expecting something like this
"I bless every day that I continue to live, for every day is pure profit."
1000 whole sites. Too bad the brain has something like 100 trillion synapses. So that means each site contains an average of about 100 billion synapses. I want a higher resolution map.
Now if only we had a computerized brain to analyze the computerized brain map...
It reminds me of the quote attributed to Emerson M. Pugh,
"If the human brain were so simple that we could understand it, we would be so simple that we couldn't."
The BBC is reporting that brain scans can detect Alzheimers decades before symptoms show. If you couple the two studies together, you should be able to identify what biochemistry is related to those specific areas that are thinning and no others. In further news, five more genes linked to the disease have now been identified. One of them turns out to be also linked to the immune system - which is interesting, since one of the key processes involved is the production of tau protein tangles which literally crush areas of the brain to death and toxic substances in the brain (such as aluminium) are known to trigger that process.
It has always struck me that it had to be an immune response of some sort, since the tau proteins "contain" these contaminants, but I'd pictured it as being an archaic response (there's no evolutionary advantage in being dead, but there is an evolutionary advantage in single-cell and simple multi-cell organisms being able to detox). There's nothing in the BioNews article to suggest the mutation is a regression bug, though it's not exactly chock-full of details on things like how old the regions involved are.
Anyways, with now ten genes identified, a region identified as pre-symptom Alzheimers, and a knowledge of the genes and chemistry of that part of the brain, it should be possible to do quite a bit.
It's a small world and it smells funny; I'd buy another if it wasn't for the money; Take back what I paid (SoM)
And yet some of us (including myself) make our living doing just that - virtually slicing the brain (images of it) into sections and seeing how areas of the brain relate with behavior. Some of us (myself included) look at not just the discrete areas but also the "wiring". Don't worry, the wiring maps of the brain are in the works too.
int Random(int max)
// implement random number generation later, after we refactor again
{
if (max > 3)
return 3;
else
throw CantReturnThreeException;
}