Slashdot Mirror


Honeybee Genome Sequenced

mapkinase writes to let us know about articles in Nature on the completed sequencing of the honeybee genome. From the first article: "Two other insects have already been sequenced: the malaria-carrying mosquito Anopheles gambiae, and one of science's great model organisms, the fruitfly Drosophila melanogaster. Like these, the bee is much easier to manipulate and study than, say, the monkey. But unlike the mosquito and the fruitfly, the bee's social behavior is of special interest." Another article in the same issue clarifies why this sequencing is important: "The genome is helping to reveal some of those [such as the bees' dance language and the division of labor in the hive] mechanisms. For instance, there are 65 spots in the genome that seem to code for short RNA molecules called microRNAs (miRNAs), molecular switches that can turn genes on or off. The researchers found that miRNA activity differs between bees doing different jobs."

67 comments

  1. I have a question by Anonymous Coward · · Score: 0

    So which micro RNA codes for BeeBeards?

  2. miRNA? by Iron+(III)+Chloride · · Score: 2, Interesting

    Interesting that miRNA could be turned off and on. These play a role in helping dicer form the RISC, so I wonder what this may lead to, not only in terms of info on honeybee's social behavior, but RNAi.

    --
    Cogito, ergo sum, fosho!
    1. Re:miRNA? by Tatarize · · Score: 3, Interesting

      It's neat to find, but it had to be there. Each bee has the same core DNA. The drones and queen and each sub variety of bee all use the same DNA. For the geeks in the audience who aren't bio-geeks as well.

      Make Wings;
      Make Thorax;
      Make Head;
      Size = 10;
      if (Bee == Queen){//miRNA
              Size = 30;
              Behavior = "Go around laying eggs";
      }
      else {
              Size = 10;
              Behavior = "Go around gathering honey";
      }

      Give or take. miRNA goes around turning off certain gene stuff. I'm too lazy to RTFA, but I'd like to know the relationship between miRNA and royal jelly.

      --

      It is no longer uncommon to be uncommon.
    2. Re:miRNA? by rootEToTheIPi · · Score: 1
      Interesting that miRNA could be turned off and on.
      I didn't RTFA, but the summary says:
      molecular switches that can turn genes on or off
      --
      When it comes to pastry theft, I take the cake.
    3. Re:miRNA? by MikShapi · · Score: 3, Informative

      Not exactly. More like:

      Make Wings;
      Make Thorax;
      Make Head;
      Size = 10;
      if (GrowthStoppingHormonePresent == false){
                      Size+=20;
                      if (OtherQueenPresent == true){kill it;}
                      Spray Growth Stopping Hormone On All Bees Around You;
      }
      else
      {
                      Behavior = "Go around gathering honey";
      }

      --
      -
    4. Re:miRNA? by GLneo · · Score: 1

      too bad god hasn't GPL'ed the bee DNA like he did humans: http://www.gnu.org/fun/jokes/dna.html

    5. Re:miRNA? by Anonymous Coward · · Score: 0

      I hope the sequencing is more efficient than to set Size = 10 when it's going to be overwritten in either case!

    6. Re:miRNA? by Tatarize · · Score: 1

      Come now, a good optimized compiler could catch it.

      And we're talking biology, so there's no coder. It can do stuff in the most brilliant way possible or in a way so stupid a third grader might wince. Evolution isn't smart, but it solves problems.

      ----------------------

      Class Bee : Public arthropod {
              public:
                      Dance(location flowerLocation); //odd way to communicate
                      Lay(Object egg);
                      Kill(*Object t) { while (state == alive && t->state == alive) Sting(t); }
                      Sting(*Object t) { Stinger.Sting(*t); if (Bee != Queen) Die(); } //why?
                      Die() { state = dead; }
              private:
                      Part Wings;
                      Part Thorax;
                      Part Head;
                      Part Stinger;
                      type Bee;
                      int size;
                      behavior Behavior;
                      existence state;
      }
      Bee::Bee {
              state = alive;
              size = 10;
              if (Bee == Queen){
                      Behavior = "Go around laying eggs";
              }
              else {
                      StopGrowthHormone();//calls miRNA routine
                      Behavior = "Go around gathering honey";
              }
              If (exists(GrowthHormone)) {
                      size += 20;
              }
      }

      --

      It is no longer uncommon to be uncommon.
  3. Honey bee genome sequenced? by stunt_penguin · · Score: 1

    How long before we can expect genetically milk and honey-producing cows? (or, indeed, cow overlords)

    C'mon I want this to put on my cereal!

    --
    When the posters fear their moderators, there is tyranny; when the moderators fears the posters, there is liberty.
    1. Re:Honey bee genome sequenced? by Kryptonian+Jor-El · · Score: 1

      I, for one, look forward to our Bee Overlords

      --
      All your 09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0 are belong to us
    2. Re:Honey bee genome sequenced? by stunt_penguin · · Score: 1

      /genetically modified

      --
      When the posters fear their moderators, there is tyranny; when the moderators fears the posters, there is liberty.
    3. Re:Honey bee genome sequenced? by Anonymous Coward · · Score: 1, Funny

      And you didn't even get first post :)

    4. Re:Honey bee genome sequenced? by kfg · · Score: 4, Funny

      Gee thanks, now I'm going to spend the rest of the day imagining cows flitting from flower to flower gathering pollen.

      KFG

    5. Re:Honey bee genome sequenced? by bussdriver · · Score: 1

      How long before we can expect obedient human worker drones?

    6. Re:Honey bee genome sequenced? by Blighten · · Score: 1
      I prefer good'o fashioned human-grown milk

      WARNING link contains nudity!!!!!!!!!!!

    7. Re:Honey bee genome sequenced? by hiervision · · Score: 1

      I'm so against this type of science. The altering of genetic material is imminent in the research. Has anyone read Deus Machine? I'm not about to compare realities to fiction, but why tamper with the perfection of nature when we do not fully understand it. myflyfamily.com

  4. How cool. by DrunkenTerror · · Score: 5, Funny

    I bet this creates quite a buzz among genome researchers.

    1. Re:How cool. by Renfield+Spiffioso · · Score: 4, Funny

      Yes, they'll have plenty of information to comb through.

    2. Re:How cool. by Anonymous Coward · · Score: 0

      BC says;

      What are they going to discover about what is turned OFF or ON in the gay community?

      In DRUG ADDICTS?

      in mental illness?

      Politicians?

      Dictators or other despots?

      socialists, communists,etc?

    3. Re:How cool. by Anne_Nonymous · · Score: 1

      Sweet!

    4. Re:How cool. by duguk · · Score: 1

      Seems like a bit of a troll, but I'll bite because he's got a point here.

      > What are they going to discover about what is turned OFF or ON in the gay community?
      Violence? :D

      > In DRUG ADDICTS?
      Now thats a problem with addiction, but the problem occurs from something else. Difficult subject but whatever is the cause -- society? Is to blame.

      > in mental illness?
      Lack of stupidity? Depression is a sane reaction to the insane environment. [Taken from this very good comment]

      > Politicians?
      Heh, more stupidity :)

      > Dictators or other despots? socialists, communists,etc?
      I think that's an opinion/envoirmental influence.



      I am a gay addict ;) (I love my coffee... amongst other things!)

      Monkeyboi

  5. first thing by Anonymous Coward · · Score: 0

    The first thing they should do is figure out how to resequnce bee's dna to make them live longer. Worker bee lives anywhere from 1 to 4 months, depending on the season and how much work it's doing.

  6. And in related news... by Anonymous Coward · · Score: 0

    Scientists have proven that the honeybee genome can't fly either. (However, Transcendental Meditation has offered to teach it to fly by butt-bouncing.)

  7. Now they just need to sequence the Applebee by Anonymous Coward · · Score: 0

    It's probably 99% identical to whitebread.

  8. softICE, anyone? by Connie_Lingus · · Score: 3, Interesting

    Is it just me, or does the whole DNA/Genome decoding process sound like rather complex dis-assembly project? Every living thing on this planet is nothing but a quad-nary based executable with VERY VERY good error-correction duplication.

    --
    never bring a twinkie to a food fight.
    1. Re:softICE, anyone? by Nigel+Stepp · · Score: 3, Interesting

      Oh, it's much worse than that. Imagine if the opcode for ADD, say, would add to BX if it were after a JMP, but to AX if it were after a MOV.

      Many of the features of biology are context dependent, which makes predicative analysis quite difficult.

      --
      4096R/EF7BAFA6 79E1 DF98 D09D 898F 9A11 F6F0 DDDC 23FA EF7B AFA6
    2. Re:softICE, anyone? by Plutonite · · Score: 1

      Or you could spend 5 years getting an advanced degree in micro-biology and find out that there's a little more to it than that, eh ;)

    3. Re:softICE, anyone? by TheRaven64 · · Score: 1

      So you're saying that living creatures are written in x86 machine code?

      --
      I am TheRaven on Soylent News
    4. Re:softICE, anyone? by Nigel+Stepp · · Score: 1

      Quite the opposite :)

      --
      4096R/EF7BAFA6 79E1 DF98 D09D 898F 9A11 F6F0 DDDC 23FA EF7B AFA6
    5. Re:softICE, anyone? by Anonymous Coward · · Score: 0

      So now you're saying that x86 machine code is written in living creatures?

    6. Re:softICE, anyone? by Dark_MadMax666 · · Score: 2, Interesting

      Very RY VERY good error-correction duplication

      Uhh. ohhh. quite the opposite. Error correction is very bad (by IT standards at least) -that is how actually things evolve (since there is no mechanism for modification except mutation - which is an error). On average every single cell in human body has at least one error. Granted absolute majority of them are insignificant (since they happen on non functioning parts of code for this cell) .

        Living organism are quite a freaking mess from engineer's point of view. -Heck that's what you get if you launch a very shoddy evolutionary algorithm and run it for a couple of hundred millions of years.

    7. Re:softICE, anyone? by mikael · · Score: 1

      Everything DNA related, shares a common encoding scheme. The following web page explains the basic of amino acid encoding. DNA consists of four nucleotides A, T, C and G. For proteins, triplets of these are used to specify any one of 24 amino acids used. But this could simply be the DNA equivalent of Logo or VHDL (a programming language used to specify silicon chip circuits).

      For some organs of the body to grow into complex shapes, some cells have to be pre-programmed to die at the correct time in order for folding to take place. So this has to be encoded in the DNA.

      DNA could also be used as the tape of a Turing Machine storing permanent state information (such as which genes are active in a honey bee).

      --
      Vintage computer adverts: http://www.vintageadbrowser.com/computers-and-software-ads
    8. Re:softICE, anyone? by Anonymous Coward · · Score: 0

      Only in Soviet Russia.

    9. Re:softICE, anyone? by Stealth+Potato · · Score: 3, Funny

      Considering the number of live sacrifices I had to make to ensure the success of my last x86 project, yes, I'd say that sounds reasonable.

    10. Re:softICE, anyone? by valis · · Score: 2, Informative

      > Everything DNA related, shares a common encoding scheme

      Not so sure about that. The encoding of amino acids in genes is quite well defined (though there are exceptions, such as selenocysteine which is produced when a signal in the 3' UTR changes the meaning of a stop codon).

      And protein coding sequences only make up about 1.5% of the genome for humans. Other things in DNA are much less clear, everything in biology is stochastic. Many functional elements are directly involved in protein-DNA interactions where structure is more important than specific sequence. And not everything DNA related is in the genetic code. Positions of histones, DNA methylation, and other signals might be important.

    11. Re:softICE, anyone? by Anonymous Coward · · Score: 0

      So you're saying that living creatures are written in x86 machine code?

      Close, but the fact is, most organisms are really written in cleverly obfuscated Perl.

    12. Re:softICE, anyone? by anubi · · Score: 1
      Yes, but what I find so astounding is that we will run for about 70 years without reboot.

      In damn near all programming work I have ever done, the slightest error usually resulted in an immediate terminal fault or worse, a BSOD.

      When I consider that my entire biological OS - everything that coded me for what I am - consists of about 1 gigabyte of code ( considering human DNA consists of 3 billion base pair; 3 base pair to a codon; codon roughly equivalent to byte ), I can hardly consider my coding shoddy. I consider it far more likely that we are at this point quite ignorant on the subtleties of DNA coding.

      I don't see any more "bang for the buck" as I see in biology.

      If I spent the rest of my life in front of a DNA sequencer, I doubt I could code to get the chemistry of a single cell to work, much less an entire organism.

      I can't harp too much on this, but the elegance of this whole thing sure makes me wonder how it came to be.

      --
      "Prove all things; hold fast that which is good." [KJV: I Thessalonians 5:21]

    13. Re:softICE, anyone? by Dark_MadMax666 · · Score: 1

      Yes, but what I find so astounding is that we will run for about 70 years without reboot.

        Ermm.. you can't boast 5 nines of uptime either. And it doesn't take 20 years just to boot up and do anything remotely useful.


      In damn near all programming work I have ever done, the slightest error usually resulted in an immediate terminal fault or worse, a BSOD.
      I don't see any more "bang for the buck" as I see in biology.
      If I spent the rest of my life in front of a DNA sequencer, I doubt I could code to get the chemistry of a single cell to work, much less an entire organism
      I can't harp too much on this, but the elegance of this whole thing sure makes me wonder how it came to be


        You seem to fail to take into account hundreds of millions (or even billions -depending from which point you count) years it took to come to this . I fail to see any elegance in the resulting mess. But I can understand it - evolution is not an engineer its a random number generator .

    14. Re:softICE, anyone? by anubi · · Score: 1
      By any chance, are you working in genomics?

      For me, DNA is like being given a 1 gigabyte ROM containing the complete OS of an unknown system. I am not given the instruction set of the machine...just the raw source. Its up to me to diddle the code- see what the machine does, and from this, deduce how the machine works.

      Quite a puzzle.

      I envy the guys that are in the middle of this. But I do not envy them the "pressure to show progress" when dealing with such an unknown.

      --
      "Prove all things; hold fast that which is good." [KJV: I Thessalonians 5:21]

  9. honeybees are very cool by myc · · Score: 4, Interesting

    besides their social behavior, there is a lot known about how the navigation system of honeybees works (i.e., how they find the hive after foraging). Understanding honeybee genetics could have an impact on understanding and designing autonomous systems for robotics.

    --
    NO CARRIER
    1. Re:honeybees are very cool by w33t · · Score: 2, Insightful

      Indeed, design of future machines, if it follows Kurtzweil's GNR (Genetics, Nanotech, Robotics) predictions, could very well be genetically modified at nano scale, creations endowed with artificial intelligence.

      I could see the use of a self-replicating macromolecule (if not DNA, then like it) to code for proteins or some other material.

      Genome sequencing seems akin to early (and current) physicists work at discovering and defining the periodic table of elements.

    2. Re:honeybees are very cool by kfg · · Score: 1

      Knowing what behaviors/qualities a gene effects is a very far cry from knowing how a complete organism goes about its business. Remember, this is poke it and see what happens reverse engineering of a very complex system.

      How's WINE coming along these days? I know it's hard to believe but the Windows API isn't nearly as complex as the genetics of a bee.

      Knowing how an organism goes about its business can be a far cry from how a robot should go about its business.

      Do you really want robots spiraling in toward every lamp post?

      KFG

    3. Re:honeybees are very cool by edschurr · · Score: 4, Informative

      Another cool thing about them is that two genes exist in some groups of honey bee which helps them fight a disease that affects larvae. The first gene causes* them to remove the wax covering the diseased larvae, and the second causes* them to toss the larvae out of the nest to die. Groups of honey bees that only have the first gene will remove the wax and leave it at that. However, it's apparantly more complex than two genes causing behaviour because some honey bees do it without those genes.

      Well, that's how I remember it from The Selfish Gene by Dawkins.

      * perhaps not completely

  10. Let me guess. . . by Anonymous Coward · · Score: 0

    Patent pending on the honeybee genome now, despite somewhere between thousands and billions of years' worth of prior art?

  11. so when can we download it? by Anonymous Coward · · Score: 0

    honeybee.dna.torrent link plz

    1. Re:so when can we download it? by Anonymous Coward · · Score: 1, Funny

      Careful! I've heard that bad things happen if you play Region 5 bees (Africa) with Region 2 (Europe) players imported to Region 1.

    2. Re:so when can we download it? by TheDreadSlashdotterD · · Score: 1

      Can you really call them Region 2 bees when they become Region 5 bees once exposed to each other?

      --
      I have nothing to say.
    3. Re:so when can we download it? by noigmn · · Score: 1

      Yes.

      They are only Region 5 bees if they marry a region 5 bee or wait 3 years for citizenship.

      --
      Slashdot is powered by your submission.
  12. Reuters Error by saviorsloth · · Score: 5, Funny

    Reuters' original online article about this misidentified the queen bee as Queen Elizabeth, stating that Britain's monarch was capable of laying "up to 2,000 eggs a day"
    they've corrected it, but you can see the original article here:
    http://www.regrettheerror.com/2006/10/reuters_typo _te.html

  13. Purpose? by Anonymous Coward · · Score: 0

    I can understand sequencing the human genome, but why the honeybee?
    It's an insect and therefore, can't possibly be as close to humans genetically as say, a monkey.
    Am I missing something here?

    1. Re:Purpose? by valis · · Score: 2, Informative

      > Am I missing something here?

      Yes. There is only so much you can do in a lab to humans. Or for that matter monkeys or mice. However PETA doesn't seem to realize that bees and flys are animals so...

      More seriously, we work with model organisms because they are much easier to work with. You can do experiments that would either cost much much more or simply be impossible in a mammal model. Depending on what you are interested in there are lots of popular model organisms: nematodes, flys, bees, zebrafish, xenopus, mouse, rat, macaque... all useful for investigating different aspects of biology, and all relevant to human health at some level.

  14. Pretty cool, but by QuantumFTL · · Score: 2, Funny

    I understand this is pretty cool, but what could all the buzz bee about?

  15. What about variations? by DoofusOfDeath · · Score: 1

    This always confused me with the human genome project: For the most part, two different people will have somewhat different genes.

    So when they sequence the human genome, how do they handle the variations? Does everyone in the project work from the same person's DNA?

    1. Re:What about variations? by valis · · Score: 3, Informative

      The human genome projects worked from DNA samples pooled from a number of individuals, which were then assembled into a consensus "human genome". However the original sequenced reads can be aligned back to the reference to find differences (such as SNPs -- single nucleotide polymorphisms).

      Substantial effort is underway to resequence the human genome in different individuals from different populations. The International Hapmap Project (http://www.hapmap.org/) is among the most high profile.

    2. Re:What about variations? by CharlesEGrant · · Score: 3, Informative
      So when they sequence the human genome, how do they handle the variations?

      For the purposes of creating the reference sequence they essentially ignored them. In the public human genome project the DNA from a handful of individuals was used. The Celera project used mostly the DNA of one individual, Craig Venter, the head of Celera. This does make the reference sequence arbitrary, but so was the block of platinum that was used to define the kilogram. The idea is that you measure differences from the standard.

      The rule of thumb is that the sequence of any two individualss differ in about 1 base in 1000. This ignores complications like that fact that women have of two copies of the X chromosome and men have 1 X and 1 Y chromosome, and that whole sections of sequence can sometimes get shifted from one chromosome to another. As the other responder pointed out the variations are a major focus of research, particularly Single Nucleotide Polymorphisms (SNPs) where 90% of the population have an 'A' in a particulary position and 10% have a 'G'.
    3. Re:What about variations? by Rosonowski · · Score: 1

      I thought the kilogram was also defined as the (and I'm probably wrong on these figures) mass of a volume of water 1cmx1cm at ocean level? Kind of arbitrary as well, but it's at least tied in.

      --
      01101001 01100001 01101101 01101110 01101111 01110100 01100001 01101100 01100001 01110111 01111001 01100101 01110010
    4. Re:What about variations? by CharlesEGrant · · Score: 2, Informative

      The definition of the kilogram was originally made in terms of a particular volume of water, but was later changed to the weight of a particluar ingot of irridium-platinum.

    5. Re:What about variations? by cr0sh · · Score: 1

      Actually, the "cubic centimeter of water" definition is that of a gram of water, not a kilogram - however, I am pretty sure that definition is inaccurate, and most likely came about to give a "layman's" visual to teach Americans about the metric system. The metric system's "standards" (ie, physical representative objects of quantity) are based on objects with much greater accuracy (and even then, they are only a representation, which can and does change over time as our knowledge increases, and as better representative materials and systems of manufacture become available).

      --
      Reason is the Path to God - Anon
    6. Re:What about variations? by Rosonowski · · Score: 1

      Yeah, I knew that, I just slipped on the order of magnitude. Thanks anyway.

      --
      01101001 01100001 01101101 01101110 01101111 01110100 01100001 01101100 01100001 01110111 01111001 01100101 01110010
  16. Direct application: cheap honey by lheal · · Score: 1

    There have been three developments in apiculture in the last 30 years or so that have driven down the availability of honey, thus driving up the price.

    First, DDT got banned. Ever hear the Joni Mitchell song that goes, "Hey farmer farmer, take away the DDT now. Give me spots on apples, but leave me the birds and the bees, please." Unfortunately, the opposite happened: without DDT, honeybee competitors thrived, and stronger pesticides that actually did harm the bee were introduced.

    The next problem was the spread of African or "killer" bees, which came to us via South America. These bees are basically the same as the European ones we've historically had, except for one trait: if they perceive hive attack, they don't stop attacking once the immediate threat is past, but follow the attacker until it is taught a lesson. They're somewhat more agressive in other ways, too, but it's been some years since I dealt with that.

    Lastly, and possibly related to DDT removal, is a tracheal mite, Acarapis woodi, that kills off entire colonies. I don't think they've found any bees with defenses against the mites, nor against varroa jacobsoni, another deadly mite.

    These threats have basically wiped out the cottage beekeeping industry. It got to be expensive, and no fun.

    But if genetic alterations can be engineered to make the "attack until dead" gene recessive, the mite problem would be tolerable, even for hobbyists. The mites can be warded off -- that's a solvable problem, but having the hive attack you isn't. It's unlikely that genetics or DDT could do much to counter the mites directly, but you never know.

    --
    Raise your children as if you were teaching them to raise your grandchildren, because you are.
    1. Re:Direct application: cheap honey by cr0sh · · Score: 1
      Lastly, and possibly related to DDT removal, is a tracheal mite, Acarapis woodi, that kills off entire colonies. I don't think they've found any bees with defenses against the mites, nor against varroa jacobsoni, another deadly mite.


      I could have sworn that the africanized honeybees were immune to the mites? I must be wrong...

      Ever hear the Joni Mitchell song that goes, "Hey farmer farmer, take away the DDT now. Give me spots on apples, but leave me the birds and the bees, please."

      BTW - the song is called Big Yellow Taxi...

      --
      Reason is the Path to God - Anon
  17. oblig by chowdy · · Score: 1

    many bees died to bring us this information

    1. Re:oblig by f8l_0e · · Score: 0

      I believe it might be illegal to have a post containing a Star Wars quote, also containing a sig with a ST:TNG quote.

  18. I chime in! by BeeBeard · · Score: 0

    What's all this buzzing about? I will say on the record that my DNA has not been collected in any way to further their research. I've got just the one WeeBeard (that I know of...heh heh). But, off the record, there was that one time in Tijuana when I woke up in a dumpster behind a roach-infested laundromat, surrounded by empty boxes of Tide, and with an unexplainable soreness in my groin. That was some night! The last thing I remember before I blacked out was some odd fellow running away from me. He was carrying some kind of jar filled with milky fluid right before he disappeared into a white, windowless van. I think he might have muttered something about an "army of giant, unstoppable, bearded killer bees." Oh well, it's probably nothing. See ya!

  19. Sequenced ... really ? by Rain+Knight · · Score: 1

    Every time I read about DNA being sequenced I wonder if this means 3 or 4 dimensions. Is it known already what switches one gene on or off during a lifespan ? Where are the time or trigger informations stored ? ... just wondering and really am no expert ...

    1. Re:Sequenced ... really ? by Anonymous Coward · · Score: 0

      There's a very large and extensive amount of work that has been done on precisely those kinds of questions. In fact, billions of dollars are poured yearly into them.

      One place to start (probably a bit advanced) is NCBI - which houses GenBank, the biggest DNA database on Earth -- http://www.ncbi.nlm.nih.gov/ they have a ton of great resources and even whole textbooks which can be freely read on the subject.

      There a massive amount that is still unknown, but also a suprisingly large amount which is quite well known, about how genes work.

  20. Honey... by node.four · · Score: 1

    mmm, as long as i get to eat honey life is sweet.