Target audience: postgrad or beginner bioinformaticians
This course focuses on genomic sequencing.
Topics covered:
- The changing landscape of genomics: From Sanger sequencing to Next Generation Sequencing
- Overview of Next Generation Sequencing platforms and their methodology
- Targeted resequencing
- Alignment, variant calling and...
Scientific topics: Rare diseases
Keywords: Rare Diseases & Research
Resource type: e-learning
Materials from the ELIXIR workshop “ELIXIR TtR course: Basic genomics using advanced analysis tools”, Nov 5-6 2018 at the University of Ljubljana, Faculty of Medicine, Ljubljana, Slovenia
This self-learning tutorial aims to present the UNIX environment and to provide the most basic commands to users with no or very little UNIX knowledge.
The examples are taken from various Biological fields but have been chosen carefully to be easily accessible to a wide audience.
At the end of...
This repository includes training materials on the analysis of high-throughput sequencing (HTS) data, on the following topics: Introduction to HTS, RNA-seq, ChIP-seq and variant calling analysis.
Materials have been annotated following the standards and guidelines proposed at the “Best practices...
This package contains presentations and other training material given at the AllBio Plant and Pathogen Bioinformatics training course, held at the European Bioinformatics Institute, Hinxton, United Kingdom, Tuesday, July 8, 2014 - Friday, July 11, 2014. The course was aimed at giving an...
Clinical Bioinformatics I is a 10 credit module of the new MSc in Clinical Bioinformatics, delivered by Nowgen/NGRL and the University of Manchester in the UK. Clinical Bioinformatics is one of the streams of the NHS Scientific Training Programme (STP). The programme is a mixture of work...
This is a module from the "Python for Biologists" course. It describes the Python module interfacing the R package for statistics. The module shows how to calculate mean, standard deviation, z-score and p-value of a set of numbers, and how to generate plots. Input files for the scripts presented...
This is a module from the "Python for Biologists" course. It describes how to use Python dictionary and set data structures to search your data. In particular, how to use a dictionary to represent the genetic code table and use it to translate a nucleotide sequence into a protein sequence, and...
This is a module from the "Python for Biologists" course. It teaches how to do pattern matching in Python, i.e. how to find a substring (or a set of substrings) in a string. To this aim, it introduces the regular expression syntax, and the tools needed to search regular expressions in biological...
This is a module from the "Python for Biologists" course. It deals with functions and how to write and use them. It also introduces namespaces and the tuple data structure. The module contains several exercises and suggested solutions. The text of exercises is also provided in a separate file.
This presentation examines the available in silico tools for protein structure and function prediction. It examines the major protein family databases (PROSITE, PRINTS, Pfam, etc.), and explores why tools like PSI-BLAST, while convenient and easy to use, may not always give optimal results. The...
This presentation introduces the background to the InterPro database: what it is, where it came from, and what was the vision behind its creation. It examines in particular whether the database has evolved in line with its original vision, and asks whether the resource is still fit for purpose.
A presentation designed to introduce the concept of protein family analysis and characterisation using motif-based methods, with a particular focus on protein fingerprinting. Following a general introduction to sequence analysis, and the fingerprint approach, specific examples are given to...
This is a module from the "Python for Biologists" course. One typical problem in bioinformatics is parsing data files. This module explains how to parse FASTA files and GenBank records. It also introduces the if/elif/else construct to make choice in programming and the list data structure. The...