Slashdot Mirror


Stem Cell Lines Derived to Avoid Immune Rejection

stemceller brings us a story about an experiment that was published online in the journal Cloning & Stem Cells. The paper demonstrated that embryonic stem cells can be used to develop therapeutic cells which will not provoke an immune response from a significant portion of the population. This comes alongside news that UC Irvine researchers have found a method of sorting stem cells that should be "quicker, easier and more cost-effective than current methods." The Cloning & Stem Cells publication states: "It is likely that treatment of large numbers of patients by cell therapy will only be possible if methods are found using any one cell line to treat very large numbers of patients. This very exciting paper represents a significant step forward towards the use of such cells in cell therapy."

41 comments

  1. UC "Irving" by Anonymous Coward · · Score: 1, Informative

    It's UC Irvine.

  2. Sperm's trick by PIPBoy3000 · · Score: 4, Interesting

    They could also use the same sugar-based markers that sperm uses. This makes the cell universally ignored by the immune system. Of course, certain cancers use the same trick, so I'm not sure you want to put a bunch of them in your body.

    Personally I think I'd rather have my own personal cell line which matches my immune system exactly. The latest cloning news of adult cells shows it's quite likely in my lifetime.

    1. Re:Sperm's trick by Hal_Porter · · Score: 1

      Oh great, now any bacteria reading this forum know how to avoid the human immune system. Good work, sparky.

      --
      echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;
    2. Re:Sperm's trick by Thornburg · · Score: 1

      Personally I think I'd rather have my own personal cell line which matches my immune system exactly. The latest cloning news of adult cells shows it's quite likely in my lifetime. Given the stories about people creating/extracting stem cells from skin and/or bone marrow, it is very likely that "cloning", per se, won't even be necessary. Stem cells made from your own body will be able to create any kind of cell you need, and it will always* be a perfect match for you.

      *(Barring truly bizarre circumstances)
  3. brought to you by umbrella corporation by User+956 · · Score: 2, Funny

    embryonic stem cells can be used to develop therapeutic cells which will not provoke an immune response from a significant portion of the population.

    I see. In that case, my only advice is to make sure you aim for the head when the time comes.

    --
    The theory of relativity doesn't work right in Arkansas.
  4. Unintented consequences by Anonymous Coward · · Score: 0

    Just wait until this undetectable thingie mutates and turns against us.

    1. Re:Unintented consequences by JustOK · · Score: 1, Redundant

      I, for one, welcome our new cloned stem-cell overlords.

      --
      rewriting history since 2109
  5. HLA homozygote by David+Munch · · Score: 3, Insightful

    I was wondering how they would do this.. And surprise, according to the article they are using a homozygote for the most prevalent HLA gene in the US, which means that this probably will only be for ~20% of the US population, and on top of that probably *only* in the US and not the rest of the world. But of course, it could open up for several stem-cell lines and I still see it as a great achievement.

    1. Re:HLA homozygote by hyades1 · · Score: 1

      Good God! You mean there's a Hot Lesbian Action gene??? I gotta get out more.

      Sorry, I'll try to be more grown-up in the future.

      --
      I've calculated my velocity with such exquisite precision that I have no idea where I am.
  6. Teratomas? by Hal_Porter · · Score: 2, Insightful

    Seems like a risk of teratomas if you get these things injected into you.

    http://news.bbc.co.uk/2/hi/health/1748928.stm

    --
    echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;
    1. Re:Teratomas? by TheMeuge · · Score: 1

      Stop with the FUD.

      Nobody wants to inject embryonic stem cells into people directly. The whole point of ESCs is that they're pluripotent - can be coerced to differentiate into virtually any cell. The idea is to differentiate the ESCs into whatever is necessary to repair the damage... nerve cells, muscle cells, etc... and likely do it in-vitro even BEFORE the transplant. Or possibly in-situ, immediately afterwards. Nobody wants undifferentiated ESCs in patients.

      So would you please stop with the FUD. It's annoying.

  7. Wahey! by knutkracker · · Score: 2, Funny

    Where do I sign up for the entirely unethical grow-a-third-arm/penis-extension/bionic-nostril-hair experiments that some dodgy life-science startup are sure to want to fund?

  8. engineered virus not rejected by immunity systems? by Atreide · · Score: 2, Interesting

    that's great to have stem cells not rejected,

    that path the way to artificial virus that is also not killed by immune system

    what a deadly weapon !

    --
    The world belongs to those who get up early. - I'm far from being the king of Earth then :-(
  9. Re:engineered virus not rejected by immunity syste by Anonymous Coward · · Score: 1, Informative

    that path's the way to artificial bacteria that are also not killed by immune system fixed that for you
  10. It's not torture if it's theraputic by giafly · · Score: 0, Offtopic

    Sadly, I predict orders from the KGB and CIA.

    --
    Reduce, reuse, cycle
    1. Re:It's not torture if it's theraputic by Arancaytar · · Score: 1

      Torture? If an organization wished to put this to evil use, about the only thing it could do with it is engineer an epidemic disease to commit acts of mass murder/terrorism against an enemy population. For interrogating or assassinating individuals, it would just make no sense as the defining strength of biological weapons is their ability to spread on their own.

  11. There are other paths by bradbury · · Score: 4, Interesting

    As pointed out by others, injecting embryonic stem cells into individuals is problematic due to the risks of teratoma. The process of development is a gradual process of differentiation into different cell types and most therapies work with partially differentiated stem cells. So one still has the problem of taking the stem cell lines and differentiating the cells into bone marrow (blood), nerve, liver, kidney, muscle, skin, etc. cells for specific applications.

    I have just filed a provisional patent application on a process for isolating self-pristine partially differentiated stem cells which I believe can be brought within the realm of affordability. I don't know about others but I would be much more comfortable, particularly at the neuron level, being treated with my own stem cells rather than someone elses even if they are HLA matched. The only good reason in my mind to use foreign stem cells is to correct severe biochemical defects if no gene therapies are available.

    1. Re:There are other paths by Hal_Porter · · Score: 1

      I'm not going to license your patent. If I get any teratomas I will have them removed and raise them as children.

      They'll be ugly little bastards, but they'll be immortal and capable of limb regeneration. I'm sure they'll be able to make a living as superheros or something.

      TOP TIP: Do NOT do a Google image search for "teratoma"

      --
      echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;
    2. Re:There are other paths by halivar · · Score: 1

      Augh! I wasn't going to do it until you warned me not to! You should have warned me away from your warning!

    3. Re:There are other paths by Hal_Porter · · Score: 1
      Actually, now that you've seen one here's what it is.

      A teratoma is essentially a lump of cancerous stem cells. They can differentiate to form any tissue - teratomas often have teeth, skin and hair and muscles inside a large fleshy mass, but all the cell replication controls are disabled so they grow into bizarre twisted, pulsating forms. The creepiest thing is that sometimes when surgeons remove them, they *flinch*, at least according to a stomach churning documentary I was glued to for some reason. They're a bit like the alien in The Thing really, or The Many in System Shock 2. The name comes from teratos, the greek word for monster.

      Some joked about the flinching thing here
      http://www.mg.co.za/articlePage.aspx?articleid=313859&area=/columnist__tom_eaton/

      I Shouldn't Be Alive, one of a dizzying number of new series dedicated to the visceral thrill of the narrow squeak, sounds promising at first. At last, one assumes, a show in which impossible odds are overcome and life affirmed. Perhaps episode one will introduce us to a parasitic teratoma, sporting half an eye, a tooth and a hank of hair, who escapes the scalpel and incinerator and is given all the advantages of its more intact, less pulsating siblings. It goes to law school, answering multiple choice questions by flinching or not flinching. It fights prejudice in the office by rolling about on the desks of bigots, getting ooze on their memos. At last it goes into politics and, supported by the love of a good woman (and her handbag, in which it travels to rallies), it becomes president. Now that's adversity. That's television.
      --
      echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;
    4. Re:There are other paths by halivar · · Score: 1

      Is this the same phenomenon that occurs when a twin absorbs its uteral room-mate, or is that different?

    5. Re:There are other paths by bradbury · · Score: 1

      That is different. What you have there is incomplete separation of two legitimate separation of two complete twins. Twins do not normally "absorb" one another. You can have cases where you fail to have complete identical twin separation, one twin dies and the other twin ends up with the extra body parts. The recent case in India of a child with 4 arms and 4 legs is an example that required 3 days of surgery to correct is an example.

  12. The most important thing ... by snoggeramus · · Score: 5, Interesting

    ... to remember when it comes to stem cells is that all the medical successes to date are from adult stem cells (from bone marrow etc) and not embryonic sources. Despite the spin presented to the media and politicians, there have been NO medical breakthroughs with embyonic stem cells.

    Adult stem cells for treatment can be harvested in a timely manner from your own body and hence negate the issue of possible rejection. (And nobodys kid cops it, either!)

    1. Re:The most important thing ... by zibix · · Score: 0

      I also find it fascinating that this is being heralded as some sort of break-through when it's almost a step backward from using adult stem cells.

    2. Re:The most important thing ... by Hellad · · Score: 2

      That is become some people are just so darn happy to use those embryonic stem cells. There is something sexy about turning babies into new lungs.

    3. Re:The most important thing ... by geminidomino · · Score: 0, Troll

      A hunk of zygotic cells is no more a baby than a teratoma is.

    4. Re:The most important thing ... by espergreen · · Score: 1, Interesting

      Yet using Adult stem cells seems to have the same ethical problems as embryonic ones. Adult stem cells are only useful if they are modified to become Totipotent. Which means -- like an embryo -- they have the ability to turn into a human.

      I never understood why anti-abortion advocates like Adult stem cells so much; unless, of course, they are basing their argument on emotion instead of reason.

    5. Re:The most important thing ... by Anonymous Coward · · Score: 0

      A hunk of zygotic cells is no more a baby than a teratoma is. I wouldn't say a blastocyst is the same as a baby. But you have to admit, all babies were blastocysts just a little while ago. No baby was ever a teratoma. You'd have to be an idiot to deny that there is some relation there.
    6. Re:The most important thing ... by Tinyn · · Score: 1

      There have been no breakthroughs because no is allowed to experiment on them. No ones murdering babies to get embryonic stem cells. The argument is all over already harvested, but frozen, cells that could theoretically be implanted into a surrogate mother and grow up. But theres no real reason for anyone to surrogate for those, when theres a zillion other ways to get pregnant out there. Oh, and embryonic stem cells that can be harvested from the remains of an abortion. Thats going to happen anyway, might as well get some use from it.

    7. Re:The most important thing ... by geminidomino · · Score: 1

      The potential to possess a quality is not the same as possession of the quality.

    8. Re:The most important thing ... by Xtravar · · Score: 2, Interesting

      The logical argument could be that no human has ever been created asexually.

      I guess it's the difference between killing poor people to harvest their organs and growing humans in a lab to harvest their organs.

      Just playin' devil's advocate...

      --
      Buckle your ROFL belt, we're in for some LOLs.
    9. Re:The most important thing ... by ndansmith · · Score: 1

      There have been no breakthroughs because no is allowed to experiment on them. There is a moratorium on federal funding for embryonic stem cell research in the United States. There is no restriction on experimenting with such cells in the US. All there is is a lack of funding from the federal government. Private groups and state governments can and do fund embryonic stem cell research in the US, and such research also is conducted in other countries.

    10. Re:The most important thing ... by fredclown · · Score: 3, Insightful

      Pro-life advocates prefer adult stem cells because it does not require the destruction of an embryo. Preferring life is not an emotional argument. It is in fact a reasonable argument. What is unreasonable is anti-life(to use your own line of reasoning) advocates who claim that a developing baby is not fully human, when at 6 weeks there is a heart beat including a developed nervous system and brain waves. These brain waves are not supplied by the mother. The pumping heart is not the mothers. It is the child's and thus is it's own life form. The mother does not grow the child, the child grows itself. The mother only serves as an incubation chamber. There are reasonable arguments to be pro-life. Simply because you disagree with the position does not man that the arguments are based only on emotion. You sir or mam are simply trying to set up a straw man argument that you can easily push over to make your views look better and to ease your conscience.

  13. Plasmids? by Mondo1287 · · Score: 0, Offtopic

    Look Mr. Bubbles...ADAM.

  14. Immune System Rejection by AitchCay · · Score: 1

    Doesn't this create a huge risk of engineered biological weapons that will bypass our immune system? If you can create stem cells that the body won't reject upon implantation, couldn't you also create a biological weapon where you alter some single celled organism using the dna from these stem cells so that the human immune system doesn't attack it?

    1. Re:Immune System Rejection by Grygus · · Score: 1

      We can already engineer biological weapons so lethal that it wouldn't matter whether the immune system responded to it.

  15. I Am Legend. by fahrbot-bot · · Score: 1
    It is likely that treatment of large numbers of patients by cell therapy will only be possible if methods are found using any one cell line to treat very large numbers of patients.

    I support this type of research, but would like to half-seriously refer the person who tagged this thread with "whatcouldpossiblygowrong" (or people who wonder the same) to see the movie "I Am Legend". That's what could go wrong. Scientists are smart, but not infallible. :-O

    --
    It must have been something you assimilated. . . .
  16. meh by ILuvRamen · · Score: 1

    not to be all hatin and stuff but realistically if they don't find a test to see who will reject them and who won't, it's kinda way too dangerous and thus not a good idea. I'm severely allergic to like...everything and my immune system blows away colds in under 48 hours usually. It's like attack dog white blood cells lol. So I'd be kinda nervous that I'd be in the group that would reject them. I'm all for Stargate Atlantis nanites though.

    --
    Google's Super Secret Search Algorithm: SELECT @search_results FROM internet WHERE @search_results = 'good'
  17. Personally looking forward for this by PtrToNull · · Score: 1

    I recently celebrated the 10th anniversary for my kidney transplant, and as someone who has to take a cocktail of immunosuppression medications daily for the last 10 years, I'm really looking forward for advances in the field. The problem is that the kidney is, unlike the liver for example, is a complex organ so I'm not sure how they'll grow one that my body doesn't rejects, perhaps by growing them in other animals?

    Despite the medications and their side effects, it beats living on hemodialysis. Furthermore, before the transplant, I was under the impression that my immune system will be so compromised that I'll get sick for any reason, but I have been very healthy, even more than the average folks. The only catch that if you do get sick, then you're in trouble. A regular cold lasts 3-4 weeks with me if I'm lucky.

  18. Except by Cappy+Red · · Score: 1

    The logical argument could be that no human has ever been created asexually. Except for that one guy that many anti-abortion advocates believe in.

    ... just sayin'.
    --
    This is my sig. It's prescription, I swear. I need it for reading things... on the other side of things