Guest guest Posted July 29, 2007 Report Share Posted July 29, 2007 This is so sad............... SCIENTISTS have created the world’s first schizophrenic mice in an attempt to gain a better understanding of the illness. It is believed to be the first time an animal has been genetically engineered to have a mental illness. Until now they have been bred only for research into physical conditions such as heart disease. It will allow researchers to study the disease and develop treatments using a limitless supply of laboratory animals. Animal rights campaigners have condemned the research, saying that it is morally repugnant to create an animal doomed to mental suffering. The mice were created by modifying their DNA to mimic a mutant gene first found in a Scottish family with a high incidence of schizophrenia, which affects about one in every 100 people. The mice’s brains were found to have features similar to those of humans with schizophrenia, such as depression and hyperactivity. “These mutant mice may provide an important new tool for further study of the combinations of factors that underlie mental illnesses like schizophrenia and mood disorders,” said Takatoshi Hikida, of Johns Hopkins University in Baltimore, a leading researcher. The egg cells of mice were genetically modified by inserting a gene associated with schizophrenia into their DNA. The eggs were fertilised and grown into viable baby mice using surrogate mothers. Animal Aid, a campaign group, said rodents were not a reliable way of modelling human disease. Have your say I think Animal Aid may be wrong. "Mentally ill rodent" sounds like the precise definition of a member of the Democrat Party. They definitely model "human disease." Jim, Altamonte Springs, FL Who decides whether rats are OK for testing but not cats; monkeys but not dolphins? When a wild animal kills another, this is for survival. Is testing on a rat really a part of the survival process of humans? Daryl, Tooting, They should have used some whinging people from animal aid ;-o Dave Madley, Alicante, SpainPeter H Answers - Get better answers from someone who knows. Try it now. Quote Link to comment Share on other sites More sharing options...
Guest guest Posted July 30, 2007 Report Share Posted July 30, 2007 I wish they wouldn't do this sort of thing. Poor mice are now bred to have cancer from birth or a few weeks old, and many other disorders. :-( Jo , Peter VV <swpgh01 wrote: > > This is so sad............... > SCIENTISTS have created the world's first schizophrenic mice in an attempt to gain a better understanding of the illness. > It is believed to be the first time an animal has been genetically engineered to have a mental illness. Until now they have been bred only for research into physical conditions such as heart disease. It will allow researchers to study the disease and develop treatments using a limitless supply of laboratory animals. > Animal rights campaigners have condemned the research, saying that it is morally repugnant to create an animal doomed to mental suffering. > The mice were created by modifying their DNA to mimic a mutant gene first found in a Scottish family with a high incidence of schizophrenia, which affects about one in every 100 people. The mice's brains were found to have features similar to those of humans with schizophrenia, such as depression and hyperactivity. > " These mutant mice may provide an important new tool for further study of the combinations of factors that underlie mental illnesses like schizophrenia and mood disorders, " said Takatoshi Hikida, of Johns Hopkins University in Baltimore, a leading researcher. > The egg cells of mice were genetically modified by inserting a gene associated with schizophrenia into their DNA. The eggs were fertilised and grown into viable baby mice using surrogate mothers. > Animal Aid, a campaign group, said rodents were not a reliable way of modelling human disease. > > > var show=false; var articleID = " 2159295 " ; var sHaveYourSay = 'Have your say'; var sCollapseForm = 'Hide the form'; var sHideMostComments = 'Show fewer comments'; var errorString = ''; var testFlag = true; var nTotalCharacters = 1000; // Value for the total number of characters that can be submitted - change to suit requirements // // Array of required fields for the named form var aFormEnterViewCommentValidation = new Array ('your_view','name','email','town_fs_city'); /* get the cookie string in cookie associated with cookiename */ function getCookie(Name) { var search = Name + " = " var CookieString = document.cookie var result = null if (CookieString.length> 0) { offset = CookieString.indexOf (search) if (offset != -1) { offset += search.length end = CookieString.indexOf( " ; " , offset) if (end == -1) end = CookieString.length result = unescape(CookieString.substring(offset, end)) } } return result } /* set the cookie string in cookie */ function setCookie (name, > value, lifespan) { var cookietext = name + " = " + escape(value) if (lifespan != null) { var today=new Date() var expiredate = new Date() expiredate.setTime(today.getTime() + 1000*60*60*24*lifespan) cookietext += " ; expires= " + expiredate.toGMTString() } document.cookie = cookietext return null } /* validating whether required fields are being entered before submitted */ function PostingValidate(objForm) { // if remember me is checked, the information is saved into the cookies if(objForm.remember_me){ setCookie('TimesOnlinecomment_name',objForm.name.value,30); setCookie ('TimesOnlinecomment_email',objForm.email.value,30); setCookie ('TimesOnlinecomment_city',objForm.city.value,30); setCookie ('TimesOnlinecomment_countryState',objForm.countryState.value,30); } / / seting the title to article headline so that the moderator get to know on which article, comment is made objForm.title.value = " Scientists breed world & rsquo;s first mentally ill mouse " ; errorString = ''; testFlag = > true; if(objForm.body.value.length== " 0 " ){ objForm.body.focus(); document.getElementById( " label_your_view " ).className = 'color- bd0000'; document.getElementById( " label_your_view " ).style.fontWeight = 'bold'; testFlag = false; errorString = ' > * Please enter the comment'; } else { document.getElementById ( " label_your_view " ).className = ''; document.getElementById ( " label_your_view " ).style.fontWeight = 'normal'; } if (objForm.name.value.length== " 0 " ){ objForm.email.focus(); testFlag = false; document.getElementById( " label_name " ).className = 'color- bd0000'; document.getElementById( " label_name " ).style.fontWeight = 'bold'; errorString += ' > * Please enter the Name'; } else { document.getElementById ( " label_name " ).className = ''; document.getElementById ( " label_name " ).style.fontWeight = 'normal'; } if (objForm.email.value.length== " 0 " ){ objForm.body.focus(); testFlag = false; document.getElementById( " label_email " ).className = 'color- bd0000'; document.getElementById( " label_email " ).style.fontWeight = 'bold'; errorString += ' > * Please enter the Email'; } else { if(objForm.email.value.indexOf ( " @ " ,1)==-1){ document.getElementById( " label_email " ).className = 'color-bd0000'; document.getElementById ( " label_email " ).style.fontWeight = 'bold'; testFlag = false; errorString += ' > * Please enter a valid Email'; } else{ document.getElementById ( " label_email " ).className = ''; document.getElementById ( " label_email " ).style.fontWeight = 'normal'; } } if (objForm.city.value.length== " 0 " ){ objForm.body.focus(); testFlag = false; document.getElementById( " label_town_fs_city " ).className = 'color-bd0000'; document.getElementById ( " label_town_fs_city " ).style.fontWeight = 'bold'; errorString += ' > * Please enter the city'; } else { document.getElementById ( " label_town_fs_city " ).className = ''; document.getElementById ( " label_town_fs_city " ).style.fontWeight = 'normal'; } if (testFlag == false) { document.getElementById( " enter-view-comment-error- container " ).className = 'color-bd0000'; document.getElementById ( " enter-view-comment-error-container " ).style.fontWeight = 'bold'; document.getElementById( " enter-view-comment-error- container " ).innerHTML = " Error: " +errorString+ " > " ; return false; } else { return true; document.getElementById ( " enter-view-comment-error-container " ).className = ''; document.getElementById( " enter-view-comment-error- container " ).style.fontWeight = 'normal'; } } var sReadAllComments = " " ; > > Have your say > > fGenerateHaveYourSayLink('have-your-say-link-1', 'comments- form', sHaveYourSay); > > > I think Animal Aid may be wrong. " Mentally ill rodent " sounds like the precise definition of a member of the Democrat Party. They definitely model " human disease. " > > Jim, Altamonte Springs, FL > > Who decides whether rats are OK for testing but not cats; monkeys but not dolphins? When a wild animal kills another, this is for survival. Is testing on a rat really a part of the survival process of humans? > > Daryl, Tooting, > > They should have used some whinging people from animal aid ;-o > > Dave Madley, Alicante, Spain > > > > > > Peter H > > > > > Answers - Get better answers from someone who knows. Tryit now. > Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You are posting as a guest. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.