De-multiplexing & Quality Control Challenges and Solutions. Sridhar Srinivasan Bioinformatician Premas Lifescience

Size: px
Start display at page:

Download "De-multiplexing & Quality Control Challenges and Solutions. Sridhar Srinivasan Bioinformatician Premas Lifescience"

Transcription

1 De-multiplexing & Quality Control Challenges and Solutions Sridhar Srinivasan Bioinformatician Premas Lifescience

2 Abstract Illumina has multiple sequencing platforms that produces large amount of high quality sequence data in a short time frame. To utilize full potential of a sequencing run, we generally multiplex many samples in to a run. This has to be followed by demultiplexing and quality control of data to get reliable and reproducible results.

3 Our Discussion Here Is About The tools and strategies to get good demultiplexed data. Also includes how to check various quality parameters of sequencing data and methods to get rid of any low quality or contaminated reads.

4 Instrument Control Software/RTA Data analysis Images Intensities Basecalls A T G C Bcl files CASAVA 1.8 / MSR/ 3 rd party tools Reads Alignments Polymorphisms Biological results Visualize C/A/G/T

5 CASAVA CASAVA is a Linux application designed to: Translate base calls (.bcl files) to compressed, demultiplexed FASTQ files Align reads Call variants (SNPs and indels) Assign genotypes to variants Count expression level for exons, genes and splice junctions in case of RNA-seq runs

6 Demultiplexing overview Demultiplexing can be done by: CASAVA MiSeq Reporter software (for the miseq) Demultiplexing requires a run folder (with bcl files) and a sample sheet Demultiplexing occurs during Bcl to Fastq processing Each index sequence read is compared to the index sequence specified in the sample sheet No quality values are considered in this step

7 How does Demultiplexing occurs? Illumina sequencing instruments generate *.bcl files as primary sequencing output. CASAVA contains a BCL to FASTQ converter(configurebcltofastq.pl) that combines these per-cycle *.bcl files from a run and translates them into FASTQ files. In addition to generating FASTQ files, CASAVA uses a user-created or IEM sample sheet to divide the run output in projects and samples, and stores these in separate directories. If no sample sheet is provided, all samples will be put in the Undetermined_Indices directory by lane, and not demultiplexed

8 Header Description Samplesheet.csv FCID Positive integer indicating lane number (1-8) SampleID ID of sample SampleRef The reference sequence to be used for Sample Index Index sequence Description Description of the sample Control Y indicates lane is control lane N means sample Recipe Recipe used for sequencing Operator Name or ID of operator SampleProject The project the sample belongs to

9 Input Files for configurebcltofastq.pl Run Folder (from RTA or OLB) Files actually required are in the graphic shown SampleSheet.csv User created (Microsoft Excel is easiest) Saved as *.csv format Default directory is in the BaseCalls Directory

10 BCL Conversion and Demultiplexing Invocation Create MakeFiles Builds the run folder structure and generates the MakeFiles cd into the Analysis Directory MakeFiles are created in the analysis directory Execute MakeFiles Start the BCL conversion and Demultiplexing run Command(s) /path/to/casava/bin/configurebcltofastq.pl --input-dir <BaseCalls_DIR> --output-dir <Unaligned> --sample-sheet <Input DIR>/SampleSheet.csv cd /path/to/runfolder/unaligned nohup make j <n> & Nohup command keep even if process interrupted or if you log out. The -j option specifies the extent of parallelization

11 Bcl conversion and Demultiplexing options Selected command line options

