1-BIN-301, 2-AIN-501 Methods in Bioinformatics, 2023/24

Introduction · Rules · Tasks and dates · Materials · Moodle
Quizzes can be found in Moodle.
Homework assignments and journal club papers can be found in Tasks and dates.
Exam rules, example questions and syllabus
Groups for journal club have each their own group in Moodle.


Introduction: Rozdiel medzi revíziami

Z MBI
Prejsť na: navigácia, hľadanie
d (Brona premiestnil stránku Úvod na Introduction)
(5 intermediate revisions by the same user not shown)
Riadok 1: Riadok 1:
 
__NOTOC__
 
__NOTOC__
 
<!-- {{Facebook}} -->
 
<!-- {{Facebook}} -->
===Rozvrh===
+
===Schedule===
* Prednáška: štvrtok 15:40-17:10 F1-328
+
* Lecture: Thursday 15:40-17:10 C
* Cvičenie (pre inf): štvrtok 14:00-15:30 F1-328
+
* Tutorial for computer science (BIN, INF, mINF, mAIN): Thursday 14:00-15:30 C
* Cvičenie (pre biol): štvrtok 17:20-18:50 F1-328, M-217
+
* Tutorial for biologists (PriFUK, physics): Thursday 17:20-18:50 C, M-217
  
===Vyučujúci===
+
===Instructors===
 
* [http://compbio.fmph.uniba.sk/~bbrejova/ doc. Mgr. Broňa Brejová, PhD.] M-163
 
* [http://compbio.fmph.uniba.sk/~bbrejova/ doc. Mgr. Broňa Brejová, PhD.] M-163
 
* [http://compbio.fmph.uniba.sk/~tvinar/ doc. Mgr. Tomáš Vinař, PhD.] M-163
 
* [http://compbio.fmph.uniba.sk/~tvinar/ doc. Mgr. Tomáš Vinař, PhD.] M-163
 
* [http://new.dcs.fmph.uniba.sk/index.php/Zamestnanci?_method=detail&_key=alias&alias=AskarGafurov Mgr. Askar Gafurov] M-25
 
* [http://new.dcs.fmph.uniba.sk/index.php/Zamestnanci?_method=detail&_key=alias&alias=AskarGafurov Mgr. Askar Gafurov] M-25
* Konzultácie po dohode emailom
+
* Consultations can be arranged by e-mail
  
===Ciele predmetu===
+
===Course objectives===
  
Tento predmet je určený pre študentov informatických aj biologických odborov. Prednášky budú spoločné pre všetkých, cvičenia budú zvlášť pre informatikov a biológov a poskytnú potrebné doplňujúce informácie.
+
This course is targeted at students of both computer science and life science study programs. Lectures will be together for both groups. Tutorials are held separately for CS and biology students.  
  
* Pre všetkých: podať prehľad základných metód používaných na výpočtovú analýzu biologických sekvencií a ďalších dát v molekulárnej biológii.
+
* Everyone: Overview of basic methods for analysis of biological sequences and other data sets in molecular biology.
* Pre informatikov: prehĺbiť/získať znalosti z algoritmov a dátových štruktúr, strojového učenia a pravdepodobnosti. Na príkladoch z biológie ukázať, ako prejsť od problému v reálnom svete k matematickej abstrakcii.
+
* CS: Algorithms and data structures, machine learning, probability. How to develop mathematical abstractions for real-world problems.
* Pre biológov: pochopiť matematické modely tvoriace základ populárnych bioinformatických nástrojov, naučiť sa tieto nástroje používať a interpretovať ich výsledky.  
+
* Biology: Mathematical models at the core of popular bioinformatics tools, how to use tools, interpretation of their results.
 +
* Everyone: Experience with interdisciplinary collaboration.
  
===Stručná osnova===
+
===Brief syllabus===
Základné pojmy z molekulárnej biológie, algoritmov a strojového učenia. Sekvenovanie a zostavovanie genómov. Hľadanie génov. Zarovnávanie sekvencií. Evolučné modely a fylogenetické stromy. Komparatívne metódy. Štruktúra RNA. Hľadanie motívov a analýza expresie génov. Štruktúra a funkcia proteínov. Úvod do populačnej genetiky. Vybrané aktuálne témy.
+
Basic concepts from molecular biology, algorithms and machine learning. Sequencing and assembling genomes. Gene finding. Sequence alignment. Evolutionary models and phylogenetic trees. Comparative genomics. RNA structure. Motif finding and gene expression analysis. Protein structure and function. Selected current topics.
  
===Literatúra===
+
Students of computer science programs will focus on computer science methods and mathematical modeling of the covered problems. Life science students will focus on understanding and correct application of these methods on real data.
  
Mnohé základné pojmy budú preberané podľa kníh:
+
===Literature===
  
* Durbin, Eddy, Krogh, Mitchison: Biological sequence analysis. Cambridge University Press 1998.
+
Many basic concepts can be found in the following textbooks:
:: K dispozícii v knižnici FMFI k prezenčnému používaniu, signatúra I-INF-D-21
+
* Zvelebil, Baum: Understanding Bioinformatics. Taylor & Francis 2008.
+
:: K dispozícii v knižnici FMFI k prezenčnému používaniu, signatúra I-INF-Z-2
+
  
Tieto budú doplnené poznatkami z odborných článkov a ďalšej literatúry.
+
* '''DEKM''': Durbin, Eddy, Krogh, Mitchison: Biological sequence analysis: Probabilistic Models of Proteins and Nucleic Acids. Cambridge University Press 1998. Can be studied in the FMFI library under code I-INF-D-21
 +
* '''ZB''': Zvelebil, Baum: Understanding Bioinformatics. Taylor & Francis 2008. Can be studied in the FMFI  library under code I-INF-Z-2
 +
 
 +
The course material also draws on scientific literature and other materials.

Verzia zo dňa a času 07:01, 20. október 2021

Schedule

  • Lecture: Thursday 15:40-17:10 C
  • Tutorial for computer science (BIN, INF, mINF, mAIN): Thursday 14:00-15:30 C
  • Tutorial for biologists (PriFUK, physics): Thursday 17:20-18:50 C, M-217

Instructors

Course objectives

This course is targeted at students of both computer science and life science study programs. Lectures will be together for both groups. Tutorials are held separately for CS and biology students.

  • Everyone: Overview of basic methods for analysis of biological sequences and other data sets in molecular biology.
  • CS: Algorithms and data structures, machine learning, probability. How to develop mathematical abstractions for real-world problems.
  • Biology: Mathematical models at the core of popular bioinformatics tools, how to use tools, interpretation of their results.
  • Everyone: Experience with interdisciplinary collaboration.

Brief syllabus

Basic concepts from molecular biology, algorithms and machine learning. Sequencing and assembling genomes. Gene finding. Sequence alignment. Evolutionary models and phylogenetic trees. Comparative genomics. RNA structure. Motif finding and gene expression analysis. Protein structure and function. Selected current topics.

Students of computer science programs will focus on computer science methods and mathematical modeling of the covered problems. Life science students will focus on understanding and correct application of these methods on real data.

Literature

Many basic concepts can be found in the following textbooks:

  • DEKM: Durbin, Eddy, Krogh, Mitchison: Biological sequence analysis: Probabilistic Models of Proteins and Nucleic Acids. Cambridge University Press 1998. Can be studied in the FMFI library under code I-INF-D-21
  • ZB: Zvelebil, Baum: Understanding Bioinformatics. Taylor & Francis 2008. Can be studied in the FMFI library under code I-INF-Z-2

The course material also draws on scientific literature and other materials.