http:^^www.cs.washington.edu^education^courses^590bi^bboard.shtml
来自「This data set contains WWW-pages collect」· SHTML 代码 · 共 1,517 行 · 第 1/5 页
SHTML
1,517 行
> > COLLOQUIUM > > DATE: Monday, February 5, 1996 > > TIME: 3:30 pm > > PLACE: 134 Sieg Hall > > HOST: Dick Karp > > SPEAKER: Pavel Pevzner > University of Southern California > > TITLE: Genome Rearrangements, or, What Dobzhansky and Sturtevant > Did Not Tell Us > > ABSTRACT: > > Sequence comparison in computational molecular biology is a powerful tool > for deriving evolutionary or functional relationships between genes. > However, classical alignment algorithms handle only local mutations (i.e. > insertions, deletions and substitutions of one nucleotide) and ignore > global rearrangements (i.e. inversions and transpositions of long > fragments). As a result, the applications of sequence alignment to > analyze highly rearranged genomes (i.e. herpes viruses or plant > mitochondrial DNA) are very limited. I address the problem of GENOME > comparison versus classical GENE comparison and present algorithms to > analyse rearrangements in genomes evolving by inversions, transpositions > and translocations. In the simplest form the problem corresponds to > sorting by reversals, i.e. sorting of an array using reversals of > arbitrary fragments. I present polynomial algorithms and duality theorems > for sorting by reversals and genomic distance problem. I also discuss > applications of the proposed techniques to analyze evolution of herpes > viruses, plant mitochondrial DNA and mammalian chromosomes. > > This is a joint work with Vineet Bafna (DIMACS), Colombe Chappey (NIH), > Sridhar Hannenhalli (USC), and Eugene Koonin (NIH). > > > Refreshments to follow. > > Email: talk-info@cs.washington.edu > > Info: http://www.cs.washington.edu > > _________________________________ > X-Sender: egan@homer23.u.washington.edu > Date: Fri, 19 Jan 1996 14:50:35 -0800 (PST) > From: Elizabeth Egan <egan@u.washington.edu> > Subject: STC LECTURE - FEB 6 96 K069 4:00 PM > > PLEASE NOTE THAT DR. PEVZNER'S LECTURE IS AT 4:00PM Feb 6 > > > Our February 6th speaker will be Pavel Pevzner from the Department of > Mathematics University of Southern California. With this email I include > the title and abstract of his presentation as well as an invitation for > you and your group to meet Dr. Pevzner. Please let me know if you or your > laboratory would like to be included on his itinerary or if you could > suggest people/groups who may be interested. > > Spliced Alignment: a New (and Naive) Approach to Gene Recognition > > Previous attempts to solve gene recognition problem were based on > statistics and artificial intelligence and, surprisingly enough, > applications of theoretical computer science methods for gene recognition > were almost unexplored. Recent advances in large-scale cDNA sequencing > open a way towards a new combinatorial approach to gene recognition. I > describe a spliced alignment algorithm and a software tool which > explores all possible exon assemblies in polynomial time and finds the > multi-exon structure with the best fit to a related protein. Unlike other > existing methods, the algorithm successfully performs exons assemblies > even in the case of short exons or exons with unusual codon usage; we > also report correct assemblies for genes with more than 10 exons provided > a homologous protein is already known. On a test sample of human genes > with known mammalian relatives the average overlap between the predicted > and the actual genes was 99\%, which is remarkably well as compared to > other existing methods. At that, the algorithm absolutely correctly > reconstructed 87\% of genes. The rare discrepancies between the predicted > and real exon-intron structues were restricted either to extremely short > initial or terminal exons (less than 5 amino acids) or proved to be > results of alternative splicing. Moreover, the algorithm performs > reasonably well with non-vertebrate and even prokaryote targets. The main > result of the paper is that a relatively simple algorithm based on > combinatorial common sense and some biological intuition can outperform > many approaches developed for gene recognition in the last fifteen years. > > This is a joint work with M.Gelfand and A.Mironov. > > For more information: > elizabeth a egan > center for molecular biotechnology > (an NSF Science & Technology Center) > university of washington, box 35-7730 > seattle, washington 98195-7730 > TEL: (206) 685-1894 > FAX: (206) 685-7301 > email: egan@u.washington.edu > > <hr size=4><a name="823825729001">To: cse590bi@geoduckSubject: <b>CSE 590 BI projects</b>Date: Thu, 08 Feb 1996 16:28:36 PSTFrom: <b>Martin Tompa <tompa@geoduck.cs.washington.edu></b></a>If you are going to do a project in CSE 590BI, please send me mail with yourschedule for next week (Feb 12-16). We're going to try to arrange a meetingto discuss projects. <hr size=4><a name="823891483001">To: cse590bi@geoduckSubject: <b>some course project suggestions</b>Date: Fri, 09 Feb 1996 10:44:24 PSTFrom: <b>Martin Tompa <tompa@geoduck.cs.washington.edu></b></a>Here are a few project ideas for CSE 590BI, to get you thinking about them. If you are doing a project and have your own ideas about what you would liketo do, please come talk with us about them.If anyone else on this mailing list has interesting suggestions for courseprojects, please send them to us.CLASSIFICATION OF PROSTATE CANCER TUMORSThis project is related to research in Lee Hood's laboratory on the classification of prostate cancer tumors. It is believed that a diseasecategory such as prostate cancer or ovarian cancer includes a number of distinct disease types that may require very different kinds of medical treatment. Some prostate cancers develop so slowly that they present no threat to mortality, while others require immediate medical intervention.The existing diagnostic tests do not distinguish the different variants of the disease. Molecular biology may provide new experimental techniques that will distinguish the different types of prostate cancer or ovarian cancer. It is now possible to extract the mRNA from a tumor and transcribe it back to cDNA. By hybridizing the mix of cDNAs from a tumor against a large number ofgenes from normal tissue and measuring the amounts of hybridization productproduced, one obtains a profile of the gene expression taking place in the tumor. Experiments are now getting under way which will use this hybridizationtechnique to obtain 25,000 measurements of gene expression in each of600 prostate cancer tumors, and data will be available by late March. Theseexperiments will provide much more detailed "fingerprints" of tumors than hasbeen available up to now.The computational challenge is to use this large body of data to classify the tumors into clusters and, based on this classification, to determine rulesthat can be used to classify tumors in the future. One special feature of the problem is the high dimensionality of the data; i.e., the large number of measurements for each tumor. It is likely that only a small subset of these measurements will be important for the clasification, but we cannot know in advance which ones these will be. The project will consist of looking into the literature of clustering and classification to discover appropriate computational methods and software packages, as well as devising special methods suited to this particular problem. Since real data will not be available by the end of the quarter, it may be desirable to test out differentmethods on simulated data. MULTIPLE SEQUENCE ALIGNMENTThere are a few different ideas for projects concerned with multiplesequence alignment, as introduced in Lecture 6 and Homework 1. Thegeneral issues to explore are the various methods of valuation ofalignments (sum-of-pairs, consensus, Steiner, phylogenetic tree), andefficient algorithms for achieving good alignments under any of thesevaluation schemes. Because no one knows efficient algorithms for optimal alignments underany of these valuation schemes, the project could explore ideas forheuristics or approximation algorithms. Dick Karp has a divide andconquer heuristic that he would be interested in sharing. There is aminimum spanning tree heuristic hinted at in problem 10 of Homework 1,and more details of what is done in practice are available inGusfield's manuscript and other sources.Exploring such heuristics could be done experimentally, oranalytically. Data for experimentation might come from exisitingdatabases containing multiple aligned sequences, or could be generatedsynthetically. cDNA MATCHINGAnother project to explore is introduced in problem 4 of Homework 1:For the cDNA matching problem, experiment with realistic gap penaltiesreflecting what is known about intron lengths.<hr size=4><a name="824921569001">To: cse590bi@geoduckSubject: <b>student and postdoc financial support to workshop</b>Date: Wed, 21 Feb 1996 08:52:29 PSTFrom: <b>Martin Tompa <tompa@geoduck.cs.washington.edu></b></a>------- Forwarded MessageDate: Tue, 20 Feb 1996 20:04:15 -0800From: "William E. Hart" <wehart@cs.sandia.gov>To: Local Distribution <theory-net@JUNE.CS.WASHINGTON.EDU>Subject: Financial Support for Second SNL Workshop on Computational Molecular B iologyUPDATE*UPDATE**UPDATE*UPDATE*UPDATE**UPDATE*UPDATE*UPDATE$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ The Second Sandia National Laboratories Workshop on Computational Molecular Biology March 4-6, 1996 Albuquerque, New Mexico Organized in collaboration with DIMACS Special Year on Mathematical Support for Molecular Biology Funded by DOE MICS Office of Scientific Computing Applied Mathematics Program Dr. Fred Howes, Director and DOE Office of Health and Environmental Research Human Genome Program Dr. A. Patrinos, DirectorWe are pleased to announce that the DOE Office of Health andEnvironmental Research, Human Genome Program has generously providedsome financial support for graduate students and postdocs to attend the2nd SNL Workshop on Computational Molecular Biology. Accordingly, wewill be granting partial financial support for ten graduate studentsand/or postdocs.Please send email or contact Sorin Istrail. Include a vita and adescription of current research. A decision will be made by February21, 1996. We apologize for the late date of this announcement, but ourefforts to obtain this funding have just recently succeeded.Interested parties should also finalize their travel arrangementsimmediately, as space is limited. For further information on theworkshop can be obtained at http://www.cs.sandia.gov/cmb_workshop96.htmlSorin Istrail, Workshop ChairSandia National LaboratoriesMassively Parallel Computing Research LaboratoryAlgorithms and Discrete MathematicsAlbuquerque, NM 87185-1110Phone: (505) 845-7612Secretary: (505) 845-7432Fax : (505) 845-7442Email: scistra@cs.sandia.gov------- End of Forwarded Message<hr size=4><a name="824922066001">To: cse590bi@geoduckSubject: <b>lecture notes drafts</b>Date: Wed, 21 Feb 1996 09:00:52 PSTFrom: <b>Martin Tompa <tompa@geoduck.cs.washington.edu></b></a>If you are working on HW2 but don't have the polished lecture notes you need,you can find unedited drafts of most of them on the course web: http://www.cs.washington.edu/education/courses/590bi/<hr size=4><a name="825465060001">To: cse590bi@geoduckSubject: <b>sequel to CSE 590BI</b>Date: Tue, 27 Feb 1996 15:50:47 PSTFrom: <b>Martin Tompa <tompa@geoduck.cs.washington.edu></b></a>We are considering holding a less formal sequel to CSE 590BI next quarter, toexplore some of the many topics that we couldn't get into deeply enough thisquarter. The format is very much up in the air: it might meet only once aweek, might consist largely of student presentations, etc.This message is to see how much interest there is in the audience (bothstudent and faculty) for such a sequel. If you are interested in continuingnext quarter, please send me information such as1. interested in 1 day per week or 2?2. any topics you would be particularly interested in exploring?3. ideas on format?<hr size=4><a name="827189986001">From: <b>Joe Felsenstein <joe@genetics.washington.edu></b>Subject: <b>Phylogeny course Sprinq Quarter</b>To: cse590bi@cs.washington.eduDate: Mon, 18 Mar 1996 15:06:32 -0800 (PST)</a>(apologies to those for whom this is "junk mail" or who get it multiple times) NEW COURSE Spring Quarter, 1996 under the Topics in Genetics number (GENET 554)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?