12 Demultiplexing output fastq file The fastq files are located in the Unaligned/Project_<ProjectName>/Sample_<SampleNa me> directories Illumina FASTQ files use the following naming scheme: <sample name>_<barcode sequence>_l<lane (0- padded to 3digits)>_R<read number>_<set number (0- padded to 3digits>.fastq.gz In the case of non-multiplexed runs, <sample name> will be replaced with the lane numbers (lane1, lane2,..., lane8) and <barcode sequence> will be replaced with "NoIndex".

13 Demultiplexing Output Files, FastQ 1:N:0:CTTGTA TGAAACCAGTGTTCTTAATTGGCATTTTACACACACACACACAGAATTTAAAAAAAAAATCAAAGGAAATCATTCTAAATGTACTATGATAGCATGTTAAA + =55>7;?::BDADDD@EE88DCD?DFFEFFECBE6666BB=B;<;<-34:;<CB51>=BBEE>EE?3D@??CB->:=:AA8DDDDDDBBE9;,=?:/89<E Character ASCII Value Phred Score Error probability? I

14 Demultiplex stat file

15 Demultiplexing Output Files, Summary File The Demultiplex_Stats file is located in the Unaligned/Basecall_Stats_FCID directory.

16 Troubleshooting indexes Linux command line to determine raw index sequence frequency HWI-BRUNOP20X:994:B809UWABXX:1:1101:13501:2240 1:N:0:CTTGTA TGAAACCAGTGTTCTTAATTGGCATTTTACACACACACACACAGAATTTAAAAAAAAAATCAAAGGAAATCATTCTAAATGTACTATGATAGCATGTTAAA + =55>7;?::BDADDD@EE88DCD?DFFEFFECBE6666BB=B;<;<-34:;<CB51>=BBEE>EE?3D@??CB->:=:AA8DDDDDDBBE9;,=?:/89<E Go to Undetermined_Indices/Sample_lane<n> Command line: gunzip awk sort -c lane1_undetermined_l001_r1_001.fastq.gz \ '{if($2~/:/) {sub(/.*:/,"",$2); print $2}}'\ -n uniq -c sort -n -r > index.list.txt

17 FastQC FastQC provide a simple way to do some quality control checks on raw sequence data. give a quick impression of whether your data has any problems of which you should be aware before doing any further analysis. Main Functions -- Import of data from BAM, SAM or FastQ files (any variant) -- Providing a quick overview to tell which areas there may be problems -- Summary graphs and tables to quickly assess your data

18 Quality check

19 PRINSEQ PRINSEQ can be used to filter, reformat, or trim your genomic and metagenomic sequence data. Fastq files as input Sequence data can be filtered to remove sequence copies, short or long sequences, sequences with N's, low-quality sequences, and much more. Command(s) /path/to/prinseq-lite fastq -out_good out/ fastq_filt" -out_bad null - trim_right 10 -ns_max_p 5 -lc_method dust -lc_threshold 10 -no_qual_header

20 Filtering Before Trimming After Trimming

21 Adaptor Trimming Adaptor trimming done before downstream analysis If the read length is shorter than actual insert size, there is no need to do trimming. --adaptor--masking.fasta file (CASAVA) 21

22 QC and filtering softwares Other softwares performing either of these or both: -- cutadaptor --Trim Galore --Trimmomatic --Sickle/scythe -- Fastx Toolkit 22

23 Thank you!

One year of developments and collaborations around the MinION on the Genomic facility of the IBENS.

One year of developments and collaborations around the MinION on the Genomic facility of the IBENS. One year of developments and collaborations around the MinION on the Genomic facility of the IBENS. Laurent Jourdren (CNRS IBENS) Sophie Lemoine (CNRS IBENS) Bérengère Laffay (CNRS IBENS) Génoscope, Évry

More information

Outline for ContigExpress workshop

Outline for ContigExpress workshop Outline for ContigExpress workshop Importing fragments Individual editing Group editing Algorithm Generate contigs and editing contigs 1203 G G T C G A C C C A C G C G T C C G G A A C T T A C T A A A A

More information

How to Build A Table of Authorities in Word * By: Morgan Otway

How to Build A Table of Authorities in Word * By: Morgan Otway How to Build A Table of Authorities in Word * By: Morgan Otway Overview: A Table of Authorities (TOA) is a list of all of the sources cited in a legal document that notes the page numbers on which each

More information

ELEC 691X/498X Broadcast Signal Transmission Winter 2018

ELEC 691X/498X Broadcast Signal Transmission Winter 2018 ELEC 691X/498X Broadcast Signal Transmission Winter 2018 Instructor: DR. Reza Soleymani, Office: EV 5.125, Telephone: 848 2424 ext.: 4103. Office Hours: Wednesday, Thursday, 14:00 15:00 Slide 1 In this

More information

Annotating individual variant UTR regions

Annotating individual variant UTR regions 1 Annotating individual variant UTR regions I. Finding 5 UTRs (CG11062, activin beta) Start as you would for annotating coding exons 1.) plug your gene ID into http://www.ensembl.org/index.html Click on

More information

SIDRA INTERSECTION 8.0 UPDATE HISTORY

SIDRA INTERSECTION 8.0 UPDATE HISTORY Akcelik & Associates Pty Ltd PO Box 1075G, Greythorn, Vic 3104 AUSTRALIA ABN 79 088 889 687 For all technical support, sales support and general enquiries: support.sidrasolutions.com SIDRA INTERSECTION

More information

Base, Pulse, and Trace File Reference Guide

