Https://www.youtube.com/watch?v=0eEG5LVXdKo.

Slides:



Advertisements
Similar presentations
IMGS 2012 Bioinformatics Workshop: RNA Seq using Galaxy
Advertisements

RNA-seq data analysis Project
RNA-seq Analysis in Galaxy
Bacterial Genome Assembly | Victor Jongeneel Radhika S. Khetani
Before we start: Align sequence reads to the reference genome
NGS Analysis Using Galaxy
Agenda What is Computer Programming? The Programming Process
An Introduction to RNA-Seq Transcriptome Profiling with iPlant
Introduction to RNA-Seq and Transcriptome Analysis
Bioinformatics and OMICs Group Meeting REFERENCE GUIDED RNA SEQUENCING.
Genomics Virtual Lab: analyze your data with a mouse click Igor Makunin School of Agriculture and Food Sciences, UQ, April 8, 2015.
Transcriptome analysis With a reference – Challenging due to size and complexity of datasets – Many tools available, driven by biomedical research – GATK.
File formats Wrapping your data in the right package Deanna M. Church
RNAseq analyses -- methods
June 11, 2013 Intro to Bioinformatics – Assembling a Transcriptome Tom Doak Carrie Ganote National Center for Genome Analysis Support.
Introduction to RNA-Seq & Transcriptome Analysis
High Throughput Sequence (HTS) data analysis 1.Storage and retrieving of HTS data. 2.Representation of HTS data. 3.Visualization of HTS data. 4.Discovering.
NGS data analysis CCM Seminar series Michael Liang:
Next Generation DNA Sequencing
Transcriptome Analysis
RNA-seq workshop ALIGNMENT
Introductory RNA-seq Transcriptome Profiling. Before we start: Align sequence reads to the reference genome The most time-consuming part of the analysis.
The iPlant Collaborative
Linux & Shell Scripting Small Group Lecture 3 How to Learn to Code Workshop group/ Erin.
Introductory RNA-seq Transcriptome Profiling. Before we start: Align sequence reads to the reference genome The most time-consuming part of the analysis.
Trinity College Dublin, The University of Dublin GE3M25: Data Analysis, Class 4 Karsten Hokamp, PhD Genetics TCD, 07/12/2015
The iPlant Collaborative
User-friendly Galaxy interface and analysis workflows for deep sequencing data Oskari Timonen and Petri Pölönen.
Short Read Workshop Day 1 - Experimental Design Example 1: How to log in to vieques.
Canadian Bioinformatics Workshops
Canadian Bioinformatics Workshops
High Throughput Sequence (HTS) data analysis 1.Storage and retrieving of HTS data. 2.Representation of HTS data. 3.Visualization of HTS data. 4.Discovering.
RNA Seq Analysis Aaron Odell June 17 th Mapping Strategy A few questions you’ll want to ask about your data… - What organism is the data from? -
Introductory RNA-seq Transcriptome Profiling of the hy5 mutation in Arabidopsis thaliana.
Canadian Bioinformatics Workshops
Short Read Workshop Day 1 - Experimental Design Example 1: How to log in to vieques.
Short Read Workshop Day 1 - Experimental Design Video 1- Why to short read sequence (or not)
RNA-Seq with the Tuxedo Suite Monica Britton, Ph.D. Sr. Bioinformatics Analyst September 2015 Workshop.
Centralizing Bioinformatics Services: Analysis Pipelines, Opportunities, and Challenges with Large- scale –Omics, and other BigData High-Performance Computing.
Advanced Computing Facility Introduction
Canadian Bioinformatics Workshops
Introductory RNA-seq Transcriptome Profiling
Using command line tools to process sequencing data
NGS File formats Raw data from various vendors => various formats
Day 5 Mapping and Visualization
Short Read Sequencing Analysis Workshop
Cancer Genomics Core Lab
RNA Sequencing Day 7 Wooohoooo!
Integrative Genomics Viewer (IGV)
Dr. Christoph W. Sensen und Dr. Jung Soh Trieste Course 2017
Short Read Sequencing Analysis Workshop
S1 Supporting information Bioinformatic workflow and quality of the metrics Number of slides: 10.
Canadian Bioinformatics Workshops
Canadian Bioinformatics Workshops
Introductory RNA-Seq Transcriptome Profiling
GE3M25: Data Analysis, Class 4
Day 5 Session 29: Questions and follow-up…. James C. Fleet, PhD
Next Generation Sequencing analysis
Short Read Sequencing Analysis Workshop
Material for today’s workshop is at:
Epigenetics System Biology Workshop: Introduction
Maximize read usage through mapping strategies
Alignment of Next-Generation Sequencing Data
Transcriptomics Data Visualization Using Partek Flow Software
Computational Pipeline Strategies
Introduction to RNA-Seq & Transcriptome Analysis
Chromatin basics & ChIP-seq analysis
Short Read Sequencing Analysis Workshop
RNA-Seq Data Analysis UND Genomics Core.
Quality Control & Nascent Sequencing
Presentation transcript:

