Giter Club home page Giter Club logo

bio634_2020's Introduction

BIO634 Next-Generation Sequencing 2 – Transcriptomes, Variant Calling and Biological Interpretation

December 3-4th 2020

University of Zurich

URPP Evolution in Action

URPP logo

Carla Bello ([email protected]) & Gregor Rot ([email protected])

Table of Content

Day 1

     
9.30 - 9.40 Welcome & Introduction CB & GR
9.40 - 10:45 QC and Mapping
Presentation | Hands-on
CB
10:45 - 11.00 Coffee break
11.00 - 12.00 QC and Mapping: Continuation CB & GR
12.00 - 13.30 Lunch break
13.30 - 14.30 Variant Calling 2
Presentation | Hands-on
GR & CB
14.30 - 14.45 Coffee break
14.45 - 16.00 Talk: Dr. Jean-Claude Walser (ETH):
RNA-seq in ecology and evolutionary biology pdf -CANCELLED-

Day 2

     
9.30 - 10.45 RNA-seq
Presentation | Hands-on
CB
10.45 - 11:00 Coffee break
11.00 - 12.00 Continuation: RNA-seq CB & GR
12.00 - 13.30 Lunch break
13.30 - 14.30 Continuation: RNA-seq CB & GR
14.30 - 14.45 Coffee break
14:45 - 16:00 Making sense of gene lists
Presentation | Hands-on
GR & CB

Prerequisites for the course

  • Basic command line
  • Basic knowledge about NGS data structure: reads, alignments (BAM), quality scores or attendance of 'BIO609 Introduction to Linux and Bash Scripting' and BIO610 Next-Generation Sequencing 1 – Introductory Course: Assembly, Mapping, and Variant Calling

Directory structure

(Unix System hierarchical tree)

/home/student
            /software
            /variantcalling2
            /rnaseq
            /data
                /data_ngs2

Installation Instructions for Docker

Install Docker. Download the bio634.tar file. Load the Docker image to the file:

docker load -i bio634.tar

Create a storage folder on your local computer. Then you can start the docker container by running:

docker run -v /storage:/home/student/storage --hostname ubuntu --user student --workdir="/home/student" -ti bio634 bash --login

In the case above, the local folder is /storage (replace with your own local folder), which will be mounted on /home/student/storage.

If you are using Windows, please put the local folder in quotes, an example would be:

docker run -v "C:\Users\username\storage":/home/student/storage --hostname ubuntu --user student --workdir="/home/student" -ti bio634 bash --login

We will run most exercises in this Docker container, which has all required software pre-installed.

Recommended books (Practical Computing Skills)

Recommended websites

General

  • http://software-carpentry.org/
    Scientific Computing Resources for learning bash shell, programming in python, R, …]
  • SEQanswers the NGS community (Questions&Answers, protocols, software lists, news)
  • BioStars for questions about biocomputing and scripting for biologists
  • stackoverflow for questions related to coding

Linux/Shell

bio634_2020's People

Contributors

carlalbc avatar grexor avatar

Watchers

 avatar

Forkers

grexor

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.