Bioinformatics
Gesamtes Lehrangebot der Bioinformatik
E61a-
Gesamtes Lehrangebot der Bioinformatik
E61aA1.1-
19200501
Lecture
Computerorientated Mathematics I (5 LP) (Claudia Schillings)
Schedule: Fr 12:00-14:00 (Class starts on: 2025-10-17)
Location: T9/Gr. Hörsaal (Takustr. 9)
Comments
Contents:
Computers play an important role in (almost) all situations in life today. Computer-oriented mathematics provides basic knowledge in dealing with computers for solving mathematical problems and an introduction to algorithmic thinking. At the same time, typical mathematical software such as Matlab and Mathematica will be introduced. The motivation for the questions under consideration is provided by simple application examples from the aforementioned areas. The content of the first part includes fundamental terms of numerical calculation: number representation and rounding errors, condition, efficiency and stability.Homepage: All current information on lectures and lectures
Suggested reading
Literatur: R. Kornhuber, C. Schuette, A. Fest: Mit Zahlen Rechnen (Skript zur Vorlesung)
-
19200502
Practice seminar
Practice seminar for Computerorientated Mathematics I (5 LP) (N.N.)
Schedule: Mo 12:00-14:00, Mo 14:00-16:00, Di 08:00-10:00, Di 16:00-18:00, Mi 10:00-12:00, Do 14:00-16:00, Fr 08:00-10:00 (Class starts on: 2025-10-13)
Location: A6/SR 031 Seminarraum (Arnimallee 6)
-
19200541
Zentralübung
Large tutorial for Computerorientated Mathematics I (5 LP) (Claudia Schillings)
Schedule: Fr 14:00-16:00 (Class starts on: 2025-10-10)
Location: A6/SR 031 Seminarraum (Arnimallee 6)
-
19300001
Lecture
Fundamentals of Programming (Katharina Klost)
Schedule: Mo 14:00-16:00, Mi 12:00-14:00 (Class starts on: 2025-10-13)
Location: , Gr. Hörsaal (Raum B.001)
Comments
Qualification goals
The students can explain and compare different programming paradigms. They are able to interpret descriptions and source code related to fundamental data structures, to characterize how they work, and to implement basic algorithms and data structures in different programming paradigms, adapting them to given requirements. They can discuss the advantages and disadvantages of different solutions for algorithmic problems.
Contents
Students acquire the fundamentals of programming. We will discuss basic programming paradigms, such as imperative, functional, and object oriented. Students will learn about expressions and data types, as well as fundamental aspects of imperative programming (e.g., state, statements, control structures, input-output), and practice their application. Students will also gain an understanding of fundamental aspects of functional programming (functions, recursion, higher-order functions, currying), object-oriented concepts such as encapsulation and inheritance, polymorphism, as well as basic algorithmic tasks (e.g., searching, sorting, selection, and simple array- and pointer-based data structures), and practice their implementation.
-
19300002
Practice seminar
Practice seminar for Fundamentals of Programming (Katharina Klost, Kristin Knorr)
Schedule: Mi 14:00-16:00, Mi 16:00-18:00, Do 08:00-10:00, Do 12:00-14:00, Do 16:00-18:00, Fr 08:00-10:00, Fr 10:00-12:00, Fr 12:00-14:00, Fr 14:00-16:00 (Class starts on: 2025-10-15)
Location: T9/055 Seminarraum (Takustr. 9)
Comments
Tutorien finden erst ab der 2. Vorlesungswoche statt
-
19300901
Lecture
Discrete Structures for Computer Science (Max Willert)
Schedule: Di 14:00-16:00, Do 14:00-16:00 (Class starts on: 2025-10-14)
Location: , Gr. Hörsaal (Raum B.001)
Comments
Qualifikationsziele
Die Studierenden formulieren3 Aussagen formal aussagenlogisch und prädikatenlogisch. Sie analysieren4 und vereinfachen3 die logische Struktur gegebener Aussagen und beschreiben4 die logische Struktur von Beweisen. Sie benennen Eigenschaften unterschiedlicher Mengen, Relationen und Funktionen und begründen4 diese mit Hilfe formaler Argumente. Sie können Beweise für elementare Aussagen unter Verwendung elementarer Beweistechniken entwickeln5 und die Mächtigkeit von Mengen mit Hilfe kombinatorischer Techniken sowie Wahrscheinlichkeiten von Zufallsereignissen bestimmen3. Sie sind in der Lage, Fragestellungen der (Bio-)Informatik mit Hilfe der Graphentheorie und der diskreten Wahrscheinlichkeitstheorie zu modellieren.3. Die Studierenden benennen Eigenschaften unterschiedlicher Graphen und begründen4 diese mit Hilfe formaler Argumente.
Inhalte
Studierende erlernen grundlegende Konzepte der Mengenlehre, Logik, Booleschen Algebra, Kombinatorik und Graphentheorie und üben deren Anwendung. Sie erarbeiten sich in der Mengenlehre Mengen, Relationen, Äquivalenz- und Ordnungsrelationen und Funktionen. Im Bereich der Logik und Booleschen Algebra erarbeiten sie sich Aspekte der Aussagenlogik, Prädikatenlogik, Erfüllbarkeitstests, sowie Boolesche Funktionen und Normalformen. Im Themenfeld Kombinatorik erlernen und diskutieren sie das Schubfachprinzip, Rekursion, Abzählprinzipien, Fakultät und Binomialkoeffizienten. Im Themenfeld Graphentheorie erarbeiten sie Repräsentationsformen, Wege, Kreise und Bäume. Zuletzt erarbeiten sie sich verschiedene Beweistechniken und grundlegende Aspekte Diskreter Wahrscheinlichkeitstheorie. Die meisten dieser Konzepte werden an Rechen- oder Beweisaufgaben geübt.
-
19300902
Practice seminar
Practice seminar for Discrete Structures for CS (Max Willert)
Schedule: Mo 08:00-10:00, Mo 10:00-12:00, Mo 16:00-18:00, Di 08:00-10:00, Di 10:00-12:00, Di 12:00-14:00, Di 16:00-18:00, Mi 08:00-10:00 (Class starts on: 2025-10-13)
Location: T9/053 Seminarraum (Takustr. 9)
-
19301101
Lecture
Analysis for Computer Science and Bioinformatics (Katinka Wolter, Klaus Kriegel)
Schedule: Di 14:00-16:00, Fr 10:00-12:00 (Class starts on: 2025-10-14)
Location: T9/Gr. Hörsaal (Takustr. 9)
Additional information / Pre-requisites
The sign-up for the tutorial sessions will be announced in due time.
Comments
Contents:
- number systems: from natural numbers to real numbers, completeness property of the reals
- polynomials: roots of polynomials, polynomial interpolation, rational functions
- special functions: exponential function, logarithm, trigonometric functions
- complex numbers: exponential function for complex numbers, complex roots
- convergence of sequences and series, convergence of functions, continuous functions, O-notation
- differential calculus: derivative of a function, interpretations and applications of the derivative
- intergral calculus: primitive functions, definite integrals, fundamental theorem of calculus, applications
- power series
- basics of stochastics: probability spaces, discrete and continuous random variables, expected value and variance of random variables
Suggested reading
- Kurt Meyberg, Peter Vachenauer: Höhere Mathematik 1, Springer-Verlag, 6. Auflage 2001
- Dirk Hachenberger: Mathematik für Informatiker, Pearson 2005
- Peter Hartmann: Mathematik für Informatiker, Vieweg, 4. Auflage 2006
- Thomas Westermann: Mathematik für Ingenieure mit Maple 1, Springer-Verlag, 4. Auflage 2005
-
19301102
Practice seminar
Practice seminar for Analysis for Computer Science (Katinka Wolter)
Schedule: Mo 12:00-14:00, Mo 16:00-18:00, Di 16:00-18:00, Mi 12:00-14:00, Mi 16:00-18:00, Do 10:00-12:00, Fr 14:00-16:00 (Class starts on: 2025-10-13)
Location: T9/046 Seminarraum (Takustr. 9)
-
19301201
Lecture
Foundations of Theoretical Computer Science (Günther Rothe)
Schedule: Mo 10:00-12:00 (Class starts on: 2025-10-20)
Location: T9/Gr. Hörsaal (Takustr. 9)
Comments
Contents:
- models of computation
- automata
- formal languates
- grammars and the Chomsky-hierarchy
- Turing-machines
- computabilty
- introduction to the complexity of computational problems
Suggested reading
- Uwe Schöning, Theoretische Informatik kurzgefasst, 5. Auflage, Spektrum Akademischer Verlag, 2008
- John E. Hopcroft, Rajeev Motwani, Jeffrey D. Ullman, Einführung in die Automatentheorie, Formale Sprachen und Komplexität, Pearson Studium, 3. Auflage, 2011
- Ingo Wegener: Theoretische Informatik - Eine algorithmenorientierte Einführung, 2. Auflage, Teubner, 1999
- Michael Sipser, Introduction to the Theory of Computation, 2nd ed., Thomson Course Technology, 2006
- Wegener, Kompendium theoretische Informatik - Eine Ideensammlung, Teubner 1996
- models of computation
-
19301202
Practice seminar
Practice seminar for Foundations of Theoretical Computer Science (Günther Rothe)
Schedule: Mo 12:00-14:00, Di 16:00-18:00, Mi 08:00-10:00, Mi 14:00-16:00, Mi 16:00-18:00, Do 08:00-10:00, Do 16:00-18:00, Fr 08:00-10:00, zusätzliche Termine siehe LV-Details (Class starts on: 2025-10-13)
Location: , A7/SR 031, A7/SR 140 Seminarraum (Hinterhaus), T9/046 Seminarraum, T9/049 Seminarraum, T9/051 Seminarraum, T9/053 Seminarraum, T9/SR 006 Seminarraum
-
19301501
Lecture
Database Systems (Katharina Baum)
Schedule: Di 10:00-12:00, Do 10:00-12:00 (Class starts on: 2025-10-14)
Location: T9/SR 005 Übungsraum (Takustr. 9)
Additional information / Pre-requisites
Requirements
- ALP 1 - Functional Programming
- ALP 2 - Object-oriented Programming
- ALP 3 - Data structures and data abstractions
- OR Informatik B
Comments
Content
Database design with ERM/ERDD. Theoretical foundations of relational database systems: relational algebra, functional dependencies, normal forms. Relational database development: SQL data definitions, foreign keys and other integrity constraints, SQL as applicable language: essential language elements, embedding in programming language. Application programming; object-relational mapping. Security and protection concepts. Transaction subject, transactional guaranties, synchronization of multi user operations, fault tolerance features. Application and new developments: data warehousing, data mining, OLAP.
Project: the topics are deepened in an implementation project for student groups.
Suggested reading
- Alfons Kemper, Andre Eickler: Datenbanksysteme - Eine Einführung, 5. Auflage, Oldenbourg 2004
- R. Elmasri, S. Navathe: Grundlagen von Datenbanksystemen, Pearson Studium, 2005
-
19301502
Practice seminar
Practice seminar for Database systems (Pascal Iversen)
Schedule: Mi 12:00-14:00 (Class starts on: 2025-10-15)
Location: T9/049 Seminarraum (Takustr. 9)
-
19302201
Lecture
System Administration (Rolf Dietze)
Schedule: -
Location: keine Angabe
Additional information / Pre-requisites
The class will be taught as a block course. Details will be announced in due time.
Comments
Contents
- shell scripting from the viewpoint of system administration
- planning and setting up a computer system while taking availability and maintainability into consideration (RAS-conditions)
- redundancy in networking and storage
- planning and setting up a redundant storage system (Raid-technologies and management)
- system administration, security and user management, accounting and logging
- managing configuration files and documentation
- backups - strategies and technologies
- planning and realization of networkwide services and resources (e.g. file services, print services, network information services)
- implementation on different platforms (AIX, Solaris)
- partitioning, virtualization and resource management on modern systems supporting logical partitioning
- virtualization and resource management at the operating systems level (workload partitions, zones, jails)
- qualitative comparison of partitioning and virtualization techniques on PowerPC and Sparc based UNI*-systems.
- delegation of administration tasks with rolebased access (RBAC)
- ethical and legal aspects when dealing with administrative privileges,
- special aspects and procedures when dealing with personal information and security clearances when dealing with vital systems
At the beginning of the class, we will refresh the necessary knowledge to participate in the practical exercises and we will set up a working environment in the context of the administration of a heterogeneous computer network. Previous experience is desirable.
-
19302230
Internship
Internship for System Administration (Rolf Dietze)
Schedule: -
Location: keine Angabe
-
19302613
Lab Seminar
Planning, Realisation and Analysis of a Tutorial (Max Willert)
Schedule: -
Location: keine Angabe
Additional information / Pre-requisites
Time and location by appointment.
Comments
Content
In a preparatory colloquium, current teaching methods and advising for tutors are presented and discussed. This colloquium is specifically for students, which particularly want to guide exercise sessions as a tutor for the mathematics and computer science students. An interview with the selection committee will take place even during the holidays, in which will be decided about the suitability as a tutor.
After successful aptitude assessment a tutorial about a subjects of a lecture of the first four semesters bachelor study, should be prepare, expose, documented and analyzed.
-
19303501
Lecture
Advanced Algorithms (N.N.)
Schedule: Mo 10:00-12:00, Fr 10:00-12:00 (Class starts on: 2025-10-13)
Location: KöLu24-26/SR 006 Neuro/Mathe (Königin-Luise-Str. 24 / 26)
Additional information / Pre-requisites
Target audience
All Master and Bachelor students who are interested in algorithms.
Prerequisites
Basic familiarity with the design and analysis of algorithms.
Comments
The class focuses on topics such as
- general principles of algorithm design,
- network flows,
- number-theoretic algorithms (including the RSA crypto system),
- string matching,
- NP-completeness,
- approximation algorithms for hard problems,
- arithmetic algorithms and circuits, fast fourier transform.
Suggested reading
- Cormen, Leiserson, Rivest, Stein: Introduction to Algorithms, 2nd Ed. McGraw-Hill 2001
- Kleinberg, Tardos: Algorithm Design Addison-Wesley 2005.
-
19303502
Practice seminar
Practice seminar for Advanced Algorithms (N.N.)
Schedule: Mi 08:00-10:00, Mi 14:00-16:00 (Class starts on: 2025-10-15)
Location: T9/046 Seminarraum (Takustr. 9)
-
19304801
Lecture
Geospatial Databases (Agnès Voisard)
Schedule: Di 14:00-16:00 (Class starts on: 2025-10-14)
Location: T9/046 Seminarraum (Takustr. 9)
Additional information / Pre-requisites
Zielgruppe:
Studierende im Masterstudiengang Voraussetzungen: Vorlesung: Einf. in DatenbanksystemeComments
The goal of this course is to acquire the background of spatial databases, the kernel of Geographic Systems. The major aspects that will be handled are: modeling and querying geospatial information, spatial access methods (SAMs), data representation, basic operations (mostly from computational geometry), and optimization. Insights into current applications such as location-based services (e.g., navigation systems) will also be given. Knowledge in databases is necessary. This course encompasses: formal lectures, exercises, as well as a practical project with PostGIS.
Suggested reading
Handouts are enough to understand the course.
The following book will be mostly used: P. Rigaux, M. Scholl, A. Voisard.Spatial Databases - With Application to GIS. Morgan Kaufmann, May 2001. 432 p. (copies in the main library) -
19304802
Practice seminar
Practice seminar for Geospatial Databases (Agnès Voisard)
Schedule: Do 14:00-16:00 (Class starts on: 2025-10-16)
Location: A7/SR 031 (Arnimallee 7)
-
19328301
Lecture
Data Visualization (Claudia Müller-Birn)
Schedule: Di 12:00-14:00 (Class starts on: 2025-10-14)
Location: T9/SR 006 Seminarraum (Takustr. 9)
Additional information / Pre-requisites
Link to the course on the HCC-Website: https://www.mi.fu-berlin.de/en/inf/groups/hcc/teaching/winter_term_2025_26/course_data_visualization.html
Comments
The current rapid technological development requires the processing of large amounts of data of various kinds to make them usable by humans. This challenge affects many areas of life today, such as research, business, and politics. In these contexts, decision-makers use data visualizations to explain information and its relationships through graphical representations of data. This course aims to familiarize students with the principles, techniques, and methods in data visualization and provide practical skills for designing and implementing data visualizations.
This course gives students a solid introduction to the fundamentals of data visualization with current insights from research and practice. By the end of the course, students will
- Be able to select and apply methods for designing visualizations based on a problem,
- know essential theoretical basics of visualization for graphical perception and cognition,
- know and be able to select visualization approaches and their advantages and disadvantages,
- be able to evaluate visualization solutions critically, and
- have acquired practical skills for implementing visualizations.
This course is intended for students interested in using data visualization in their work and students who want to develop visualization software. Basic knowledge of programming (HTML, CSS, Javascript, Python) and data analysis (e.g., R) is helpful.
In addition to participating in class discussions, students will complete several programming and data analysis assignments. In a mini-project, students work on a given problem. Finally, we expect students to document and present their assignments and mini-project in a reproducible manner.
Please note that the course will focus on how data is visually coded and presented for analysis after the data structure and its content are known. We do not cover exploratory analysis methods for discovering insights in data are not the focus of the course.
Suggested reading
Textbook
Munzner, Tamara. Visualization analysis and design. AK Peters/CRC Press, 2014.
Additional Literature
Kirk, Andy: Data visualisation: A handbook for data driven design. Sage. 2016.
Yau, Nathan: Visualize This: The FlowingData Guide to Design, Visualization, and Statistics. Wiley Publishing, Inc. 2011.
Spence, Robert: Information Visualization: Design for Interaction. Pearson. 2007.
-
19328302
Practice seminar
Data Visualization (Malte Heiser)
Schedule: Do 10:00-12:00 (Class starts on: 2025-10-16)
Location: T9/053 Seminarraum (Takustr. 9)
-
19335011
Seminar
Seminar: Networks, dynamic models and ML for data integration in the life sciences (Katharina Baum, Pascal Iversen)
Schedule: Di 14:00-16:00 (Class starts on: 2025-09-30)
Location: T9/K40 Multimediaraum (Takustr. 9)
Comments
Research seminar of the group Data Integration in the Life Sciences (DILiS). Also open for seminar participation in the Master's program, online participation possible. Please refer to the current schedule on the whiteboard!
The seminar offers space for the discussion of advanced and integrative data analysis techniques, in particular presentations and discussion of ongoing or planned research projects, news from conferences, review and discussion of current literature and discussion of possible future teaching formats and content, and presentations, as well as final presentations on theses or project seminars. The seminar language is mostly English. Interested students are welcome to attend and drop in without obligation or present a topic of their own choice of interest to the working group as in a usual seminar. Please note: Individual dates may be canceled or postponed. Please contact me in case of questions (katharina.baum@fu-berlin.de)!
-
19400001
Lecture
Algorithmic Bioinformatics I and Numerics (Knut Reinert)
Schedule: Do 12:00-14:00 (Class starts on: 2025-10-16)
Location: T9/SR 005 Übungsraum (Takustr. 9)
Comments
The following topics are addressed in the lecture: methods for approximate and exact sequence search and comparison. Among those are index based methods, multiple searches, and heuristics for sequence search. In the numerics part we will address rounding errors, condition, and stability.
In the exercises, you will deepen the content and practice analysis and proof techniques.
Please notice that the practical course "Praxis der Algorithmischen Bioinformatik I und Numerik" (19401330) is synchronized with this module. Please inform yourself on the corresponding page.
Suggested reading
Generelle Bücher/Basic reading:
- Neil C. Jones, Pavel A. Pevzner: An Introduction to Bioinformatics Algorithms. MIT Press, Cambridge, MA, 2004. ISBN 0-262-10106-8
- R. Durbin, S. Eddy, A. Krogh, G. Mitchison: Biological sequence analysis. Cambridge University Press, 1998. ISBN 0-521-62971-3
- David B. Mount: Bioinformatics. Sequence and Genome Analysis. Cold Spring Harbor Laboratory Press, New York, 2001. ISBN 0-87969-608-7
- Chao, Zhang: Sequence comparison, Theory and Methods: Springer, ISBN: 978-1-85800-319-4
-
19400002
Practice seminar
Practice seminar for Algorithmic Bioinformatics I and Numerics (Knut Reinert)
Schedule: Di 10:00-12:00, Di 12:00-14:00, Mi 10:00-12:00, Do 14:00-16:00 (Class starts on: 2025-10-21)
Location: T9/055 Seminarraum (Takustr. 9)
-
19400432
Research Internship
Bioinformatics Research Internship (Knut Reinert u.a.)
Schedule: -
Location: keine Angabe
Comments
Please contact your advisor.
Further information on our homepage.
-
19401201
Lecture
Algorithmic Bioinformatics III and Statistics (Knut Reinert, Martin Vingron, Max von Kleist, Martin Hölzer)
Schedule: Di 14:00-16:00 (Class starts on: 2025-10-14)
Location: T9/SR 005 Übungsraum (Takustr. 9)
Comments
Please see German description.
-
19401202
Practice seminar
Ü: Algorithmic Bioinformatics III and Statistics (Knut Reinert)
Schedule: Di 10:00-12:00, Di 12:00-14:00, Di 16:00-18:00, Do 10:00-12:00 (Class starts on: 2025-10-21)
Location: T9/055 Seminarraum (Takustr. 9)
-
19401206
Seminar-style instruction
SemU: Algorithmic Bioinformatics III and Statistics (Knut Reinert, Martin Vingron, Max von Kleist)
Schedule: -
Location: keine Angabe
-
19401330
Internship
P: Algorithmic Bioinformatics I and Numerics (Chris Bielow)
Schedule: Mo 10:00-12:00, Mo 14:00-16:00, Mo 16:00-18:00, Di 14:00-16:00 (Class starts on: 2025-10-20)
Location: A6/017 Frontalunterrichtsraum (Bioinf) (Arnimallee 6)
Comments
This practical course is associated with the lecture and exercise "Algorithmische Bioinformatik I und Numerik". It starts with an introduction to programming tools and the programming language applied in the lecture/exercise. After that, programming skills will be explained and taught using the algorithms discussed in the lecture.
-
19402311
Seminar
Seminar: Deep Learning for biomedical applications (Vitaly Belik)
Schedule: Mo 16:00-18:00 (Class starts on: 2025-10-13)
Location: T9/051 Seminarraum (Takustr. 9)
Additional information / Pre-requisites
Master students with a background in physics, chemistry, bioinformatics or computer science
Comments
Recent developments in the area of machine learning due to availability of data and computational power promise to revolutionize almost every area of science. The driving technology behind this advancement is deep learning – a machine learning technology based on artificial neural networks consisting of many layers. Deep learning is capable of processing huge amount of data of different nature and already outperforming humans in many decision-making tasks. Biomedical research became now a source of large heterogeneous data, i.e. images, video, activity sensors, omics and text data. Leveraging the opportunities of this deep learning technology in the biomedical field requires particular set of skills combining thorough knowledge of necessary algorithms, specifics of biomedical data and designated programming tools. In this course we aim to offer students with background in computer science an opportunity to acquire the above skills to be able to deploy deep learning technology with a focus on biomedical applications. The course is structured as a seminar, where students under extensive guidance of instructors read fundamental books and recent research articles on deep learning, learn necessary programming tools, and produce their own implementations of computational pipelines in case studies using already published or original data. Starting from fundamental aspects of deep learning we aim to cover its applications to e.g. image data, time series data, text data, complex networks.
Suggested reading
[1] Andresen N, Wöllhaf M, Hohlbaum K, Lewejohann L, Hellwich O, Thöne- Reineke C, Belik V, Towards a fully automated surveillance of well-being status in laboratory mice using deep learning: Starting with facial expres- sion analysis. Plos One, 15(4):e0228059, (2020) https://doi.org/10.1371/ journal.pone.0228059
[2] Jarynowski A, Semenov A, Kamiński M, Belik V. Mild Adverse Events of Sputnik V Vaccine in Russia: Social Media Content Analysis of Telegram via Deep Learning. J Med Internet Res 2021;23(11):e30529 https://doi.org//10.2196/30529
-
19402433
Professional Internship
Bioinformatics Internship (Sandro Andreotti)
Schedule: -
Location: keine Angabe
Comments
For further information see german text version.
-
19402911
Seminar
Journal Club Computational Biology (Knut Reinert)
Schedule: Mo 14:00-16:00 (Class starts on: 2025-10-20)
Location: T9/053 Seminarraum (Takustr. 9)
Additional information / Pre-requisites
Open for:
Master and PhD students
Comments
Content:
In this seminar we will present original work in Computational biology as well as progress reports from PhD students. Master students will either be assigend a paper, or present their MSc thesis plans and results, or report about their research internship. Credits are only awarded for the presentation of papers.
Please sign up on the Whiteboard (open "Site Browser" and look forJournal Club).
Suggested reading
aktuelle Publikationen aus der Forschung
-
19403720
Course
Introduction to C++ (Sandro Andreotti, Chris Bielow)
Schedule: Termine siehe LV-Details (Class starts on: 2025-09-29)
Location: T9/K36 Rechnerpoolraum T9/K38 Rechnerpoolraum
Additional information / Pre-requisites
This course is primarily aimed at students of bioinformatics (in preparation for the module "Algorithms and Data Structures" in the third semester). Students of computer science are also allowed to participate, provided that places are available.
Comments
See German description.
-
19403911
Seminar
Scientific Work in Bioinformatics (Knut Reinert, Max von Kleist)
Schedule: Do 14:00-16:00 (Class starts on: 2025-10-16)
Location: T9/SR 005 Übungsraum (Takustr. 9)
Comments
See German text.
-
19404070
Begrüßungs- und Abschlussveranstaltung
Welcome event for master students of bioinformatics (Knut Reinert, Ulrike Seyferth)
Schedule: Mo 13.10. 14:00-15:00 (Class starts on: 2025-10-13)
Location: T9/Gr. Hörsaal (Takustr. 9)
Comments
This information session is aimed at master students in their first semester, especially those who did their bachelor's degree at another university (in Germany or a different country). Attendants will be provided with information on the organization and the content of their studies. Afterwards there will be the opportunity to talk to experienced master's students and get to know fellow students.
-
19404611
Seminar
Open science, data handling and ethical aspects in bioinformatics (Thilo Muth)
Schedule: Do 14:00-16:00 (Class starts on: 2025-10-16)
Location: T9/051 Seminarraum (Takustr. 9)
Comments
The main objectives of this seminar are (1) to introduce fundamental methods of data handling in bioinformatics research with a particular focus on lab management systems, containerized frameworks and software workflow systems, (2) to provide a general overview of open science, sustainable software development, information security and data protection and (3) to discuss ethical issues, chances and risks with regard to fundamental research and personalized medicine.
Planned topics are as follows:
- Open vs. closed Science: chances and risks of open science. Open access and traditional publishing.
- Sustainable software development and reproducible research: open data and open source, code repositories, maintainability of software and code in the sciences
- Laboratory information management systems: sample management, integration of instruments and application, data exchange
- Bioinformatic workflows: Galaxy, Snakemake and KNIME
- Containerized frameworks: Advantages of using Docker, Bioconda etc.
- Information security and data protection: securing personalized data, relevance for data analyses in research, efficient handling guidelines of data security, potential issues with open science
- Ethical issues, chances and risks of omics research: immense opportunities when manipulating genome information, novel ethical questions need to be asked, „right not to know“, danger of discrimination against individuals or groups based on genetic differences
Organisational note: During the first course at the beginning of the semester, the aforementioned topics will be briefly introduced and course material (e.g. relevant publications) will be provided. In the second course, topics will be assigned to the attendees of the seminar.
-
19404901
Lecture
Foundations in Computer Science (Knut Reinert)
Schedule: Di 10:00-12:00 (Class starts on: 2025-10-14)
Location: A6/SR 032 Seminarraum (Arnimallee 6)
Comments
In this lecture we will introduce concepts and methods of advanced algorithmics relevant to current reseach in bioinformatics. We will discuss Methods for the development and analysis of deterministic and randomised algorithms and foundations of compact data structures. Finally, the lecture will encompass concepts for parallel and vectorized computing. In more detail we will cover:
- Introduction into different kinds of algorithms and analysis methods
- Foundations of compact data structures
- Graph theiry and graph algorithms
- Analysis of randomized algorithms and data structures
- Introduction into parallel and vectorized computing
- Concepts, paradigms and frameworks for distributed computing -
19404902
Practice seminar
Practice seminar: Foundations in Computer Science (Knut Reinert)
Schedule: Di 12:00-14:00 (Class starts on: 2025-10-14)
Location: A6/SR 032 Seminarraum (Arnimallee 6)
-
19405001
Lecture
Foundations in Mathematics and Statistics (Max von Kleist, Liu-Wei Wang)
Schedule: Do 10:00-12:00 (Class starts on: 2025-10-16)
Location: A6/SR 032 Seminarraum (Arnimallee 6)
Comments
Goals: The students get a basic understanding of advanced mathematical concepts and methods in numerics, statistics, and optimization in the context of current research in bioinformatics and systems biology. They are able to choose problem-specific methods, to apply them in practice, and to evaluate the quality of the results.
Contents: The course will address topics from the following areas:
- Numerics
- Modeling chemical reaction networks
- Differential equation modeling
- Parameter identification, sensitivity, identifiability
- Optimization
- Linear optimization (Simplex, polyhedra)
- Integer linear optimization (branch-and-bound, branch-and-cut)
- Local search and metaheuristics
- Statistics
- Testing and regression
- Classification
- Bootstrap and model evaluation
- Numerics
-
19405002
Practice seminar
Practice seminar for Foundations in Mathematics and Statistics (Max von Kleist, Liu-Wei Wang)
Schedule: Do 12:00-14:00 (Class starts on: 2025-10-16)
Location: A6/SR 032 Seminarraum (Arnimallee 6)
-
19405106
Seminar-style instruction
SU: Introduction to Focus Areas (Knut Reinert, Max von Kleist)
Schedule: Mo 12:00-14:00 (Class starts on: 2025-10-20)
Location: T9/SR 006 Seminarraum (Takustr. 9)
-
19405152
RV
Introduction to Focus Areas (Knut Reinert, Max von Kleist)
Schedule: Mo 10:00-12:00 (Class starts on: 2025-10-20)
Location: T9/SR 006 Seminarraum (Takustr. 9)
Comments
The module presents interdisciplinary exemplary problems and approaches from the three focus areas "Data Science for Bioinformatics", "Complex Systems in Bioinformatics" and "Advanced Algorithms in Bioinformatics". During a project, teams work together on concrete tasks on selected topics from these focus areas. They develop concrete proposals for solutions to practice-oriented problems, implement them and present the results.
-
19405911
Seminar
Biochemical networks and disease (Jana Wolf)
Schedule: Do 12:00-14:00 (Class starts on: 2025-10-16)
Location: T9/053 Seminarraum (Takustr. 9)
Comments
Molecular metabolic, signaling and gene-regulatory networks form complex networks that underly the normal physiological functioning of the cell. Various perturbations within these networks have been described in diseases. We will here use original papers to study and discuss how perturbations can be implemented in models and how they change the network characteristics. We will focus on dynamic models described by ordinary differential equations.
-
19406411
Seminar
Journal Club: Public Health Data Science (Max von Kleist)
Schedule: Mittwochs 10-12, ab der zweiten Semesterwoche
Location: online
Comments
In this seminar, current research in the field of data-driven public health science, as well as the progress reports of PhD students and post-docs, will be presented. Master's students will present either an assigned journal article or their master's thesis, or they will report on their research internship. Credits will be awarded for article presentations only.
Schedule: online, by arrangement. The link to participate can be obtained from the lecturer.
-
19406611
Seminar
Cancelled
Journal Club: Biomedical Data Science (Katharina Jahn)
Schedule: Di 16:00-18:00 (Class starts on: 2025-10-14)
Location: A3/SR 115 (Arnimallee 3-5)
Comments
In this seminar, we study current research publications in biomedical data science. Master students either present a research article, or their master thesis, or they present about their research internship. Credit points can only be earned for the presentation of research articles.
-
60100101
Lecture
Statistics II for bioinformatics and machine learning (Konrad Neumann)
Schedule: Mi 16:00-18:00 (Class starts on: 2025-10-15)
Location: T9/Gr. Hörsaal (Takustr. 9)
Comments
Only in German available.
-
60100102
Practice seminar
Practice seminar for Statistics II for bioinformatics and machine learning (Konrad Neumann)
Schedule: Do 16:00-18:00 (Class starts on: 2025-10-23)
Location: T9/051 Seminarraum (Takustr. 9)
-
60100613
Lab Seminar
Current topics in cell physiology (Dorothee Günzel)
Schedule: -
Location: keine Angabe
Additional information / Pre-requisites
Please bring lab coat, if available!
Comments
Block course during the semester break. Next available class: tba (two weeks, all day)
Location: Charité Campus Benjamin Franklin (Steglitz, Hindenburgdamm 30), Institut für Klinische Physiologie
For further information: http://klinphys.charite.de/bioinfo/
or mail to Dorothee Günzel
Within this course you will generate structural models of proteins by homology modelling. You will develop hypotheses which amino acids should be decisive for the structure. These Hypotheses will be tested by carrying out molecular biologic experiments (such as site-directed mutagenesis by using two-step PCR). The construct will be cloned into expression vectors, transformed and amplified in bacteria, extracted, sequenced and overexpressed in cultured cells.
These cells will be analyzed in the confocal laser scanning microscope and by other techniques. The results will be evaluated and interpreted in the context of the original hypitheses.
The experimental part will be flanked by seminars introducing the theoretical background and the various techniques.
The exact program of this course depends on the actual research of the institute and is tightly connected to our actual projects.
Suggested reading
Milatz S, Piontek J, Hempel C, Meoli L, Grohe C, Fromm A, Lee IM, El-Athman R, Günzel D (2017) Tight junction strand formation by claudin-10 isoforms and claudin-10a/-10b chimeras. Ann. N.Y. Acad. Sci. 1405: 102-115 (https://www.ncbi.nlm.nih.gov/pubmed/28633196)
Piontek J, Winkler L, Wolburg H, Müller SL, Zuleger N, Piehl C, Wiesner B, Krause G, Blasig IE (2008) Formation of tight junction: determinants of homophilic interaction between classic claudins. FASEB J. 22: 146-158 (https://www.ncbi.nlm.nih.gov/pubmed/17761522)
-
60101113
Lab Seminar
Current questions of structural Bioinformatics (Robert Preissner, Priyanka Banerjee)
Schedule: -
Location: keine Angabe
Comments
The practical course gives the student a chance to test his or her understanding of the material taught in the theory course. A short introduction on each topic will be given on this course for individual topics. The students will be assigned to a small project/task which they have to perform. The students will be assigned into groups of two/three/max four members, depending on the total number of students registered for the course.
Website: https://bioinformatics.charite.de/main/course_practical.php
Block course during the lecture-free period.
Further information: Priyanka Banerjee
Structure of the course:
Everyday students will be assigned projects in groups for each topic. They work together to solve some interesting scientific problem. Each group will be closely supervised by the respective tutors. At the end of the lecture series, students (individual group) will be assigned one of the topic of the course, which they have to present in front of the wider audience. This will provide students, a way to practice presentation skills and can help them to develop the expertise needed to discuss their research in a clear and meaningful way.
Learning how to answer specific questions and present data to a range of individuals, will help students in other endeavors, including future conference presentations, masters or dissertation defenses.
Topic for practical lectures are:
- Introductory session
- Homology modeling
- 3D molecular superimposition of small molecules
- In silico screening, molecular fingerprints and chemical similarity
- Natural products and fragments based drug discovery
- In silico toxicity prediction
- Personalized medicine
Important: Material from the theory course will be intensively used in the practical course. It is advisable, that the students need to attend the theory course before participating in the practical course. Both the courses are interlinked.
-
60101901
Lecture
Advanced Biometrical Methods (Frank Konietschke)
Schedule: Mi 14:00-16:00 (Class starts on: 2025-10-15)
Location: A6/SR 032 Seminarraum (Arnimallee 6)
Comments
This course will introduce advanced biometric methods used in clinical and observational studies. Topics covered include complex study designs and advanced modeling. Students should have a solid background in statistics and an interest in medical applications of statistics.
-
60101902
Practice seminar
Practice seminar for Advanced Biometrical Methods (Frank Konietschke)
Schedule: Mi 16:00-18:00 (Class starts on: 2025-10-15)
Location: A6/SR 032 Seminarraum (Arnimallee 6)
-
60102401
Lecture
Foundations in Bio-Medicine (Ronja Sophia Mercedes Adam, Henrike Lisa Sczakiel)
Schedule: Mi 10:00-12:00 (Class starts on: 2025-10-15)
Location: A6/SR 031 Seminarraum (Arnimallee 6)
-
60102402
Practice seminar
Practice Seminar for Foundations in Bio-Medicine (Ronja Sophia Mercedes Adam, Henrike Lisa Sczakiel)
Schedule: Mi 12:00-14:00 (Class starts on: 2025-10-15)
Location: A6/SR 031 Seminarraum (Arnimallee 6)
-
60103101
Lecture
Complex Systems in Biomedical Applications (Katharina Brauns, Dorothee Günzel, Alexander Stahn, Mathias Steinach)
Schedule: Mondays 2 - 6 PM, Charité
Location: keine Angabe
Comments
Joint class taught by the Institute of Clinical Physiology and the Institute of Physiology at the Charité. The course will be split into two segments: the first seven appointments in the semester will take place at the Institute of Physiology, while the second seven appointments will take place at the Institute of Clinical Physiology.
For further information: http://klinphys.charite.de/bioinfo/
or mail to Dorothee Günzel
Contents:
Using selected, up-to-date examples from biology and physiology, the work steps from data acquisition, data processing, data preparation, data assessment to the modeling of complex physiological relationships are studied theoretically and practically. Models from the following areas are dealt with in more detail:
- Basic biophysical and biochemical processes (e.g. free and facilitated diffusion through channel and transport proteins, active ion transport through membrane transporters, receptor-ligand interaction, interaction of structural and motor proteins)
- Structure-function analysis of transport proteins
- Biological networks (e.g. signal networks, metabolic networks, transportome models, feedback-mechanisms)
- Modeling physiological functions of an organism (e.g. mass transfer to the kidney, blood- and immune-function, muscle movement, temperature regulation, circadian rhythm, cardiac- and circulatory function, autonomic regulation / heart-rate-variability, body-composition)
-
60103102
Practice seminar
Practice Seminar for Complex Systems in Biomedical Applications (Katharina Brauns, Dorothee Günzel, Alexander Stahn, Mathias Steinach)
Schedule: -
Location: keine Angabe
-
60103201
Lecture
Structural Bioinformatics Methods in Drug Development (Robert Preissner, Priyanka Banerjee)
Schedule: -
Location: keine Angabe
Comments
Course overview:
Website: https://bioinformatics.charite.de/main/course_theoretical.php
Block course during the lecture-free period.
Further information: Priyanka Banerjee
The Structural Bioinformatics Group offers a broad and comprehensive set of lectures in the areas of structural bioinformatics and drug design. The course begins with a general introduction of the drug design pipeline and an introductory course on the structural bioinformatics research field. These lead on to more specialized topics, amongst others in chemo-informatics, molecular docking, homology modeling and more detailed aspects of toxicity prediction models.
Structure of the course:
This course consists of eight lecture series. A detailed lecture for a period of 2 hrs on individual topics is delivered in the morning session. Afternoon session consists of an assignment for each topic. This part of the lecture course is assessed by examination, which will take place at the end of the course. Students are asked to delivered a seminar/presentation for 25 minutes, on the topic assigned to them. The material for the examination will be provided in advance, ensuring that the students have required time for preparation.
Topics for lectures are:
- 1. Introductory session
- 2. Peptide design
- 3. Homology modeling
- 4. 3D Molecular superimposition of small molecules
- 5. In silico screening, molecular fingerprints and chemical similarity
- 6. Molecular docking
- 7. Natural products and fragments based drug discovery
- 8. In silico toxicity prediction
-
60103202
Practice seminar
Practice seminar for Structural Bioinformatics Methods in Drug Development (Robert Preissner, Priyanka Banerjee)
Schedule: -
Location: keine Angabe
-
19200501
Lecture