Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Pfern/BPBR16-Bioinformatics-using-Python-for-Biomedical-Researchers
Repository for the BPBR training course
https://github.com/Pfern/BPBR16-Bioinformatics-using-Python-for-Biomedical-Researchers
Last synced: about 1 month ago
JSON representation
Repository for the BPBR training course
- Host: GitHub
- URL: https://github.com/Pfern/BPBR16-Bioinformatics-using-Python-for-Biomedical-Researchers
- Owner: Pfern
- Created: 2016-06-01T18:38:48.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-15T10:02:47.000Z (over 8 years ago)
- Last Synced: 2024-08-02T11:22:12.322Z (4 months ago)
- Language: Python
- Size: 33.5 MB
- Stars: 4
- Watchers: 7
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-bacteria - BPBR16 - Bioinformatics using Python for Biomedical Researchers (2016). (Educational resources / Python)
README
# BPBR16-Bioinformatics-using-Python-for-Biomedical-Researchers
## Repository for the [BPBR16](http://gtpb.igc.gulbenkian.pt/bicourses/BPBR16/) training course
Dates: July 11th-15th 2016
course announcement
course program
Python is an object-oriented programming language that is ideal for biological data analysis. The course will start from zero knowledge, and will introduce the participants to all the basic concepts of Python such as calculating, organizing data, reading and writing files, program logic and writing larger programs. All the examples and practical sessions will focus on solving biological problems. In particular the sessions will cover:
- working with DNA and protein sequences
- data retrieval from files and their manipulation
- running applications, such as BLAST, locally and from a script
- finding motifs in sequence
- parsing common file formats (Uniprot, GenBank, PDB, BLAST) with Biopython
- ways to find and correct program errorsThe course will be highly interactive and the students will continuously put theory into practice while learning. By the end of the course, the participants will have a good understanding of Python basics and will have acquired the skills to manage any type of bioinformatics database record and to run applications from scripts. Basic Unix/Linux skills will be provided at the beginning of the course.
#### This repository is for the course materials and it is organized as follows:
Days |Lessons \& Tutorials |
------------ | -------------|
day 1 | [Intro](day1/intro.md), [Unix/Linux command line](day1/1-Unix/Unix-Theory-BPBR16.md), [Python Shell](day1/2-Pythonshell/pythonshell.md) |
day 2 |[Python Programs](day2/1-PythonPrograms/PythonPrograms.md), [Repeating Things](day2/2-RepeatingThings/RepeatingThings.md), [Structures and Modules](day2/1-PythonPrograms/PythonStructureModulesImport.md), [File Formats](day2/3-Parsing/FileFormats.md), [Parsing I](day2/3-Parsing/Parsing-Theory-I.md), [Parsing II](day2/3-Parsing/Parsing-Theory-II.md)|
day 3 |[Functions](day3/1-Functions/functions.md), [Best Practices](day3/2-Debugging/BestPracticesInProgramming.md), [Error Handling](day3/2-Debugging/ErrorHandling.md), [Data Columns](day3/3-DataColumns/DataColumns.md), [Tabular Data](day3/4-TabularData/TabularData.md) |
day 4 |[Data Searching](day4/DataSearching/DataSearching.md), [NGS pipeline](day4/Pipelines/NGS_pipeline.md), [BLAST Pipeline](day4/Pipelines/Running-BLAST_sys.argv.md), [Python libraries](day4/PythonLibraries/tasks.md) |
day 5 |[Hackaton](day5/Hackathon/HACKATHON_TASKS.md) |
=======#Instructors:
[Allegra Via](http://bioinformaticstraining.pythonanywhere.com/) ( IBBE, CNR, Bari, IT, Elixir-IT Training Coordinator)
[Vincenza Colonna](http://www.igb.cnr.it/popgenlab) (Institute of Genetics and Biophysics, CNR, Napoli, IT, Elixir-IT Deputy Training Coordinator)