Genetic Testing Genetic testing is transforming medicine and the way families think about their health. As science uncovers the complicated secrets of DNA, we face difficult choices and new challenges. About Genetic Testing The year was 1895 and Pauline Gross, a young actress, was scared. Gross knew nothing about the human-genome (基因组,染色体组) project--such medical triumphs, but she did know about a nasty disease called cancer, and it was running through her family. "I’m healthy now," she often told Dr. Aldred Warthin a pathologist at the University of Michigan, "but I fully expect to die an early death." At the time, Gross’s prediction was based solely on observation: family members had died of cancer; she would, too. Today, more than 100 years later, Gross’s relatives have a much more clinical option: genetic testing. With a simple blood test, they can peer into their own DNA, learning--while still perfectly healthy--whether they carry an inheritable gene mutation (突变) that has dogged their family for decades and puts them at serious risk.Take the Testing Testing is just one piece of the genomic revolution. A major goal is to create new sophisticated therapies that home in on a disease’s biological source, then fix the problem. Already, genes are helping to predict a patient’s response to existing medications. A prime example, taken by Dr. Wylie Burke of the University of Washington, is a variant of a gene called TPMT, which can lead to life-threatening reactions to certain doses of chemotherapy (化学疗法). A genetic test can guide safe and appropriate treatment. Two genes have been identified that influence a person’s response to some anti-blood-clotting drug. And scientists are uncovering genetic differences in the way people respond to other widely used medications, like antidepressants (搞抑郁药). Knowing a patient’s genotype, or genetic profile, may also help researchers uncover new preventive therapies for sticky diseases. At Johns Hopkins University School of Medicine, Dr. Christopher Ross has tested several compounds shown to slow the progression of Huntington’s in mice. Now he wants to test them in people who are positive for the Huntington’s mutation but have not developed symptoms--a novel approach to clinical drug trials, which almost always involve sick people seeking cures. "We’re using genetics to move from treating the disease after it happens," he says, "to preventing the worst symptoms of the disease before it happens." It’s not just their own health that people care about. There is also the desire to get rid of disease from the family tree. Therefore, the future is what drives many adults to the clinic. The gene tests currently offered for certain diseases, like breast cancer, affect only a small percentage of total cases. Inherited mutations contribute to just 5 to 10 percent of all breast cancers. But the impact on a single life can be huge. The key: being able to do something to ward off disease. "Genetic testing offers us profound insight," says Dr. Stephen Gruber, of the University of Michigan. "But it has to be balanced with our ability to care for these patients." Genetic testing today starts at the earliest stages of life. Couples planning to have children can be screened prior to conception to see if they are carriers of genetic diseases; prenatal (产前) tests are offered during pregnancy, and states now screen newborns for as many as 29 conditions, the majority of them genetic disorders. For Jana and Tom Monaco, of Woodbridge, Va. , early testing has made an enormous difference in the lives of their children. Their journey began in 2001, when their seemingly healthy third child, 3-year-old Stephen, developed a life-threatening stomach virus that led to severe brain damage. His diagnosis: a rare but treatable disease called isovaleric acidemia (IVA). Unknowingly, Jana and her husband were carriers of the disease, and at thc time, IVA was not included in newborn screening. The Monacos had no warning whatsoever.Not Take the Testing Genetic testing, exciting as it may seem, isn’t always the answer. When Wendy Uhlmann, a genetic counselor at the University of Michigan, teaches medical students, she flashes two slides on a screen side by side. One says ignorance is bliss (福佑). The other: knowledge is power. That’s because the value of testing becomes especially ambiguous- and ethically complicated-- when there is no way to prevent or treat disease, as in the case of early-onset Alzheimer’s, which often strikes before the age of 50. or Huntington’s. Today only about 5 Percent of people who are at risk for Huntington’s--which is caused by a single gene and leads to a progressive loss of physical control and mental acuity--take the test. Many are worried that genetic testing will put their health insurance or job security at risk. While there have been few documented cases of discrimination, nobody can say for sure what will happen as more disease genes are discovered and more Americans sign on for predictive testing. States have a patchwork of regulations in place, but what needs to happen now, experts say, is for Congress to pass the Genetic Information Nondiscrimination Act, which would put a federal stamp of approval on keeping genetic information safe. Moreover, some people can’t live with uncertainty. Stephanie Vogt knew Huntington’s ran in her family-her grandfather and his three brothers all died of complications of the disease--and she wanted to find out where she stood. "As soon as 1 found out there was a test. I just had to do it," she says. In August 2000, after comprehensive genetic counseling, Stephanie, her sister, Victoria, and their mother, Gayle Smith, learned her results: positive. "It was like a scene out of ’The Matrix’, where everything freezes and struts again," says Stephanie, now 35 and single. Scientific revolutions must be tempered by reality. Genes aren’t the only factors involved in complex diseases--lifestyle and environmental influences, such as diet or smoking, are too. And predictions about new tests and treatments may not come to pass as fast as researchers hope--they may not come at all. Still, it’s hard not to get excited about the future, especially when you consider the medical competition now underway. The major purpose of genetic testing in medication is to______.
A. predict the death rate of inheritable disease
B. predict: a patient’s response to medication
C. find out the biological source and fix the problem
D. guide safe and appropriate treatment
阅读以下说明和C++程序,将应填入(n)处的字句写在对应栏内。【说明】以下程序实现了二叉树的结点删除算法,若树中存在要删除的结点,则删除它,否则返回。 FindNode ()函数能够在二叉树中找到给定值的结点,并返回其地址和父结点。【C++程序】template < class T >void BinSTree < T >: :Delete( const T& item){ TreeNode < T > * DelNodePtr, * ParNodePtr, * RepNodePtr; if(( DelNodePtr = FindNode (item,ParNodePtr)) = = NULL) (1) if(DelNodePtr→right = = NULL) //被删除结点只有一个子结点的情况 RepNodePtr = DelNodePtr→left; else if( DelNodePtr→left = = NULL) (2) ; else // 被删除结点有两个子结点的情况 { TreeNode < T >* PofRNodePtr = DelNodePtr; RepNodePtr = DelNodePtr→left; while(RepNodePtr→right ! = NULL) { //定位左子树的最右结点 PofRNodePtr =RepNodePtr; RepNodePtr = RepNodePtr→right; } if(PofRNodePtr = = DelNodePtr) //左子树没有右子结点 (3) ; else //用左子顷的最右结点替换删除的结点 { (4) RepNodePtr→left = DelNodePtr→left; RepNodePtr→right = DelNodePtr→right; } } if (5) //要删除结点是要结点的情况 root = RepNodePtr; else if ( DelNodePtr→data < ParNodePtr→Data) ParNodePtr→left = RepNodePtr; else ParNodePtr→right =RepNodePtr; FirstTreeNode ( DelNodePtr ) ;//释放内存资源 size→; }
Genetic Testing Genetic testing is transforming medicine and the way families think about their health. As science uncovers the complicated secrets of DNA, we face difficult choices and new challenges. About Genetic Testing The year was 1895 and Pauline Gross, a young actress, was scared. Gross knew nothing about the human-genome (基因组,染色体组) project--such medical triumphs, but she did know about a nasty disease called cancer, and it was running through her family. "I’m healthy now," she often told Dr. Aldred Warthin a pathologist at the University of Michigan, "but I fully expect to die an early death." At the time, Gross’s prediction was based solely on observation: family members had died of cancer; she would, too. Today, more than 100 years later, Gross’s relatives have a much more clinical option: genetic testing. With a simple blood test, they can peer into their own DNA, learning--while still perfectly healthy--whether they carry an inheritable gene mutation (突变) that has dogged their family for decades and puts them at serious risk.Take the Testing Testing is just one piece of the genomic revolution. A major goal is to create new sophisticated therapies that home in on a disease’s biological source, then fix the problem. Already, genes are helping to predict a patient’s response to existing medications. A prime example, taken by Dr. Wylie Burke of the University of Washington, is a variant of a gene called TPMT, which can lead to life-threatening reactions to certain doses of chemotherapy (化学疗法). A genetic test can guide safe and appropriate treatment. Two genes have been identified that influence a person’s response to some anti-blood-clotting drug. And scientists are uncovering genetic differences in the way people respond to other widely used medications, like antidepressants (搞抑郁药). Knowing a patient’s genotype, or genetic profile, may also help researchers uncover new preventive therapies for sticky diseases. At Johns Hopkins University School of Medicine, Dr. Christopher Ross has tested several compounds shown to slow the progression of Huntington’s in mice. Now he wants to test them in people who are positive for the Huntington’s mutation but have not developed symptoms--a novel approach to clinical drug trials, which almost always involve sick people seeking cures. "We’re using genetics to move from treating the disease after it happens," he says, "to preventing the worst symptoms of the disease before it happens." It’s not just their own health that people care about. There is also the desire to get rid of disease from the family tree. Therefore, the future is what drives many adults to the clinic. The gene tests currently offered for certain diseases, like breast cancer, affect only a small percentage of total cases. Inherited mutations contribute to just 5 to 10 percent of all breast cancers. But the impact on a single life can be huge. The key: being able to do something to ward off disease. "Genetic testing offers us profound insight," says Dr. Stephen Gruber, of the University of Michigan. "But it has to be balanced with our ability to care for these patients." Genetic testing today starts at the earliest stages of life. Couples planning to have children can be screened prior to conception to see if they are carriers of genetic diseases; prenatal (产前) tests are offered during pregnancy, and states now screen newborns for as many as 29 conditions, the majority of them genetic disorders. For Jana and Tom Monaco, of Woodbridge, Va. , early testing has made an enormous difference in the lives of their children. Their journey began in 2001, when their seemingly healthy third child, 3-year-old Stephen, developed a life-threatening stomach virus that led to severe brain damage. His diagnosis: a rare but treatable disease called isovaleric acidemia (IVA). Unknowingly, Jana and her husband were carriers of the disease, and at thc time, IVA was not included in newborn screening. The Monacos had no warning whatsoever.Not Take the Testing Genetic testing, exciting as it may seem, isn’t always the answer. When Wendy Uhlmann, a genetic counselor at the University of Michigan, teaches medical students, she flashes two slides on a screen side by side. One says ignorance is bliss (福佑). The other: knowledge is power. That’s because the value of testing becomes especially ambiguous- and ethically complicated-- when there is no way to prevent or treat disease, as in the case of early-onset Alzheimer’s, which often strikes before the age of 50. or Huntington’s. Today only about 5 Percent of people who are at risk for Huntington’s--which is caused by a single gene and leads to a progressive loss of physical control and mental acuity--take the test. Many are worried that genetic testing will put their health insurance or job security at risk. While there have been few documented cases of discrimination, nobody can say for sure what will happen as more disease genes are discovered and more Americans sign on for predictive testing. States have a patchwork of regulations in place, but what needs to happen now, experts say, is for Congress to pass the Genetic Information Nondiscrimination Act, which would put a federal stamp of approval on keeping genetic information safe. Moreover, some people can’t live with uncertainty. Stephanie Vogt knew Huntington’s ran in her family-her grandfather and his three brothers all died of complications of the disease--and she wanted to find out where she stood. "As soon as 1 found out there was a test. I just had to do it," she says. In August 2000, after comprehensive genetic counseling, Stephanie, her sister, Victoria, and their mother, Gayle Smith, learned her results: positive. "It was like a scene out of ’The Matrix’, where everything freezes and struts again," says Stephanie, now 35 and single. Scientific revolutions must be tempered by reality. Genes aren’t the only factors involved in complex diseases--lifestyle and environmental influences, such as diet or smoking, are too. And predictions about new tests and treatments may not come to pass as fast as researchers hope--they may not come at all. Still, it’s hard not to get excited about the future, especially when you consider the medical competition now underway. Genetic testing can be used to decide whether a patient has the inheritable gene mutation by peering into their______.
A. blood cell
B. lung cell
C. liver cell
DNA
阅读以下说明和C++程序,将应填入(n)处的字句写在对应栏内。【C++程序】#include < stdio. h >#include < string. h >#define Max 1000class Bank{ int index; char date [Max] [10]; // 记录交易日 iht amount[Max]; // 记录每次交易金额,以符号区分存钱和取钱 int rest[ Max]; // 记录每次交易后余额 static iht sum; // 账户累计余额public: Bank( ) {index =0;} void deposit( char d[ ] , int m) //存入交易 { strcpy ( date [ index ], d); amount[ index] = m; (1) ; rest[ index] = sum; index++; } void withdraw (char d[ ], int m) //取出交易 { strcpy( date[ index] ,d); (2) ; (3) ; rest[ index] = sum; index++; } void display( );};int Bank:: sum = 0;void Bank:: display ( ) //输出流水{ int i; printf("日期 存入 取出 余额\n"); for (4) { printf(" %8s" ,date[i] ); if (5) printf(" %6d" , -amount[i] ); else printf( "%6d ",amount[i] ); printf( "% 6d\n" ,rest[i] ); } }void main( ){ Bank object; object. deposit ( "2006.2.5", 1 00 ); object. deposit( "2006.3.2" , 200); object. withdraw( "2006.4.1", 50); object. withdraw( "2006.4.5", 80); object. display ( );}本程序的执行结果如下:日期 存入 取出 余额 2006.2.5 100 1002006.3.2 200 3002006.4.1 50 2502006.4.5 80 170