Base, Pulse, and Trace File Reference Guide Base, Pulse, and Trace File Reference Guide Introduction This document describes the contents of the three main files generated by the Pacific Biosciences primary analysis pipeline: bas.h5 (Base File,

More information

Vision Call Statistics User Guide

Vision Call Statistics User Guide The Vision Call Reporting package is a web based near real time statistical tool that enables users to understand the call flow of inbound traffic both in terms of where calls have come from and also how

More information

administration access control A security feature that determines who can edit the configuration settings for a given Transmitter.

administration access control A security feature that determines who can edit the configuration settings for a given Transmitter. Castanet Glossary access control (on a Transmitter) Various means of controlling who can administer the Transmitter and which users can access channels on it. See administration access control, channel

More information

Telemetry Standard RCC Document , Appendix L, April 2009 APPENDIX L ASYNCHRONOUS RECORDER MULTIPLEXER OUTPUT RE-CONSTRUCTOR (ARMOR)

Telemetry Standard RCC Document , Appendix L, April 2009 APPENDIX L ASYNCHRONOUS RECORDER MULTIPLEXER OUTPUT RE-CONSTRUCTOR (ARMOR) APPENDIX L ASYNCHRONOUS RECORDER MULTIPLEXER OUTPUT RE-CONSTRUCTOR (ARMOR) Paragraph Title Page 1.0 General...L-1 2.0 Setup Organization...L-2 LIST OF TABLES Table L-1. Table L-2. Table L-3. Table L-4.

More information

A Matlab toolbox for. Characterisation Of Recorded Underwater Sound (CHORUS) USER S GUIDE

A Matlab toolbox for. Characterisation Of Recorded Underwater Sound (CHORUS) USER S GUIDE Centre for Marine Science and Technology A Matlab toolbox for Characterisation Of Recorded Underwater Sound (CHORUS) USER S GUIDE Version 5.0b Prepared for: Centre for Marine Science and Technology Prepared

More information

mtdna Variant Analyzer v1.0 BaseSpace App Guide

mtdna Variant Analyzer v1.0 BaseSpace App Guide mtdna Variant Analyzer v1.0 BaseSpace App Guide For Research Use Only. Not for use in diagnostic procedures. Introduction 3 Log In to BaseSpace 4 BaseSpace Projects Page Functions 5 Select Samples From

More information

Getting Started After Effects Files More Information. Global Modifications. Network IDs. Strand Opens. Bumpers. Promo End Pages.

Getting Started After Effects Files More Information. Global Modifications. Network IDs. Strand Opens. Bumpers. Promo End Pages. TABLE of CONTENTS 1 Getting Started After Effects Files More Information Introduction 2 Global Modifications 9 Iconic Imagery 21 Requirements 3 Network IDs 10 Summary 22 Toolkit Specifications 4 Strand

More information

NI 5431 Video Generator Instrument Driver Quick Reference Guide

NI 5431 Video Generator Instrument Driver Quick Reference Guide NI 5431 Video Generator Instrument Driver Quick Reference Guide Easy Programming for National Instruments Oscilloscopes ICON FUNCTION NAME AND DESCRIPTION TYPE PARAMETER DESCRIPTION Video Data Formatting

More information

Introduction to EndNote Online

Introduction to EndNote Online Introduction to EndNote Online Creating an EndNote Online account Go to EndNote Online. Click on the Access EndNote Online button and, if prompted, enter your Warwick username and password to confirm you

More information

base calling: PHRED...

base calling: PHRED... sequence quality base by base error probability for base calling programs reflects assay bias (e.g. detection chemistry, algorithms) allows for more efficient sequence editing and assembly allows for poorly

More information

MICROSOFT WORD FEATURES FOR ARTS POSTGRADUATES

MICROSOFT WORD FEATURES FOR ARTS POSTGRADUATES MICROSOFT WORD FEATURES FOR ARTS POSTGRADUATES...2 Page Setup...3 Styles...4 Using Inbuilt Styles...4 Modifying a Style...5 Creating a Style...5 Section Breaks...6 Insert a section break...6 Delete a section

More information

Erratum Spec 1.0 Page Sections Affected Description. Trusted Environment. Reel n+1... Encryption. (Reel n) [optional] Encryption (Reel n) [optional]

Erratum Spec 1.0 Page Sections Affected Description. Trusted Environment. Reel n+1... Encryption. (Reel n) [optional] Encryption (Reel n) [optional] Errata items are continuing to be evaluated and will be posted after agreement by the DCI membership that the specific erratum needs to be modified in the DCI Specification. Please check back often for

More information

User Manual for ICP DAS WISE Monitoring IoT Kit -Microsoft Azure IoT Starter Kit-

User Manual for ICP DAS WISE Monitoring IoT Kit -Microsoft Azure IoT Starter Kit- User Manual for ICP DAS WISE Monitoring IoT Kit -Microsoft Azure IoT Starter Kit- [Version 1.0.2] Warning ICP DAS Inc., LTD. assumes no liability for damages consequent to the use of this product. ICP

More information

Xpress-Tuner User guide

Xpress-Tuner User guide FICO TM Xpress Optimization Suite Xpress-Tuner User guide Last update 26 May, 2009 www.fico.com Make every decision count TM Published by Fair Isaac Corporation c Copyright Fair Isaac Corporation 2009.

More information

Introduction To LabVIEW and the DSP Board

Introduction To LabVIEW and the DSP Board EE-289, DIGITAL SIGNAL PROCESSING LAB November 2005 Introduction To LabVIEW and the DSP Board 1 Overview The purpose of this lab is to familiarize you with the DSP development system by looking at sampling,

More information

Multiplexer-Demultiplexer for High Speed Digital Recorders

Multiplexer-Demultiplexer for High Speed Digital Recorders Multiplexer-Demultiplexer for High Speed Digital Recorders Item Type text; Proceedings Authors Pouille, Etienne Publisher International Foundation for Telemetering Journal International Telemetering Conference

More information

This guide gives a brief description of the ims4 functions, how to use this GUI and concludes with a number of examples.

This guide gives a brief description of the ims4 functions, how to use this GUI and concludes with a number of examples. Quick Start Guide: Isomet ims Studio Isomet ims Studio v1.40 is the first release of the Windows graphic user interface for the ims4- series of 4 channel synthezisers, build level rev A and rev B. This

More information

ConeXus Process Guide

ConeXus Process Guide HHAeXchange ConeXus Process Guide Legal The software described in this document is furnished under a license agreement. The software may be used or copied only in accordance with the terms of the agreement.

More information

HIGH SPEED ASYNCHRONOUS DATA MULTIPLEXER/ DEMULTIPLEXER FOR HIGH DENSITY DIGITAL RECORDERS

HIGH SPEED ASYNCHRONOUS DATA MULTIPLEXER/ DEMULTIPLEXER FOR HIGH DENSITY DIGITAL RECORDERS HIGH SPEED ASYNCHRONOUS DATA MULTIPLEXER/ DEMULTIPLEXER FOR HIGH DENSITY DIGITAL RECORDERS Mr. Albert Berdugo Mr. Martin Small Aydin Vector Division Calculex, Inc. 47 Friends Lane P.O. Box 339 Newtown,

More information

* This configuration has been updated to a 64K memory with a 32K-32K logical core split.

* This configuration has been updated to a 64K memory with a 32K-32K logical core split. 398 PROCEEDINGS-FALL JOINT COMPUTER CONFERENCE, 1964 Figure 1. Image Processor. documents ranging from mathematical graphs to engineering drawings. Therefore, it seemed advisable to concentrate our efforts

More information

Kindle Add-In for Microsoft Word User Guide

Kindle Add-In for Microsoft Word User Guide Kindle Add-In for Microsoft Word User Guide version 0.97 Beta, 9/21/17 Contents 1 Introduction...2 1.1 Overview of Kindle Tab...2 2 Anatomy of a Kindle Book...3 3 Formatting Your Book...4 3.1 Getting Started...4

More information

Film-Tech. The information contained in this Adobe Acrobat pdf file is provided at your own risk and good judgment.

Film-Tech. The information contained in this Adobe Acrobat pdf file is provided at your own risk and good judgment. Film-Tech The information contained in this Adobe Acrobat pdf file is provided at your own risk and good judgment. These manuals are designed to facilitate the exchange of information related to cinema

More information

Visit Greenwich Full Logo Guides

Visit Greenwich Full Logo Guides Contents 2 Our Logos 3 Primary Logos 8 Secondary Logos 13 Merchandise Logos Visit Greenwich Full Logo Guides 01 Our Logos The Visit Greenwich logos are a set of brand marks that have different hierarchical

More information

Remote Application Update for the RCM33xx

Remote Application Update for the RCM33xx Remote Application Update for the RCM33xx AN418 The common method of remotely updating an embedded application is to write directly to parallel flash. This is a potentially dangerous operation because

More information

VAD Mobile Wireless. OBD-II User's Manual Version 1.0

VAD Mobile Wireless. OBD-II User's Manual Version 1.0 VAD Mobile Wireless OBD-II User's Manual Version 1.0 Table of Contents What Is VAD Mobile Wireless?... 1 What is the OBD-II Module?... 1 Where to Get a VAD Mobile Wireless System... 1 Installing the OBD-II

More information

How to use EndNote? Training. Faculty of Fisheries and Protection of Waters USB Academic Library of USB March 26, 2015

How to use EndNote? Training. Faculty of Fisheries and Protection of Waters USB Academic Library of USB March 26, 2015 How to use EndNote? Training Faculty of Fisheries and Protection of Waters USB Academic Library of USB March 26, 2015 EndNote X7 manual http://endnote.com/training/guide/windows What is new in EndNote

More information

Operating Instructions

Operating Instructions Operating Instructions HAEFELY TEST AG KIT Measurement Software Version 1.0 KIT / En Date Version Responsable Changes / Reasons February 2015 1.0 Initial version WARNING Introduction i Before operating

More information

DSP Trigger FREE Edition MANUAL

DSP Trigger FREE Edition MANUAL DSP Trigger FREE Edition MANUAL Table of Contents Introduction 2 Features 2 Getting Started 3 Connecting Your Drum Pad 3 Single Zone 3 Dual Zone 3 Setting up DSP Trigger in your VST Host 3 About latency

More information

A Short Introduction to Reference Management Software

A Short Introduction to Reference Management Software A Short Introduction to Reference Management Software Pawin Numthavaj M.D. Section for Clinical Epidemiology and Biostatistics Faculty of Medicine, Ramathibodi Hospital, Mahidol University Bangkok, Thailand

More information

Initially, you can access the Schedule Xpress Scheduler from any repair order screen.

Initially, you can access the Schedule Xpress Scheduler from any repair order screen. Chapter 4 Schedule Xpress Scheduler Schedule Xpress Scheduler The Schedule Xpress scheduler is a quick scheduler that allows you to schedule appointments from the Repair Order screens. At the time of scheduling,

More information

Streamcrest Motion1 Test Sequence and Utilities. A. Using the Motion1 Sequence. Robert Bleidt - June 7,2002

Streamcrest Motion1 Test Sequence and Utilities. A. Using the Motion1 Sequence. Robert Bleidt - June 7,2002 Streamcrest Motion1 Test Sequence and Utilities Robert Bleidt - June 7,2002 A. Using the Motion1 Sequence Streamcrest s Motion1 Test Sequence Generator generates the test pattern shown in the still below

More information

Inspire Station. Programming Guide. Software Version 3.0. Rev A

Inspire Station. Programming Guide. Software Version 3.0. Rev A Inspire Station Programming Guide Software Version 3.0 Rev A Copyright 2016 Electronic Theatre Controls, Inc. All rights reserved. Product information and specifications subject to change. Part Number:

More information

Contents. xv xxi xxiii xxiv. 1 Introduction 1 References 4

Contents. xv xxi xxiii xxiv. 1 Introduction 1 References 4 Contents List of figures List of tables Preface Acknowledgements xv xxi xxiii xxiv 1 Introduction 1 References 4 2 Digital video 5 2.1 Introduction 5 2.2 Analogue television 5 2.3 Interlace 7 2.4 Picture

More information

Rack-Mount Receiver Analyzer 101

Rack-Mount Receiver Analyzer 101 Rack-Mount Receiver Analyzer 101 A Decade s Worth of Innovation No part of this document may be circulated, quoted, or reproduced for distribution without prior written approval from Quasonix, Inc. Copyright

More information

NENS 230 Assignment #2 Data Import, Manipulation, and Basic Plotting

NENS 230 Assignment #2 Data Import, Manipulation, and Basic Plotting NENS 230 Assignment #2 Data Import, Manipulation, and Basic Plotting Compound Action Potential Due: Tuesday, October 6th, 2015 Goals Become comfortable reading data into Matlab from several common formats

More information

Python Quick-Look Utilities for Ground WFC3 Images

Python Quick-Look Utilities for Ground WFC3 Images Instrument Science Report WFC3 2008-002 Python Quick-Look Utilities for Ground WFC3 Images A.R. Martel January 25, 2008 ABSTRACT A Python module to process and manipulate ground WFC3 UVIS and IR images

More information

JAMAR TRAX RD Detector Package Power Requirements Installation Setting Up The Unit

JAMAR TRAX RD Detector Package Power Requirements Installation Setting Up The Unit JAMAR TRAX RD The TRAX RD is an automatic traffic recorder designed and built by JAMAR Technologies, Inc. Since the unit is a Raw Data unit, it records a time stamp of every sensor hit that occurs during

More information

HP Indigo Press at a Glance. User Guide

HP Indigo Press at a Glance. User Guide HP Indigo Press at a Glance User Guide HP Indigo Press at a Glance User Guide Copyright information 2008 Copyright Hewlett-Packard Development Company, L.P. Reproduction, adaptation or translation without

More information

%CHCKFRQS A Macro Application for Generating Frequencies for QC and Simple Reports

%CHCKFRQS A Macro Application for Generating Frequencies for QC and Simple Reports Paper PO10 %CHCKFRQS A Macro Application for Generating Frequencies for QC and Simple Reports John Iwaniszek, MSc, Stat-Tech Services, LLC, Chapel Hill, NC Natalie Walker, Stat-Tech Services, LLC, Chapel

More information

Factory configured macros for the user logic

Factory configured macros for the user logic Factory configured macros for the user logic Document ID: VERSION 1.0 Budapest, November 2011. User s manual version information Version Date Modification Compiled by Version 1.0 11.11.2011. First edition

More information

Six-Channel TDM Multiplexers for 3G, HD, SDI, and ASI. Installation and Operations. Manual

Six-Channel TDM Multiplexers for 3G, HD, SDI, and ASI. Installation and Operations. Manual Manual DigiLink DLC156 Function modules Six-Channel TDM Multiplexers for 3G, HD, SDI, and ASI Installation and Operations Manual WWW.ARTEL.COM ii DLC156 Function Modules Installation and Operations Manual

More information

D-901 PC SOFTWARE Version 3

D-901 PC SOFTWARE Version 3 INSTRUCTION MANUAL D-901 PC SOFTWARE Version 3 Please follow the instructions in this manual to obtain the optimum results from this unit. We also recommend that you keep this manual handy for future reference.

More information

ME EN 363 ELEMENTARY INSTRUMENTATION Lab: Basic Lab Instruments and Data Acquisition

ME EN 363 ELEMENTARY INSTRUMENTATION Lab: Basic Lab Instruments and Data Acquisition ME EN 363 ELEMENTARY INSTRUMENTATION Lab: Basic Lab Instruments and Data Acquisition INTRODUCTION Many sensors produce continuous voltage signals. In this lab, you will learn about some common methods

More information

TOMELLERI ENGINEERING MEASURING SYSTEMS. TUBO Version 7.2 Software Manual rev.0

TOMELLERI ENGINEERING MEASURING SYSTEMS. TUBO Version 7.2 Software Manual rev.0 TOMELLERI ENGINEERING MEASURING SYSTEMS TUBO Version 7.2 Software Manual rev.0 Index 1. Overview... 3 2. Basic information... 4 2.1. Main window / Diagnosis... 5 2.2. Settings Window... 6 2.3. Serial transmission

More information

Using the Book Expert in Scholastic Achievement Manager

Using the Book Expert in Scholastic Achievement Manager Using the Book Expert in Scholastic Achievement Manager For use with SAM v.1.8.1 Copyright 2009, 2005 by Scholastic Inc. All rights reserved. Published by Scholastic Inc. SCHOLASTIC, SYSTEM 44, SCHOLASTIC

More information

Getting started with

Getting started with PART NO. CMA11 3 MADE IN CHINA 1. Measuring CAT II 2. Max. voltage 250V ~ 3. Max. current 71 Amp Getting started with Electricity consumption & Solar PV generation monitoring single phase, for homes fitted

More information

December 2006 Edition /A. Getting Started Guide for the VSX Series Version 8.6 for SCCP

December 2006 Edition /A. Getting Started Guide for the VSX Series Version 8.6 for SCCP December 2006 Edition 3725-24333-001/A Getting Started Guide for the VSX Series Version 8.6 for SCCP GETTING STARTED GUIDE FOR THE VSX SERIES Trademark Information Polycom and the Polycom logo design are

More information

Cue tone encoding and decoding with the HSI21 module. 3Gb/s, HD, SD embedded domain Dolby E to PCM decoder with audio shuffler

Cue tone encoding and decoding with the HSI21 module. 3Gb/s, HD, SD embedded domain Dolby E to PCM decoder with audio shuffler Cue encoding and decoding GEP100 - HEP100 Cue tone encoding and decoding with the HSI21 module 3Gb/s, HD, SD embedded domain Dolby E to PCM decoder with audio shuffler A A application product note COPYRIGHT

More information

Configuration options allow the trader to select up to 12 different ratios, the color, style, width and label contents can be configured too.

Configuration options allow the trader to select up to 12 different ratios, the color, style, width and label contents can be configured too. Automatic Arbitrary Range Fibonacci Retracements Automatic Intraday Range Fibonacci Retracements Automatic Interday Range Fibonacci Retracements Automatic Monthly Range Fibonacci Retracements Automatic

More information

Australian Schools COPYRIGHT COLLECTION 2017 STAFF TRAINING PRESENTATION

Australian Schools COPYRIGHT COLLECTION 2017 STAFF TRAINING PRESENTATION Australian Schools COPYRIGHT COLLECTION 2017 STAFF TRAINING PRESENTATION Images reproduced under license by Microsoft Clipart except where otherwise indicated. BY THE END OF THIS SESSION, YOU WILL... 1

More information

ONLINE QUICK REFERENCE CARD ENDNOTE

ONLINE QUICK REFERENCE CARD ENDNOTE QUICK REFERENCE CARD ENDNOTE ONLINE Access your password-protected reference library anywhere, at any time. Download references and full text from just about any online data sources, such as PubMed, GoogleScholar

More information

February 2007 Edition /A. Getting Started Guide for the VSX Series Version 8.5.3

February 2007 Edition /A. Getting Started Guide for the VSX Series Version 8.5.3 February 2007 Edition 3725-21286-009/A Getting Started Guide for the VSX Series Version 8.5.3 GETTING STARTED GUIDE FOR THE VSX SERIES Trademark Information Polycom, the Polycom logo design, and ViewStation

More information

Physics 105. Spring Handbook of Instructions. M.J. Madsen Wabash College, Crawfordsville, Indiana

Physics 105. Spring Handbook of Instructions. M.J. Madsen Wabash College, Crawfordsville, Indiana Physics 105 Handbook of Instructions Spring 2010 M.J. Madsen Wabash College, Crawfordsville, Indiana 1 During the Middle Ages there were all kinds of crazy ideas, such as that a piece of rhinoceros horn

More information

Away from home and realized you forgot to record a program, or want to see what is on TV tonight? No worries, just access MyTVs App!

Away from home and realized you forgot to record a program, or want to see what is on TV tonight? No worries, just access MyTVs App! MyTVs App User Guide Turn your iphone, ipad, or Android device into a remote control for your digimax TV service!* Away from home and realized you forgot to record a program, or want to see what is on

More information

High Performance DL-60 (Gold Plus) (7 in - 13 in) Dual Lane Spliceable Tape Feeder Part Number: Revision 3 Sep No.

High Performance DL-60 (Gold Plus) (7 in - 13 in) Dual Lane Spliceable Tape Feeder Part Number: Revision 3 Sep No. 8mm High Performance DL-60 (Gold Plus) (7 in - 13 in) Dual Lane Spliceable Tape Feeder Part Number: 50381212 Revision 3 Sep. 2010 No. 0730D-E043 Page i Table of Contents Functional Description...1 Procedures

More information

Step 1. Record tracking information for the condition assessment Enter the following information on the corresponding box on the report

Step 1. Record tracking information for the condition assessment Enter the following information on the corresponding box on the report Audio cassette condition assessment See Appendix D1.2b Step 1. Record tracking information for the condition assessment Enter the following information on the corresponding box on the report Tape ID: Use

More information

DLA-HD350 / DLA-HD750 DLA-HD550 / DLA-HD950 DLA-HD990 DLA-RS10 / DLA-RS20 DLA-RS15 / DLA-RS25 DLA-RS35. RS-232C and Infrared Remote Control Guide

DLA-HD350 / DLA-HD750 DLA-HD550 / DLA-HD950 DLA-HD990 DLA-RS10 / DLA-RS20 DLA-RS15 / DLA-RS25 DLA-RS35. RS-232C and Infrared Remote Control Guide JVC D-ILA Projector DLA-HD350 / DLA-HD750 DLA-HD550 / DLA-HD950 DLA-HD990 DLA-RS10 / DLA-RS20 DLA-RS15 / DLA-RS25 DLA-RS35 RS-232C and Infrared Remote Control Guide Version 1.1 Contents Introduction...2

More information

EndNote X6 with Word 2007

EndNote X6 with Word 2007 IOE Library Guide EndNote X6 with Word 2007 What is EndNote? EndNote is a bibliographic reference manager, which allows you to maintain a personal library of all your references to books, journal articles,

More information

REVISIONS LTR DESCRIPTION DATE APPROVED - Initial Release 11/5/07 MDB A ECR /9/08 MDB

REVISIONS LTR DESCRIPTION DATE APPROVED - Initial Release 11/5/07 MDB A ECR /9/08 MDB REVISIONS LTR DESCRIPTION DATE APPROVED - Initial Release 11/5/07 MDB A ECR 8770 4/9/08 MDB CONTRACT NO. DRAWN BY CHECKED BY APPROVED BY DATE P. Phillips 11/2/07 TITLE M. Bester 11/5/07 SIZE A 2120 Old

More information

ENGINEERING COMMITTEE Digital Video Subcommittee SCTE

ENGINEERING COMMITTEE Digital Video Subcommittee SCTE ENGINEERING COMMITTEE Digital Video Subcommittee SCTE 138 2009 STREAM CONDITIONING FOR SWITCHING OF ADDRESSABLE CONTENT IN DIGITAL TELEVISION RECEIVERS NOTICE The Society of Cable Telecommunications Engineers

More information

INSTALLATION AND OPERATION INSTRUCTIONS EVOLUTION VIDEO DISTRIBUTION SYSTEM

INSTALLATION AND OPERATION INSTRUCTIONS EVOLUTION VIDEO DISTRIBUTION SYSTEM INSTALLATION AND OPERATION INSTRUCTIONS EVOLUTION VIDEO DISTRIBUTION SYSTEM ATTENTION: READ THE ENTIRE INSTRUCTION SHEET BEFORE STARTING THE INSTALLATION PROCESS. WARNING! Do not begin to install your

More information

IEEE 802.3ca Channel Bonding And Skew Remediation

IEEE 802.3ca Channel Bonding And Skew Remediation Joint IEEE 802 and ITU-T Study Group 15 workshop Building Tomorrow s Networks Geneva, Switzerland, 27 January 2018 IEEE 802.3ca Channel Bonding And Skew Remediation Glen Kramer, Broadcom Multi-channel

More information

R&S BCDRIVE R&S ETC-K930 Broadcast Drive Test Manual

R&S BCDRIVE R&S ETC-K930 Broadcast Drive Test Manual R&S BCDRIVE R&S ETC-K930 Broadcast Drive Test Manual 2115.1347.02 05 Broadcast and Media Manual The Manual describes the following R&S Broadcast Drive Test software. 2115.1360.02 2115.1360.03 2116.5146.02

More information

MULTI CHANNEL VOICE LOGGER MODEL PCVL - 4/8/10/16/32/64. ORIGINAL EQUIPMENT MANUFACTURER OF VOICE LOGGING SYSTEMS Radio and CTI Expert Organisation

MULTI CHANNEL VOICE LOGGER MODEL PCVL - 4/8/10/16/32/64. ORIGINAL EQUIPMENT MANUFACTURER OF VOICE LOGGING SYSTEMS Radio and CTI Expert Organisation MULTI CHANNEL VOICE LOGGER MODEL PCVL - 4/8/10/16/32/64 ORIGINAL EQUIPMENT MANUFACTURER OF VOICE LOGGING SYSTEMS Radio and CTI Expert Organisation Product Information PCVL is a PC based Multi-Channel

More information

How to set ACES OUTPUT by F65, F55 and F5

How to set ACES OUTPUT by F65, F55 and F5 How to set ACES OUTPUT by F65, F55 and F5 F65 Adjusting the Output Signal Image The look (tone and color) of the image output on SDI OUT1 connector and SDI OUT2 connector can be specified. This function

More information

for File Format for Digital Moving- Picture Exchange (DPX)

for File Format for Digital Moving- Picture Exchange (DPX) SMPTE STANDARD ANSI/SMPTE 268M-1994 for File Format for Digital Moving- Picture Exchange (DPX) Page 1 of 14 pages 1 Scope 1.1 This standard defines a file format for the exchange of digital moving pictures

More information

Spektrum AirWare Change Log 2016-November-15

Spektrum AirWare Change Log 2016-November-15 Version 1.06 Spektrum AirWare Change Log 2016-November-15 Changes since 2016-February-05 Special Note In the Telemetry menu, some sensors may not be reported properly on the display or audibly after updating.

More information

INTRODUCTION TO ENDNOTE

INTRODUCTION TO ENDNOTE INTRODUCTION TO ENDNOTE What is it? EndNote is a bibliographic management tool that allows you to gather, organize, cite, and share research sources. This guide describes the desktop program; a web version

More information

SFCxxB24GExD SFP Dual Fibre CWDM CWDM / 24dB / Gigabit Ethernet

SFCxxB24GExD SFP Dual Fibre CWDM CWDM / 24dB / Gigabit Ethernet SFCxxB24GExD SFP Dual Fibre CWDM CWDM / 24dB / Gigabit Ethernet For your product safety, please read the following information carefully before any manipulation of the transceiver: ESD This transceiver

More information

Designing Intelligence into Commutation Encoders

Designing Intelligence into Commutation Encoders I Designing Intelligence into Commutation Encoders By: Jeff Smoot, CUI Inc C U I NC Encoder users traditionally have been reluctant to change with good reason. Motor control on the factory floor or in

More information

Appendix D. UW DigiScope User s Manual. Willis J. Tompkins and Annie Foong

Appendix D. UW DigiScope User s Manual. Willis J. Tompkins and Annie Foong Appendix D UW DigiScope User s Manual Willis J. Tompkins and Annie Foong UW DigiScope is a program that gives the user a range of basic functions typical of a digital oscilloscope. Included are such features

More information

Getting started with

Getting started with Getting started with Electricity consumption monitoring single phase for homes and some smaller light commercial premises OVERVIEW: The OWL Intuition-e electricity monitoring system comprises of three

More information

EndNote Web. Quick Reference Card THOMSON SCIENTIFIC

EndNote Web. Quick Reference Card THOMSON SCIENTIFIC THOMSON SCIENTIFIC EndNote Web Quick Reference Card Web is a Web-based service designed to help students and researchers through the process of writing a research paper. ISI Web of Knowledge, EndNote,

More information

Options For The 80s: Proceedings Of The Second National Conference Of The Association Of College And Research Libraries (Foundations In Library &

Options For The 80s: Proceedings Of The Second National Conference Of The Association Of College And Research Libraries (Foundations In Library & Options For The 80s: Proceedings Of The Second National Conference Of The Association Of College And Research Libraries (Foundations In Library & Information Science) By Virgil F. Massman If searched for

More information

Planning Tool of Point to Poin Optical Communication Links

Planning Tool of Point to Poin Optical Communication Links Planning Tool of Point to Poin Optical Communication Links João Neto Cordeiro (1) (1) IST-Universidade de Lisboa, Av. Rovisco Pais, 1049-001 Lisboa e-mail: joao.neto.cordeiro@ist.utl.pt; Abstract The use

More information

Excel recommends Fluke Networks, this section is written around the use of this range of test equipment.

Excel recommends Fluke Networks, this section is written around the use of this range of test equipment. Testing Excel recommends Fluke Networks, this section is written around the use of this range of test equipment. Twisted Pair Copper This section describes and sets out the requirements for Class D (Cat

More information

DT9834 Series High-Performance Multifunction USB Data Acquisition Modules

DT9834 Series High-Performance Multifunction USB Data Acquisition Modules DT9834 Series High-Performance Multifunction USB Data Acquisition Modules DT9834 Series High Performance, Multifunction USB DAQ Key Features: Simultaneous subsystem operation on up to 32 analog input channels,

More information

Analyzing and Saving a Signal

Analyzing and Saving a Signal Analyzing and Saving a Signal Approximate Time You can complete this exercise in approximately 45 minutes. Background LabVIEW includes a set of Express VIs that help you analyze signals. This chapter teaches

More information

USB-TG124A Tracking Generator User Manual

USB-TG124A Tracking Generator User Manual USB-TG124A Tracking Generator User Manual Signal Hound USB-TG124A User Manual 2017, Signal Hound, Inc. 35707 NE 86th Ave La Center, WA 98629 USA Phone 360.263.5006 Fax 360.263.5007 This information is

More information

quantumdata 980 Series Test Systems Overview of Applications

quantumdata 980 Series Test Systems Overview of Applications quantumdata 980 Series Test Systems Overview of Applications quantumdata 980 Series Platforms and Modules quantumdata 980 Test Platforms 980B Front View 980R Front View 980B Advanced Test Platform Features

More information

for Digital IC's Design-for-Test and Embedded Core Systems Alfred L. Crouch Prentice Hall PTR Upper Saddle River, NJ

for Digital IC's Design-for-Test and Embedded Core Systems Alfred L. Crouch Prentice Hall PTR Upper Saddle River, NJ Design-for-Test for Digital IC's and Embedded Core Systems Alfred L. Crouch Prentice Hall PTR Upper Saddle River, NJ 07458 www.phptr.com ISBN D-13-DflMfla7-l : Ml H Contents Preface Acknowledgments Introduction

More information

100g cfp Health check Jean-Marie Vilain, Product Specialist, Transport and Datacom

100g cfp Health check Jean-Marie Vilain, Product Specialist, Transport and Datacom 100g cfp Health check Jean-Marie Vilain, Product Specialist, Transport and Datacom As the deployment of 100G links continues to gather steam, the demand for increased bandwidth is at an all-time high and

More information

VIDEO GRABBER. DisplayPort. User Manual

VIDEO GRABBER. DisplayPort. User Manual VIDEO GRABBER DisplayPort User Manual Version Date Description Author 1.0 2016.03.02 New document MM 1.1 2016.11.02 Revised to match 1.5 device firmware version MM 1.2 2019.11.28 Drawings changes MM 2

More information

5620 SAM SERVICE AWARE MANAGER MPTGS Driver Version Guide

5620 SAM SERVICE AWARE MANAGER MPTGS Driver Version Guide 5620 SAM SERVICE AWARE MANAGER 9500 MPTGS Driver Version 2.1.0 Guide 3HE-10851-AAAB-TQZZA September 2016 5620 SAM Legal notice Nokia is a registered trademark of Nokia Corporation. Other products and company

More information

TF5 / TF3 / TF1 DIGITAL MIXING CONSOLE. TF StageMix User's Guide

TF5 / TF3 / TF1 DIGITAL MIXING CONSOLE. TF StageMix User's Guide TF5 / TF3 / TF1 DIGITAL MIXING CONSOLE EN Note The software and this document are the exclusive copyrights of Yamaha Corporation. Copying or modifying the software or reproduction of this document, by

More information

TF5 / TF3 / TF1 DIGITAL MIXING CONSOLE. TF Editor User Guide

TF5 / TF3 / TF1 DIGITAL MIXING CONSOLE. TF Editor User Guide TF5 / TF3 / TF1 DIGITAL MIXING CONSOLE EN Special notices Copyrights of the software and this document are the exclusive property of Yamaha Corporation. Copying or modifying the software or reproduction

More information

XJTAG DFT Assistant for

XJTAG DFT Assistant for XJTAG DFT Assistant for Installation and User Guide Version 2 enquiries@xjtag.com Table of Contents SECTION PAGE 1. Introduction...3 2. Installation...3 3. Quick Start Guide...3 4. User Guide...4 4.1.

More information

OPERATION MANUAL. USF-1013DEMUX Digital Audio Demultiplexer. 2 nd Edition. Software Version Higher

OPERATION MANUAL. USF-1013DEMUX Digital Audio Demultiplexer. 2 nd Edition. Software Version Higher OPERATION MANUAL USF-1013DEMUX Digital Audio Demultiplexer 2 nd Edition Software Version 2.00 - Higher Precautions Important Safety Warnings [Power] Stop [Circuitry Access] Do not place or drop heavy or

More information

DIGITAL MIXING CONSOLE. TF Editor V3.6 User's Guide

DIGITAL MIXING CONSOLE. TF Editor V3.6 User's Guide DIGITAL MIXING CONSOLE TF Editor V3.6 User's Guide EN Special notices Copyrights of the software and this document are the exclusive property of Yamaha Corporation. Copying or modifying the software or

More information

1 Watt, MHz, SMT Tunable Band Pass Filter (MINI-ERF ) 1.75 x 2.40 x 0.387

1 Watt, MHz, SMT Tunable Band Pass Filter (MINI-ERF ) 1.75 x 2.40 x 0.387 MN-3-52-X-S4 1 Watt, 3 52 MHz, SMT Tunable Band Pass Filter (MINI-ERF ) 1.75 x 2.4 x.387 Typical Applications Military Radios Military Radar SATCOM Test and Measurement Equipment Industrial and Medical

More information

Application Note 11 - Totalization

Application Note 11 - Totalization Application Note 11 - Totalization Using the TrendView Recorders for Totalization The totalization function is normally associated with flow monitoring applications, where the input to the recorder would

More information

Printing Booklets. Typical Output Paper Tray. Booklet Folding Tray

Printing Booklets. Typical Output Paper Tray. Booklet Folding Tray Printing Booklets Printing booklets, either 5 ½ x 8 ½, 8 ½ by 7, or 81/2 x 11, has never been easier. Several of our copiers, placed strategically throughout the organization with one at most physical

More information

Effective Test Procedures for Installing and Maintaining RF Transmitter Sites

Effective Test Procedures for Installing and Maintaining RF Transmitter Sites Product: Hand Held Spectrum Analyzer R&S FSH3 Effective Test Procedures for Installing and Maintaining RF Transmitter Sites This application note describes an effective method for generating test setups,

More information

Digital Audio Broadcast Store and Forward System Technical Description

Digital Audio Broadcast Store and Forward System Technical Description Digital Audio Broadcast Store and Forward System Technical Description International Communications Products Inc. Including the DCM-970 Multiplexer, DCR-972 DigiCeiver, And the DCR-974 DigiCeiver Original

More information