https://www.youtube.com/watch?v=0eEG5LVXdKo

Short Read Sequencing Analysis Workshop Day 1 Introduction to the Workshop

Schedule for Week 1 Day 1: Introduction Workshop syllabus and schedule Basic considerations for sequencing – depth, read length, format, etc. Test Logins Day 2: Introduction to Unix/Vim Understand how to use local machine to connect to a server/compute cluster Basic Linux commands, how to set up a command line VIM text editor Day 3: Intro to servers & downloading public data Head node vs. child nodes Job queues, modules Troubleshooting failed jobs Transferring/downloading files to the server Day 4: Quality Control, Mapping & IGV (Genome Browser Visualization Evaluating quality of sequencing data with FastQC Trimming reads, why and how Understand how & why we map reads SAM/BAM file formats, Samtools Introduction to IGV for visualization Day 5: Assessment and Assistance

Schedule for Week 2 Day 6: RNA-seq (Part 1/2) read counting, generating an annotation file, isoform analysis Day 7: RNA-seq (Part 2/2) & Nascent Sequencing wrap up and loose ends on RNA-seq analysis analyzing Nascent sequencing analysis (primarily GRO/PRO-seq). Day 8: Variant Calling, DNase-seq, & Single-Cell Sequenc- ing Variant calling using GATK single-cell sequencing analysis. 10x genomics Day 9: ChIP-seq & ATAC-seq peak calling motif displacement. Day 10: Downstream Analysis/ miscellaneous BEDTools, coordinate math Basics of data visualization (graphing) gene ontology (GO/GSEA).

Reverse Classroom Before class: During class (9-12 am) After class: Watch Videos http://bficores.colorado.edu/biofrontiers-core-facility-workshops/workshops-in-the-series/ During class (9-12 am) Examples with example files (fastq, sam, bam, bed) After class: Homework Get help in E1B11 1-3pm

Short read sequencing

Unix/Linux https://www.youtube.com/watch?v=gAc2oSgCZZI

You will be learning “command line” This is not a GUI Spelling and Capitalization matter! Google can help you learn “command line unix” The names for commands are not always intuitive (you will learn many this week)

Programs we will be using Text editor – VIM Sequencing quality – FastQC Read filtering/trimming – Trimmomatic Read Mapping – Bowtie2 Visualization – IGV Variant Calling – GATK toolkit, PicardTools Peak Calling (ChIP-Seq) – MACS Motif calling – MEME Suite, TomTom RNA-Seq mapping (splice-aware) – Tophat2 Differential Expression – HTseq, DESeq, Cufflinks Other programs: Samtools, BEDTools

What this workshop won’t cover De novo assembly (genome or transcriptome) 16s metagenomics Shotgun metagenomics Long-read data analysis Specialized analysis beyond the basics Coding Biostatistics How to analyze YOUR data

Login Mac open a terminal ssh <username>@server PC  open MobaXTerm or Linux Bash Shell or Windows Subsystem for Linux  Login

type exit or logout Logout

If you have a problem on the cloud Check for typos. Check your input directories and output directories. Did you load the necessary modules? Check for typos again. If you have a problem on the cloud

If you have a compute problem Please be courteous. BIT graciously gives their time for this workshop, we couldn’t do it without them All helpers and teachers are volunteers Having trouble? Email bit-help@colorado.edu to submit a ticket Put “SR2018” in the subject line Include your github username somewhere in the email Be as specific as possible description of the problem Include the exit and error files or the path to the e and o files. If you have a compute problem

Bioinformatics is not “free” Compute Resources ($1500) Storage (and Backup) Analysis time Expertise Extracting meaningful information requires more than basic bioinformatics And we haven’t even discussed biostatistics... http://massgenomics.org/2015/10/ngs-analysis-not-free.html

There is no One Right Answer Every algorithm/pipeline is different Different assumptions Different order of processing can have significant effect Different options can have a significant effect Most projects will require some customization or further processing to get useful data Zhang ZH, et al. (2014) PLoS ONE 9(8)

Important Considerations for Bioinformatics Keep a digital notebook: What programs and version are being used What options or variables are being used What order programs are being called in the pipeline What compute environment If you don’t know these answers and report them in publication, your work will not be repeatable!

When to think about your analysis Don’t wait until you have the data to think about bioinformatics Important experimental considerations Controls, replicates, sequencing depth, library prep, etc. all effect what type of analysis and how powerful it is to tell you something But if you did... All is not necessarily lost Many bad data sets have useful information, can be harder to find and may limit what you can find

vimtutor open a terminal type vimtutor to close vim--- follow instructions to close vim--- :q

Acknowledgements Next Generation Seq Core Funding: BioFrontiers Institute and Colorado Office of Economic Development and International Trade Compute Resources: BioFrontiers IT Staff Additional Acknowledgments DnA Lab (Dowell and Allen) Volunteers ©2017