Computational molecular biology: an introduction
Gespeichert in:
Hauptverfasser: | , |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Chichester [u.a.]
Wiley
2005
|
Ausgabe: | Reprint. |
Schriftenreihe: | Wiley series in mathematical and computational biology
|
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | IX, 286 S. Ill., graph. Darst. |
ISBN: | 0471872512 0471872520 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV019731067 | ||
003 | DE-604 | ||
005 | 20070710 | ||
007 | t | ||
008 | 050310s2005 ad|| |||| 00||| eng d | ||
020 | |a 0471872512 |9 0-471-87251-2 | ||
020 | |a 0471872520 |9 0-471-87252-0 | ||
035 | |a (OCoLC)255923706 | ||
035 | |a (DE-599)BVBBV019731067 | ||
040 | |a DE-604 |b ger |e rakwb | ||
041 | 0 | |a eng | |
049 | |a DE-19 |a DE-355 | ||
050 | 0 | |a QH438.4.M3 | |
082 | 0 | |a 572.8015118 | |
084 | |a WC 3420 |0 (DE-625)148084: |2 rvk | ||
084 | |a WC 7000 |0 (DE-625)148142: |2 rvk | ||
084 | |a WD 4150 |0 (DE-625)148177: |2 rvk | ||
084 | |a BIO 110f |2 stub | ||
084 | |a DAT 899f |2 stub | ||
084 | |a BIO 220f |2 stub | ||
100 | 1 | |a Clote, Peter |e Verfasser |4 aut | |
245 | 1 | 0 | |a Computational molecular biology |b an introduction |c Peter Clote ; Rolf Backofen |
250 | |a Reprint. | ||
264 | 1 | |a Chichester [u.a.] |b Wiley |c 2005 | |
300 | |a IX, 286 S. |b Ill., graph. Darst. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
490 | 0 | |a Wiley series in mathematical and computational biology | |
650 | 4 | |a Genetik - Mathematisches Modell | |
650 | 4 | |a Molekularbiologie - Mathematisches Modell | |
650 | 0 | 7 | |a Mathematisches Modell |0 (DE-588)4114528-8 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Molekularbiologie |0 (DE-588)4039983-7 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a Molekularbiologie |0 (DE-588)4039983-7 |D s |
689 | 0 | 1 | |a Mathematisches Modell |0 (DE-588)4114528-8 |D s |
689 | 0 | |5 DE-604 | |
700 | 1 | |a Backofen, Rolf |e Verfasser |4 aut | |
856 | 4 | 2 | |m GBV Datenaustausch |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=013057984&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-013057984 |
Datensatz im Suchindex
_version_ | 1804133192973680640 |
---|---|
adam_text | COMPUTATIONAL MOLECULAR BIOLOGY AN INTRODUCTION PETER CLOTE DEPARTMENT
OF COMPUTER SCIENCE AND DEPARTMENT OF BIOLOGY, BOSTON COLLEGE, USA
FORMERLY LUDWIG-MAXIMILIANS-UNIVERSITDT MUNCHEN, GERMANY ROLFBACKOFEN
LUDWIG-MAXIMILIANS-UNIVERSITDT MUNCHEN, GERMANY JOHN WILEY & SONS, LTD
CHICHESTER * NEW YORK * WEINHEIM * BRISBANE * SINGAPORE * TORONTO
CONTENTS SERIES PREFACE XI PREFACE XIII 1 MOLECULAR BIOLOGY 1 1.1 SOME
ORGANIC CHEMISTRY 3 1.2 SMALL MOLECULES 4 1.3 SUGARS 6 1.4 NUCLEIC ACIDS
6 1.4.1 NUCLEOTIDES 6 1.4.2 DNA 8 1.4.3 RNA 13 1.5 PROTEINS 14 1.5.1
AMINO ACIDS 14 1.5.2 PROTEIN STRUCTURE 15 1.6 FROM DNA TO PROTEINS 17
1.6.1 AMINO ACIDS AND PROTEINS 17 1.6.2 TRANSCRIPTION AND TRANSLATION 19
1.7 EXERCISES 21 ACKNOWLEDGEMENTS AND REFERENCES 22 2 MATH PRIMER 23 2.1
PROBABILITY 23 2.1.1 RANDOM VARIABLES 25 2.1.2 SOME IMPORTANT
PROBABILITY DISTRIBUTIONS 27 2.1.3 MARKOV CHAINS 38 2.1.4
METROPOLIS-HASTINGS ALGORITHM 43 2.1.5 MARKOV RANDOM FIELDS AND GIBBS
SAMPLER 47 2.1.6 MAXIMUM LIKELIHOOD 52 2.2 COMBINATORIAL OPTIMIZATION 53
2.2.1 LAGRANGE MULTIPLIERS 53 2.2.2 GRADIENT DESCENT 54 2.2.3 HEURISTICS
RELATED TO SIMULATED ANNEALING 54 2.2.4 APPLICATIONS OF MONTE CARLO 55
2.2.5 GENETIC ALGORITHMS 60 2.3 ENTROPY AND APPLICATIONS TO MOLECULAR
BIOLOGY 61 2.3.1 INFORMATION THEORETIC ENTROPY 62 2.3.2 SHANNON IMPLIES
BOLTZMANN 63 VIII CONTENTS 2.3.3 SIMPLE STATISTICAL GENOMIC ANALYSIS 66
2.3.4 GENOMIC SEGMENTATION ALGORITHM 69 2.4 EXERCISES 72 2.5 APPENDIX:
MODIFICATION OF BEZOUT S LEMMA 77 ACKNOWLEDGEMENTS AND REFERENCES 79 3
SEQUENCE ALIGNMENT 81 3.1 MOTIVATING EXAMPLE 83 3.2 SCORING MATRICES 84
3.3 GLOBAL PAIRWISE SEQUENCE ALIGNMENT 88 3.3.1 DISTANCE METHODS 88
3.3.2 ALIGNMENT WITH TANDEM DUPLICATION 99 3.3.3 SIMILARITY METHODS 110
3.4 MULTIPLE SEQUENCE ALIGNMENT ILL 3.4.1 DYNAMIC PROGRAMMING 112 3.4.2
GIBBS SAMPLER 112 3.4.3 MAXIMUM-WEIGHT TRACE 114 3.4.4 HIDDEN MARKOV
MODELS 117 3.4.5 STEINER SEQUENCES 117 3.5 GENOMIC REARRANGEMENTS * * *
H8 3.6 LOCATING CRYPTOGENES AND GUIDE RNA 120 3.6.1 ANCHOR AND
PERIODICITY RULES 122 3.6.2 SEARCH FOR CRYPTOGENES 122 3.7 EXPECTED
LENGTH OF GRNA IN TRYPANOSOMES 123 3.8 EXERCISES 128 3.9 APPENDIX:
MAXIMUM-LIKELIHOOD ESTIMATION FOR PAIR PROBABILITIES 132
ACKNOWLEDGEMENTS AND REFERENCES 133 4 ALL ABOUT EVE 13 5 4.1
INTRODUCTION 135 4.2 RATE OF EVOLUTIONARY CHANGE 137 4.2.1 AMINO ACID
SEQUENCES 137 4.2.2 NUCLEOTIDE SEQUENCES 139 4.3 CLUSTERING METHODS 144
4.3.1 ULTRAMETRIC TREES 147 4.3.2 ADDITIVE METRIC 152 4.3.3 ESTIMATING
BRANCH LENGTHS 156 4.4 MAXIMUM LIKELIHOOD 157 4.4.1 LIKELIHOOD OF A TREE
159 4.4.2 RECURSIVE DEFINITION FOR THE LIKELIHOOD 160 4.4.3 OPTIMAL
BRANCH LENGTHS FOR FIXED TOPOLOGY 162 4.4.4 DETERMINING THE TOPOLOGY 166
4.5 QUARTET PUZZLING 166 4.5.1 QUARTET PUZZLING STEP 169 4.5.2 MAJORITY
CONSENSUS TREE 170 4.6 EXERCISES * 171 CONTENTS IX ACKNOWLEDGEMENTS AND
REFERENCES 173 5 HIDDEN MARKOV MODELS 175 5.1 LIKELIHOOD AND SCORING A
MODEL 177 5.2 RE-ESTIMATION OF PARAMETERS 180 5.2.1 BAUM-WELCH METHOD
181 5.2.2 EM AND JUSTIFICATION OF THE BAUM-WELCH METHOD 184 5.2.3
BALDI-CHAUVIN GRADIENT DESCENT 187 5.2.4 MAMITSUKA S MA ALGORITHM 191
5.3 APPLICATIONS 193 5.3.1 MULTIPLE SEQUENCE ALIGNMENT 193 5.3.2 PROTEIN
MOTIFS 194 5.3.3 EUKARYOTIC DNA PROMOTOR REGIONS 195 5.4 EXERCISES 197
ACKNOWLEDGEMENTS AND REFERENCES 198 6 STRUCTURE PREDICTION 201 6.1 RNA
SECONDARY STRUCTURE 202 6.2 DNA STRAND SEPARATION 213 6.3 AMINO ACID
PAIR POTENTIALS 223 6.4 LATTICE MODELS OF PROTEINS 228 6.4.1 MONTE CARLO
AND THE HETEROPOLYMER PROTEIN MODEL 231 6.4.2 GENETIC ALGORITHM FOR
FOLDING IN THE HP MODEL 233 6.5 HART AND ISTRIAL S APPROXIMATION
ALGORITHM 234 6.5.1 PERFORMANCE 234 6.5.2 LOWER BOUND 236 6.5.3 BLOCK
STRUCTURE, FOLDING POINT, AND BALANCED CUT 239 6.6 CONSTRAINT-BASED
STRUCTURE PREDICTION 243 6.7 PROTEIN THREADING 246 6.7.1 DEFINITION 246
6.7.2 A BRANCH-AND-BOUND ALGORITHM 249 6.7.3 NP-HARDNESS 258 6.8
EXERCISES 259 ACKNOWLEDGEMENTS AND REFERENCES 261 APPENDIX A
MATHEMATICAL BACKGROUND 263 A. 1 ASYMPTOTIC COMPLEXITY 263 A.2 UNITS OF
MEASUREMENT 263 A.3 LAGRANGE MULTIPLIERS 264 APPENDIX B RESOURCES 265
B.I WEBSITES 265 B.2 THE PDB FORMAT 266 REFERENCES 269 INDEX 281
|
any_adam_object | 1 |
author | Clote, Peter Backofen, Rolf |
author_facet | Clote, Peter Backofen, Rolf |
author_role | aut aut |
author_sort | Clote, Peter |
author_variant | p c pc r b rb |
building | Verbundindex |
bvnumber | BV019731067 |
callnumber-first | Q - Science |
callnumber-label | QH438 |
callnumber-raw | QH438.4.M3 |
callnumber-search | QH438.4.M3 |
callnumber-sort | QH 3438.4 M3 |
callnumber-subject | QH - Natural History and Biology |
classification_rvk | WC 3420 WC 7000 WD 4150 |
classification_tum | BIO 110f DAT 899f BIO 220f |
ctrlnum | (OCoLC)255923706 (DE-599)BVBBV019731067 |
dewey-full | 572.8015118 |
dewey-hundreds | 500 - Natural sciences and mathematics |
dewey-ones | 572 - Biochemistry |
dewey-raw | 572.8015118 |
dewey-search | 572.8015118 |
dewey-sort | 3572.8015118 |
dewey-tens | 570 - Biology |
discipline | Biologie Informatik |
edition | Reprint. |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>01843nam a2200493 c 4500</leader><controlfield tag="001">BV019731067</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20070710 </controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">050310s2005 ad|| |||| 00||| eng d</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">0471872512</subfield><subfield code="9">0-471-87251-2</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">0471872520</subfield><subfield code="9">0-471-87252-0</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)255923706</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV019731067</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rakwb</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-19</subfield><subfield code="a">DE-355</subfield></datafield><datafield tag="050" ind1=" " ind2="0"><subfield code="a">QH438.4.M3</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">572.8015118</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">WC 3420</subfield><subfield code="0">(DE-625)148084:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">WC 7000</subfield><subfield code="0">(DE-625)148142:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">WD 4150</subfield><subfield code="0">(DE-625)148177:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">BIO 110f</subfield><subfield code="2">stub</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">DAT 899f</subfield><subfield code="2">stub</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">BIO 220f</subfield><subfield code="2">stub</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Clote, Peter</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Computational molecular biology</subfield><subfield code="b">an introduction</subfield><subfield code="c">Peter Clote ; Rolf Backofen</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">Reprint.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Chichester [u.a.]</subfield><subfield code="b">Wiley</subfield><subfield code="c">2005</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">IX, 286 S.</subfield><subfield code="b">Ill., graph. Darst.</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">n</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">nc</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="490" ind1="0" ind2=" "><subfield code="a">Wiley series in mathematical and computational biology</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Genetik - Mathematisches Modell</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Molekularbiologie - Mathematisches Modell</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Mathematisches Modell</subfield><subfield code="0">(DE-588)4114528-8</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Molekularbiologie</subfield><subfield code="0">(DE-588)4039983-7</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">Molekularbiologie</subfield><subfield code="0">(DE-588)4039983-7</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="1"><subfield code="a">Mathematisches Modell</subfield><subfield code="0">(DE-588)4114528-8</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Backofen, Rolf</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">GBV Datenaustausch</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=013057984&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="999" ind1=" " ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-013057984</subfield></datafield></record></collection> |
id | DE-604.BV019731067 |
illustrated | Illustrated |
indexdate | 2024-07-09T20:04:49Z |
institution | BVB |
isbn | 0471872512 0471872520 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-013057984 |
oclc_num | 255923706 |
open_access_boolean | |
owner | DE-19 DE-BY-UBM DE-355 DE-BY-UBR |
owner_facet | DE-19 DE-BY-UBM DE-355 DE-BY-UBR |
physical | IX, 286 S. Ill., graph. Darst. |
publishDate | 2005 |
publishDateSearch | 2005 |
publishDateSort | 2005 |
publisher | Wiley |
record_format | marc |
series2 | Wiley series in mathematical and computational biology |
spelling | Clote, Peter Verfasser aut Computational molecular biology an introduction Peter Clote ; Rolf Backofen Reprint. Chichester [u.a.] Wiley 2005 IX, 286 S. Ill., graph. Darst. txt rdacontent n rdamedia nc rdacarrier Wiley series in mathematical and computational biology Genetik - Mathematisches Modell Molekularbiologie - Mathematisches Modell Mathematisches Modell (DE-588)4114528-8 gnd rswk-swf Molekularbiologie (DE-588)4039983-7 gnd rswk-swf Molekularbiologie (DE-588)4039983-7 s Mathematisches Modell (DE-588)4114528-8 s DE-604 Backofen, Rolf Verfasser aut GBV Datenaustausch application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=013057984&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Clote, Peter Backofen, Rolf Computational molecular biology an introduction Genetik - Mathematisches Modell Molekularbiologie - Mathematisches Modell Mathematisches Modell (DE-588)4114528-8 gnd Molekularbiologie (DE-588)4039983-7 gnd |
subject_GND | (DE-588)4114528-8 (DE-588)4039983-7 |
title | Computational molecular biology an introduction |
title_auth | Computational molecular biology an introduction |
title_exact_search | Computational molecular biology an introduction |
title_full | Computational molecular biology an introduction Peter Clote ; Rolf Backofen |
title_fullStr | Computational molecular biology an introduction Peter Clote ; Rolf Backofen |
title_full_unstemmed | Computational molecular biology an introduction Peter Clote ; Rolf Backofen |
title_short | Computational molecular biology |
title_sort | computational molecular biology an introduction |
title_sub | an introduction |
topic | Genetik - Mathematisches Modell Molekularbiologie - Mathematisches Modell Mathematisches Modell (DE-588)4114528-8 gnd Molekularbiologie (DE-588)4039983-7 gnd |
topic_facet | Genetik - Mathematisches Modell Molekularbiologie - Mathematisches Modell Mathematisches Modell Molekularbiologie |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=013057984&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT clotepeter computationalmolecularbiologyanintroduction AT backofenrolf computationalmolecularbiologyanintroduction |