CNV PCA Search Tutorial

Size: px
Start display at page:

Download "CNV PCA Search Tutorial"

Transcription

1 CNV PCA Search Tutorial Release 8.1 Golden Helix, Inc. March 18, 2014

2

3 Contents 1. Data Preparation 2 A. Join Log Ratio Data with Phenotype Information B. Activate only Autosome Columns C. Set the Case/Control Column as the Dependent Variable Calculate Principal Components and Eigenvalues 3 A. Run Numeric Principal Component Analysis B. Generate Scree Plot of PC Eigenvalues C. Determine Min and Max Number of PCs Run CNV PCA Search Script 6 A. Download the CNV PCA Search Script B. Run the Script Interpret Results 8 A. Determine Number of PCs with Slope Closest to One Verify Solution with Q-Q Plots 10 A. Generate Q-Q Plot i

4 ii

5 CNV PCA Search Tutorial, Release 8.1 Updated: March 1st, 2014 Level: Advanced Packages: CNV Analysis, Power Seat For both microarray and acgh data, significant bias can be introduced by batch effects (plate, machine, and site variation), genomics waves, and population stratification. Other sources of variation include sample extraction and procedures, cell types, temperature fluctuation, and even ambient ozone levels in a lab. These can lead to complications ranging from poorly defined copy number segments to false and non-replicable findings. Utilizing SVS 8 s powerful principal component analysis methods enables you to simultaneously correct for all these variations, while significantly improving signal-to-noise ratios. But the question is, How many principal components should you correct for to remove the batch effects without also removing the signal? This tutorial leads you through a holistic approach to determine the optimal number of principal components to correct for with copy number data by utilizing both PCA and association analysis techniques. Requirements To complete this tutorial you will need: A marker mapped spreadsheet containing a case/control affection status column and log ratio data. If the phenotype of interest is quantitative, you will need to transform this variable into a dichotomous trait by using a cut-off value. Note: The dataset used in this tutorial is the phenotype and log ratio data that is provided in the CNV Quality Assurance tutorial. We hope you enjoy the experience and look forward to your feedback. Contents 1

6 1. Data Preparation Using all chromosomes in PCA analysis can cause an erroneous shift of the data. This is due to autosomes having, on average, three distributions (one for loss, one for gain, and one for a normal number of copies), whereas there are only two expected distributions for the X chromosome (one for males and one for females). Therefore, X chromosome log ratios are less than zero for males and greater than zero for females. If there is an imbalance in the number of males and females in your sample set, this will undoubtedly skew the distribution. We therefore recommend calculating principal components using only autosomes and then applying them to all chromosomes when PCA correcting the data. A. Join Log Ratio Data with Phenotype Information If you have not already done so you need to join the case/control status with the log ratio data. Note: Make sure your log ratio spreadsheet is marker mapped before completing this step. Open your spreadsheet containing phenotype information and select File >Join or Merge Spreadsheets. Select your spreadsheet containing log ratio data and click OK. Set the New dataset name: to Pheno + LogRs. Select the appropriate join parameters for your data and click OK when finished. This will create a new spreadsheet, Pheno + LogRs - Sheet 1, with phenotype information at the beginning of the spreadsheet followed by log ratio data. B. Activate only Autosome Columns From the Pheno + LogRs - Sheet 1 spreadsheet, select Select >Activate by Chromosomes. Uncheck the X box (and Y and M if applicable) and click OK. IMPORTANT If you have other phenotype data in your spreadsheet you will need to inactivate these columns as well. To do this, left-click twice on each column to turn it grey denoting it as inactive. C. Set the Case/Control Column as the Dependent Variable Left-click the Case/Control column header once to turn it magenta. This sets it as the dependent variable. 2

7 2. Calculate Principal Components and Eigenvalues Now that your data is in the correct orientation, the next step is to calculate as many principal components as possible (the limit is the number of samples less 1) and the eigenvalues for only the autosomes. A. Run Numeric Principal Component Analysis Open Pheno + LogRs - Sheet 1 and select Numeric >Numeric Principal Component Analysis. Set the parameters in the Numeric Principal Component Analysis window as shown in Figure 2a where Find up to to components is equal to your total number of samples minus 1. Make sure Center data by marker is checked and click Run. Figure 2a. Numeric PC parameters. 3

8 CNV PCA Search Tutorial, Release 8.1 Upon completion, two spreadsheets are created Principal Components (Center by Marker), and Eigenvalues (Center by Marker). B. Generate Scree Plot of PC Eigenvalues From the PC Eigenvalues (Center by Marker) spreadsheet, right-click on the Eigenvalue column header and select Plot Variable. This generates a scree plot of the PC eigenvalues (Figure 2b). There should be an apparent bend in the plot, referred to as the elbow. Figure 2b. Zoomed scree plot with potential elbow highlighted. C. Determine Min and Max Number of PCs Rather than examine all possible number of principal components to find the ideal number, you can usually, by visual inspection, narrow the search by selecting a range to search through that covers the elbow Calculate Principal Components and Eigenvalues

9 CNV PCA Search Tutorial, Release 8.1 Determine the minimum number of principal components and the maximum number of principal components. For this example, the minimum number of components will be set to 1 and the maximum number of components set to 20 in order to ensure that the optimum number of components is not missed. C. Determine Min and Max Number of PCs 5

10 3. Run CNV PCA Search Script The search for the optimum number of principal components involves correcting log ratios using each possible number of principal components within the range determined in the previous step, performing association tests on the case/control status using the corrected data, running regression analysis on the top 90% least significant results, and then evaluating the respective Q-Q Plots to determine which number gives the best results. A script is available that will automatically peform the first three procedures for each number of principal components within the range. A. Download the CNV PCA Search Script Download the script: CNV PCA Search.py Save this script to your *..\AppData\Golden Helix SVS\UserScripts\Spreadsheet\Scripts folder. Note: The AppData folder is a hidden folder on Windows operating systems and its location varies between OS Versions. The easiest way to locate this directory on your computer is to open SVS and go to Tools >Open Folder >User Scripts Folder. If saved to the proper folder, this script should show up in the Scripts menu from any spreadsheet. B. Run the Script Open the Pheno + LogRs - Sheet 1 spreadsheet and select Scripts >CNV PCA Search. Click on Select Sheet and select the Principal Components (Center by Marker) spreadsheet. Set the Minimum components and Maximum components as determined in the previous step. In this example it would be 1 and 20. Set the Step size to 1 and make sure Center data by marker is selected. Click OK. Using the min and max components considered in this example, the script will generate 20 different Principal Components spreadsheets, as well as 20 different Association Test Result spreadsheets. In the background a regression analysis will also be computed for the top 90% least significant results. From the regression analysis, the slope, and F statistic will be stored and log10(f statistic) will be computed. These values will be output in the PCA Search Results spreadsheet (see Figure 3). For each number of principal components the slope and F statistic will be output in the node annotations log for each association results spreadsheet. 6

11 CNV PCA Search Tutorial, Release 8.1 Figure 3. PCA Search results for 1 through 20 principal components. B. Run the Script 7

12 4. Interpret Results The next step is to interpret the results from the CNV PCA Search script and determine the number of principal components to use for the principal component analysis. A. Determine Number of PCs with Slope Closest to One From the PCA Search Results spreadsheet, right-click the Slope column header and select Sort Ascending. Scroll to the number of components that has a Slope closest to one. In this example, the slope is closest to one for 7 principal components. Figure 4a. PCA Search Results displaying slope closest to one and the smallest -log10(f) value. 8

13 CNV PCA Search Tutorial, Release 8.1 Note: A slope of one indicates that the observed values are in line with the expected values, thus indicating that the observed p-values that are not significant are no more or no less significant than expected. You can also look for the number of components that has the smallest -log10(f) value. In most cases, this will be consistent with the number that has a slope closest to one. In the case of this data this is true A. Determine Number of PCs with Slope Closest to One 9

14 5. Verify Solution with Q-Q Plots Finally, by plotting Q-Q plots of the observed log10 p-values versus the expected -log10 rank p-values you can confirm an ideal solution. A. Generate Q-Q Plot Open the Association Tests results spreadsheet that was generated using the optimum number of principal components as determined in the previous step. In this example it would be the Association Tests PCA on predictors (Center by Marker) PCA 7. Activate all rows by selecting Select >Row >Activate All Rows. Next, generate the plot by going to Plot >XY Scatter Plots. For the independent axis (in the left box) select Corr/Trend expected log10 P, and for the dependent axis (in the right box) select Corr/Trend log10 P. Click Plot. This will generate a Q-Q Plot of the observed vs. expected values. See Figure 5a. When the plot viewer opens, click on Graph1 in the Graph Control Interface on the left. The Graph control panel will become visible. Click on the Add Item tab and select f(x) = m(x) + b from the list, then click Add. By examining the Q-Q plots after correcting for 7 and 10 components respectively, it is clear that 7 components yields a better result as the observed p-values more closely follow the y=x line. See Figure 5b, Figure 5c and Figure 5d. It is recommended that you examine the Q-Q plots to verify that the optimal number of principal components selected yields a good solution. Thus, 7 components should be used for correcting this dataset. The first 7 principal components can now be applied to all markers including markers from non-autosomal chromosomes as long as Center data by marker is used. 10

15 CNV PCA Search Tutorial, Release 8.1 Figure 5a. Plot Viewer Q-Q plot of observed versus expected -log 10 P values. A. Generate Q-Q Plot 11

16 CNV PCA Search Tutorial, Release 8.1 Figure 5b. Good correction, the p-values are near the line between 0 and 4 along the X axis Verify Solution with Q-Q Plots

17 CNV PCA Search Tutorial, Release 8.1 Figure 5c.Over correction, the p-values are below the line between 0 and 4 along the X axis. A. Generate Q-Q Plot 13

18 CNV PCA Search Tutorial, Release 8.1 Figure 5d. Under correction, the p-values are above the line between 0 and 4 along the X axis Verify Solution with Q-Q Plots

Variant Classification. Author: Mike Thiesen, Golden Helix, Inc.

Variant Classification. Author: Mike Thiesen, Golden Helix, Inc. Variant Classification Author: Mike Thiesen, Golden Helix, Inc. Overview Sequencing pipelines are able to identify rare variants not found in catalogs such as dbsnp. As a result, variants in these datasets

More information

v Feature Stamping SMS 12.0 Tutorial Prerequisites Requirements TABS model Map Module Mesh Module Scatter Module Time minutes

v Feature Stamping SMS 12.0 Tutorial Prerequisites Requirements TABS model Map Module Mesh Module Scatter Module Time minutes v. 12.0 SMS 12.0 Tutorial Objectives In this lesson will teach how to use conceptual modeling techniques to create numerical models that incorporate flow control structures into existing bathymetry. The

More information

Titrations in Cytobank

Titrations in Cytobank The Premier Platform for Single Cell Analysis (1) Titrations in Cytobank To analyze data from a titration in Cytobank, the first step is to upload your own FCS files or clone an experiment you already

More information

Feature Stamping SURFACE WATER MODELING SYSTEM. 1 Introduction. 2 Opening a Background Image

Feature Stamping SURFACE WATER MODELING SYSTEM. 1 Introduction. 2 Opening a Background Image SURFACE WATER MODELING SYSTEM Feature Stamping 1 Introduction In this lesson you will learn how to use conceptual modeling techniques to create numerical models that incorporate flow control structures

More information

v Feature Stamping SMS 13.0 Tutorial Prerequisites Requirements Map Module Mesh Module Scatter Module Time minutes

v Feature Stamping SMS 13.0 Tutorial Prerequisites Requirements Map Module Mesh Module Scatter Module Time minutes v. 13.0 SMS 13.0 Tutorial Objectives Learn how to use conceptual modeling techniques to create numerical models which incorporate flow control structures into existing bathymetry. The flow control structures

More information

Using SPSS for Correlation

Using SPSS for Correlation Using SPSS for Correlation This tutorial will show you how to use SPSS version 12.0 to perform bivariate correlations. You will use SPSS to calculate Pearson's r. This tutorial assumes that you have: Downloaded

More information

Exercises: Differential Methylation

Exercises: Differential Methylation Exercises: Differential Methylation Version 2018-04 Exercises: Differential Methylation 2 Licence This manual is 2014-18, Simon Andrews. This manual is distributed under the creative commons Attribution-Non-Commercial-Share

More information

User Manual. RaySafe i2 dose viewer

User Manual. RaySafe i2 dose viewer User Manual RaySafe i2 dose viewer 2012.03 Unfors RaySafe 5001048-A All rights are reserved. Reproduction or transmission in whole or in part, in any form or by any means, electronic, mechanical or otherwise,

More information

1. To review research methods and the principles of experimental design that are typically used in an experiment.

1. To review research methods and the principles of experimental design that are typically used in an experiment. Your Name: Section: 36-201 INTRODUCTION TO STATISTICAL REASONING Computer Lab Exercise Lab #7 (there was no Lab #6) Treatment for Depression: A Randomized Controlled Clinical Trial Objectives: 1. To review

More information

Integrated Analysis of Copy Number and Gene Expression

Integrated Analysis of Copy Number and Gene Expression Integrated Analysis of Copy Number and Gene Expression Nexus Copy Number provides user-friendly interface and functionalities to integrate copy number analysis with gene expression results for the purpose

More information

Figure S2. Distribution of acgh probes on all ten chromosomes of the RIL M0022

Figure S2. Distribution of acgh probes on all ten chromosomes of the RIL M0022 96 APPENDIX B. Supporting Information for chapter 4 "changes in genome content generated via segregation of non-allelic homologs" Figure S1. Potential de novo CNV probes and sizes of apparently de novo

More information

ECDC HIV Modelling Tool User Manual version 1.0.0

ECDC HIV Modelling Tool User Manual version 1.0.0 ECDC HIV Modelling Tool User Manual version 1 Copyright European Centre for Disease Prevention and Control, 2015 All rights reserved. No part of the contents of this document may be reproduced or transmitted

More information

Dividing up the data

Dividing up the data Dividing up the data Stephen Barnes Analysis of the control genistein data The Excel download from the XCMS analysis contained 7840 ion features Too many to load them onto MetaboAnalyst (restricted to

More information

User Guide for Classification of Diabetes: A search tool for identifying miscoded, misclassified or misdiagnosed patients

User Guide for Classification of Diabetes: A search tool for identifying miscoded, misclassified or misdiagnosed patients User Guide for Classification of Diabetes: A search tool for identifying miscoded, misclassified or misdiagnosed patients For use with isoft Premiere Synergy Produced by André Ring 1 Table of Contents

More information

Charts Worksheet using Excel Obesity Can a New Drug Help?

Charts Worksheet using Excel Obesity Can a New Drug Help? Worksheet using Excel 2000 Obesity Can a New Drug Help? Introduction Obesity is known to be a major health risk. The data here arise from a study which aimed to investigate whether or not a new drug, used

More information

MULTIPLE LINEAR REGRESSION 24.1 INTRODUCTION AND OBJECTIVES OBJECTIVES

MULTIPLE LINEAR REGRESSION 24.1 INTRODUCTION AND OBJECTIVES OBJECTIVES 24 MULTIPLE LINEAR REGRESSION 24.1 INTRODUCTION AND OBJECTIVES In the previous chapter, simple linear regression was used when you have one independent variable and one dependent variable. This chapter

More information

The North Carolina Health Data Explorer

The North Carolina Health Data Explorer The North Carolina Health Data Explorer The Health Data Explorer provides access to health data for North Carolina counties in an interactive, user-friendly atlas of maps, tables, and charts. It allows

More information

To open a CMA file > Download and Save file Start CMA Open file from within CMA

To open a CMA file > Download and Save file Start CMA Open file from within CMA Example name Effect size Analysis type Level Tamiflu Hospitalized Risk ratio Basic Basic Synopsis The US government has spent 1.4 billion dollars to stockpile Tamiflu, in anticipation of a possible flu

More information

CSDplotter user guide Klas H. Pettersen

CSDplotter user guide Klas H. Pettersen CSDplotter user guide Klas H. Pettersen [CSDplotter user guide] [0.1.1] [version: 23/05-2006] 1 Table of Contents Copyright...3 Feedback... 3 Overview... 3 Downloading and installation...3 Pre-processing

More information

Psychology of Perception PSYC Spring 2017 Laboratory 2: Perception of Loudness

Psychology of Perception PSYC Spring 2017 Laboratory 2: Perception of Loudness PSYC 4165-100 Laboratory 2: Perception of Loudness Lab Overview Loudness is a psychological dimension of sound experience that depends on several physical dimensions of the sound stimulus (intensity, frequency,

More information

Intro to SPSS. Using SPSS through WebFAS

Intro to SPSS. Using SPSS through WebFAS Intro to SPSS Using SPSS through WebFAS http://www.yorku.ca/computing/students/labs/webfas/ Try it early (make sure it works from your computer) If you need help contact UIT Client Services Voice: 416-736-5800

More information

Data mining with Ensembl Biomart. Stéphanie Le Gras

Data mining with Ensembl Biomart. Stéphanie Le Gras Data mining with Ensembl Biomart Stéphanie Le Gras (slegras@igbmc.fr) Guidelines Genome data Genome browsers Getting access to genomic data: Ensembl/BioMart 2 Genome Sequencing Example: Human genome 2000:

More information

Introduction to SPSS S0

Introduction to SPSS S0 Basic medical statistics for clinical and experimental research Introduction to SPSS S0 Katarzyna Jóźwiak k.jozwiak@nki.nl November 10, 2017 1/55 Introduction SPSS = Statistical Package for the Social

More information

TMWSuite. DAT Interactive interface

TMWSuite. DAT Interactive interface TMWSuite DAT Interactive interface DAT Interactive interface Using the DAT Interactive interface Using the DAT Interactive interface... 1 Setting up the system to use the DAT Interactive interface... 1

More information

Using the New Nutrition Facts Label Formats in TechWizard Version 5

Using the New Nutrition Facts Label Formats in TechWizard Version 5 Using the New Nutrition Facts Label Formats in TechWizard Version 5 Introduction This document covers how to utilize the new US Nutrition Facts label formats that are part of Version 5. Refer to Installing

More information

Managing and Taking Notes

Managing and Taking Notes When scheduling a meeting, the host can specify the default note-taking options that take effect once the meeting starts. During a meeting, the presenter can change the default note-taking options at any

More information

Tutorial on Genome-Wide Association Studies

Tutorial on Genome-Wide Association Studies Tutorial on Genome-Wide Association Studies Assistant Professor Institute for Computational Biology Department of Epidemiology and Biostatistics Case Western Reserve University Acknowledgements Dana Crawford

More information

BlueBayCT - Warfarin User Guide

BlueBayCT - Warfarin User Guide BlueBayCT - Warfarin User Guide December 2012 Help Desk 0845 5211241 Contents Getting Started... 1 Before you start... 1 About this guide... 1 Conventions... 1 Notes... 1 Warfarin Management... 2 New INR/Warfarin

More information

Managing and Taking Notes

Managing and Taking Notes When scheduling a meeting, the host can specify the default note-taking options that take effect once the meeting starts. During a meeting, the presenter can change the default note-taking options at any

More information

OneTouch Reveal Web Application. User Manual for Healthcare Professionals Instructions for Use

OneTouch Reveal Web Application. User Manual for Healthcare Professionals Instructions for Use OneTouch Reveal Web Application User Manual for Healthcare Professionals Instructions for Use Contents 2 Contents Chapter 1: Introduction...4 Product Overview...4 Intended Use...4 System Requirements...

More information

Allergy Basics. This handout describes the process for adding and removing allergies from a patient s chart.

Allergy Basics. This handout describes the process for adding and removing allergies from a patient s chart. Allergy Basics This handout describes the process for adding and removing allergies from a patient s chart. Accessing Allergy Information Page 1 Recording No Known Medication Allergies Page 2 Recording

More information

Using the NWD Integrative Screener as a Data Collection Tool Agency-Level Aggregate Workbook

Using the NWD Integrative Screener as a Data Collection Tool Agency-Level Aggregate Workbook Using the NWD Integrative Screener as a Data Collection Tool Agency-Level Aggregate Workbook The NWD Integrative Screener was designed to be user friendly for providers and agencies. Many items and health

More information

LAB ASSIGNMENT 4 INFERENCES FOR NUMERICAL DATA. Comparison of Cancer Survival*

LAB ASSIGNMENT 4 INFERENCES FOR NUMERICAL DATA. Comparison of Cancer Survival* LAB ASSIGNMENT 4 1 INFERENCES FOR NUMERICAL DATA In this lab assignment, you will analyze the data from a study to compare survival times of patients of both genders with different primary cancers. First,

More information

Simple Linear Regression One Categorical Independent Variable with Several Categories

Simple Linear Regression One Categorical Independent Variable with Several Categories Simple Linear Regression One Categorical Independent Variable with Several Categories Does ethnicity influence total GCSE score? We ve learned that variables with just two categories are called binary

More information

Use Case 9: Coordinated Changes of Epigenomic Marks Across Tissue Types. Epigenome Informatics Workshop Bioinformatics Research Laboratory

Use Case 9: Coordinated Changes of Epigenomic Marks Across Tissue Types. Epigenome Informatics Workshop Bioinformatics Research Laboratory Use Case 9: Coordinated Changes of Epigenomic Marks Across Tissue Types Epigenome Informatics Workshop Bioinformatics Research Laboratory 1 Introduction Active or inactive states of transcription factor

More information

Module 3: Pathway and Drug Development

Module 3: Pathway and Drug Development Module 3: Pathway and Drug Development Table of Contents 1.1 Getting Started... 6 1.2 Identifying a Dasatinib sensitive cancer signature... 7 1.2.1 Identifying and validating a Dasatinib Signature... 7

More information

RADAR Report. Self Guided Tutorial

RADAR Report. Self Guided Tutorial RADAR Report Self Guided Tutorial 1 Tutorial Contents Table of Contents Overview Using the RADAR Report Profile Scores Historical trending QM Alerts Tips for Success 2 Tutorial Objectives After completing

More information

Web Feature Services Tutorial

Web Feature Services Tutorial Southeast Alaska GIS Library Web Feature Services Tutorial Prepared By Mike Plivelich Version 0.2 Status Draft Updates Continual Release Date June 2010 1 TABLE OF CONTENTS Page # INTRODUCTION...3 PURPOSE:...

More information

Benchmark Dose Modeling Cancer Models. Allen Davis, MSPH Jeff Gift, Ph.D. Jay Zhao, Ph.D. National Center for Environmental Assessment, U.S.

Benchmark Dose Modeling Cancer Models. Allen Davis, MSPH Jeff Gift, Ph.D. Jay Zhao, Ph.D. National Center for Environmental Assessment, U.S. Benchmark Dose Modeling Cancer Models Allen Davis, MSPH Jeff Gift, Ph.D. Jay Zhao, Ph.D. National Center for Environmental Assessment, U.S. EPA Disclaimer The views expressed in this presentation are those

More information

User Instruction Guide

User Instruction Guide User Instruction Guide Table of Contents Logging In and Logging Out of MMSx 1 Creating a TPN (Terminal Profile Number) 2 Single Merchant 2 From Navigation Bar 2 From Home Page Link 4 Multiple Merchants

More information

Impact of Group Rejections on Self Esteem

Impact of Group Rejections on Self Esteem Impact of Group Rejections on Self Esteem In 2005, researchers from the School of Physical Education at the University of Otago carried out a study to assess the impact of rejection on physical self esteem.

More information

iworx Sample Lab Experiment HC-3: Pulse Wave Velocity

iworx Sample Lab Experiment HC-3: Pulse Wave Velocity Experiment HC-3: Pulse Wave Velocity Exercise 1: The Pulse Wave Velocity at Rest Aim: To measure the pulse wave velocity in a resting individual. Procedure 1. Click on the Record button, located on the

More information

Detection of aneuploidy in a single cell using the Ion ReproSeq PGS View Kit

Detection of aneuploidy in a single cell using the Ion ReproSeq PGS View Kit APPLICATION NOTE Ion PGM System Detection of aneuploidy in a single cell using the Ion ReproSeq PGS View Kit Key findings The Ion PGM System, in concert with the Ion ReproSeq PGS View Kit and Ion Reporter

More information

VMMC Installation Guide (Windows NT) Version 2.0

VMMC Installation Guide (Windows NT) Version 2.0 VMMC Installation Guide (Windows NT) Version 2.0 The Shrimp Project Department of Computer Science Princeton University February 1999 About this Document Welcome to VMMC! This document describes how to

More information

Vega: Variational Segmentation for Copy Number Detection

Vega: Variational Segmentation for Copy Number Detection Vega: Variational Segmentation for Copy Number Detection Sandro Morganella Luigi Cerulo Giuseppe Viglietto Michele Ceccarelli Contents 1 Overview 1 2 Installation 1 3 Vega.RData Description 2 4 Run Vega

More information

CrewAlert Tutorial. Introduction. The Graph View. For version 1.3

CrewAlert Tutorial. Introduction. The Graph View. For version 1.3 CrewAlert Tutorial For version 1.3 Introduction Welcome to CrewAlert! This guide will introduce you to the basic CrewAlert functionality. You can access this tutorial from your application at any time

More information

ATLANTIS WebOrder. ATLANTIS ISUS User guide

ATLANTIS WebOrder. ATLANTIS ISUS User guide ATLANTIS WebOrder ATLANTIS ISUS User guide Contents ATLANTIS WebOrder Entering an ATLANTIS ISUS order 3 ATLANTIS ISUS implant suprastructures 4 ATLANTIS ISUS Bar 5 ATLANTIS ISUS Bridge 7 ATLANTIS ISUS

More information

Content Part 2 Users manual... 4

Content Part 2 Users manual... 4 Content Part 2 Users manual... 4 Introduction. What is Kleos... 4 Case management... 5 Identity management... 9 Document management... 11 Document generation... 15 e-mail management... 15 Installation

More information

Section 3 Correlation and Regression - Teachers Notes

Section 3 Correlation and Regression - Teachers Notes The data are from the paper: Exploring Relationships in Body Dimensions Grete Heinz and Louis J. Peterson San José State University Roger W. Johnson and Carter J. Kerk South Dakota School of Mines and

More information

Estimating national adult prevalence of HIV-1 in Generalized Epidemics

Estimating national adult prevalence of HIV-1 in Generalized Epidemics Estimating national adult prevalence of HIV-1 in Generalized Epidemics You are now ready to begin using EPP to generate HIV prevalence estimates for use in the Spectrum program. Introduction REMEMBER The

More information

Fully Automated IFA Processor LIS User Manual

Fully Automated IFA Processor LIS User Manual Fully Automated IFA Processor LIS User Manual Unless expressly authorized, forwarding and duplication of this document is not permitted. All rights reserved. TABLE OF CONTENTS 1 OVERVIEW... 4 2 LIS SCREEN...

More information

EHR Go Guide: Vitals, Pain, and Measurement

EHR Go Guide: Vitals, Pain, and Measurement EHR Go Guide: Vitals, Pain, and Measurement Introduction Vital signs are an important aspect of patient care and diagnosis. They often provide the first indication of a change in the patient s health status

More information

Lesson 3 Profex Graphical User Interface for BGMN and Fullprof

Lesson 3 Profex Graphical User Interface for BGMN and Fullprof Lesson 3 Profex Graphical User Interface for BGMN and Fullprof Nicola Döbelin RMS Foundation, Bettlach, Switzerland March 01 02, 2016, Freiberg, Germany Background Information Developer: License: Founded

More information

Technical Bulletin. Technical Information for Quidel Molecular Influenza A+B Assay on the Bio-Rad CFX96 Touch

Technical Bulletin. Technical Information for Quidel Molecular Influenza A+B Assay on the Bio-Rad CFX96 Touch Technical Bulletin Technical Information for Quidel Molecular Influenza A+B Assay on the Bio-Rad CFX96 Touch Quidel Corporation has verified the performance of the Quidel Molecular Influenza A+B Assay

More information

Q: How do I get the protein concentration in mg/ml from the standard curve if the X-axis is in units of µg.

Q: How do I get the protein concentration in mg/ml from the standard curve if the X-axis is in units of µg. Photometry Frequently Asked Questions Q: How do I get the protein concentration in mg/ml from the standard curve if the X-axis is in units of µg. Protein standard curves are traditionally presented as

More information

ECDC HIV Modelling Tool User Manual

ECDC HIV Modelling Tool User Manual ECDC HIV Modelling Tool User Manual Version 1.3.0 European Centre for Disease Prevention and Control 20 December 2017 1 Table of Contents 2 Introduction... 3 2.1 Incidence Method... 3 2.2 London Method...

More information

Biopac Student Lab Lesson 6 ELECTROCARDIOGRAPHY (ECG) II Analysis Procedure. Rev

Biopac Student Lab Lesson 6 ELECTROCARDIOGRAPHY (ECG) II Analysis Procedure. Rev 42 Aero Camino, Goleta, CA 93117 www.biopac.com Biopac Student Lab Lesson 6 ELECTROCARDIOGRAPHY (ECG) II Analysis Procedure Rev. 12292017 Richard Pflanzer, Ph.D. Associate Professor Emeritus Indiana University

More information

Nodule Detection process: 1. Click on the patient study to be loaded 2. Click the drop down arrow next to the analysis button and select LNA

Nodule Detection process: 1. Click on the patient study to be loaded 2. Click the drop down arrow next to the analysis button and select LNA Application Guide Lung Nodule Assessment Post Processing Portal version 2.5 This is an application guide for Lung Nodule Post Processing on version 2.5. For more detailed information, please refer to the

More information

RaySafe i3 INSTALLATION & SERVICE MANUAL

RaySafe i3 INSTALLATION & SERVICE MANUAL RaySafe i3 INSTALLATION & SERVICE MANUAL 2017.06 Unfors RaySafe 5001104-1.1 All rights are reserved. Reproduction or transmission in whole or in part, in any form or by any means, electronic, mechanical

More information

IBRIDGE 1.0 USER MANUAL

IBRIDGE 1.0 USER MANUAL IBRIDGE 1.0 USER MANUAL Jaromir Krizek CONTENTS 1 INTRODUCTION... 3 2 INSTALLATION... 4 2.1 SYSTEM REQUIREMENTS... 5 2.2 STARTING IBRIDGE 1.0... 5 3 MAIN MENU... 6 3.1 MENU FILE... 6 3.2 MENU SETTINGS...

More information

LiteLink mini USB. Diatransfer 2

LiteLink mini USB. Diatransfer 2 THE ART OF MEDICAL DIAGNOSTICS LiteLink mini USB Wireless Data Download Device Diatransfer 2 Diabetes Data Management Software User manual Table of Contents 1 Introduction... 3 2 Overview of operating

More information

Aggregate Report Instructions

Aggregate Report Instructions Version 2018_v4 Workplace Health Solutions Center for Workplace Health Research & Evaluation Version 2018_v4 Table of Contents Purpose.....3 Data Privacy....3 About Life's Simple 7....4 Table 1. Life's

More information

O i r ent t a iti on t t o th th e e Certification Tool ification T State We State W binar e June 14th

O i r ent t a iti on t t o th th e e Certification Tool ification T State We State W binar e June 14th Orientation Oi tti to the Certification Tool State Webinar June 14 th BACKGROUND Certification Options Option 1: SFA submits one week menus, menu worksheet and nutrient analysis Option 2: SFA submits one

More information

To learn how to use the molar extinction coefficient in a real experiment, consider the following example.

To learn how to use the molar extinction coefficient in a real experiment, consider the following example. Week 3 - Phosphatase Data Analysis with Microsoft Excel Week 3 Learning Goals: To understand the effect of enzyme and substrate concentration on reaction rate To understand the concepts of Vmax, Km and

More information

NeuroLink by Applied Neuroscience, Inc. Help Manual Applied Neuroscience, Inc. Applied Neuroscience, Inc.

NeuroLink by Applied Neuroscience, Inc. Help Manual Applied Neuroscience, Inc. Applied Neuroscience, Inc. NeuroLink by Applied Neuroscience, Inc. Help Manual Applied Neuroscience, Inc. 8200 Bryan Dairy Road, Suite 315 Largo, FL 33777-1355 For More Information Contact: info@anineurolink.com For Support Contact:

More information

Enzyme Analysis using Tyrosinase. Evaluation copy

Enzyme Analysis using Tyrosinase. Evaluation copy Enzyme Analysis using Tyrosinase Computer 15 Enzymes are molecules that regulate the chemical reactions that occur in all living organisms. Almost all enzymes are globular proteins that act as catalysts,

More information

Lab #3 Potentiometric Titration of Soda Ash (after Christian, p , p ) (phenolphthalein)

Lab #3 Potentiometric Titration of Soda Ash (after Christian, p , p ) (phenolphthalein) Lab #3 Potentiometric Titration of Soda Ash (after Christian, p.692-694, p.718-720) I: INTRODUCTION In this lab, an unknown sample of soda ash (a crude mixture of sodium carbonate) will be titrated with

More information

Assignment 5: Integrative epigenomics analysis

Assignment 5: Integrative epigenomics analysis Assignment 5: Integrative epigenomics analysis Due date: Friday, 2/24 10am. Note: no late assignments will be accepted. Introduction CpG islands (CGIs) are important regulatory regions in the genome. What

More information

A Penny for Your Thoughts: Scientific Measurements and Introduction to Excel

A Penny for Your Thoughts: Scientific Measurements and Introduction to Excel A Penny for Your Thoughts: Scientific Measurements and Introduction to Excel Pre-lab Assignment: Introduction Reading: 1. Chapter sections 1.4 through 1.6 in your course text. 2. This lab handout. Questions:

More information

The Hospital Anxiety and Depression Scale Guidance and Information

The Hospital Anxiety and Depression Scale Guidance and Information The Hospital Anxiety and Depression Scale Guidance and Information About Testwise Testwise is the powerful online testing platform developed by GL Assessment to host its digital tests. Many of GL Assessment

More information

Two-Way Independent ANOVA

Two-Way Independent ANOVA Two-Way Independent ANOVA Analysis of Variance (ANOVA) a common and robust statistical test that you can use to compare the mean scores collected from different conditions or groups in an experiment. There

More information

Appendix B. Nodulus Observer XT Instructional Guide. 1. Setting up your project p. 2. a. Observation p. 2. b. Subjects, behaviors and coding p.

Appendix B. Nodulus Observer XT Instructional Guide. 1. Setting up your project p. 2. a. Observation p. 2. b. Subjects, behaviors and coding p. 1 Appendix B Nodulus Observer XT Instructional Guide Sections: 1. Setting up your project p. 2 a. Observation p. 2 b. Subjects, behaviors and coding p. 3 c. Independent variables p. 4 2. Carry out an observation

More information

ProScript User Guide. Pharmacy Access Medicines Manager

ProScript User Guide. Pharmacy Access Medicines Manager User Guide Pharmacy Access Medicines Manager Version 3.0.0 Release Date 01/03/2014 Last Reviewed 11/04/2014 Author Rx Systems Service Desk (T): 01923 474 600 Service Desk (E): servicedesk@rxsystems.co.uk

More information

[ APPLICATION NOTE ] High Sensitivity Intact Monoclonal Antibody (mab) HRMS Quantification APPLICATION BENEFITS INTRODUCTION WATERS SOLUTIONS KEYWORDS

[ APPLICATION NOTE ] High Sensitivity Intact Monoclonal Antibody (mab) HRMS Quantification APPLICATION BENEFITS INTRODUCTION WATERS SOLUTIONS KEYWORDS Yun Wang Alelyunas, Henry Shion, Mark Wrona Waters Corporation, Milford, MA, USA APPLICATION BENEFITS mab LC-MS method which enables users to achieve highly sensitive bioanalysis of intact trastuzumab

More information

Cancer Informatics Lecture

Cancer Informatics Lecture Cancer Informatics Lecture Mayo-UIUC Computational Genomics Course June 22, 2018 Krishna Rani Kalari Ph.D. Associate Professor 2017 MFMER 3702274-1 Outline The Cancer Genome Atlas (TCGA) Genomic Data Commons

More information

Experiment 1: Scientific Measurements and Introduction to Excel

Experiment 1: Scientific Measurements and Introduction to Excel Experiment 1: Scientific Measurements and Introduction to Excel Reading: Chapter 1 of your textbook and this lab handout. Learning Goals for Experiment 1: To use a scientific notebook as a primary record

More information

Chronic Pain Management Workflow Getting Started: Wrenching In Assessments into Favorites (do once!)

Chronic Pain Management Workflow Getting Started: Wrenching In Assessments into Favorites (do once!) Chronic Pain Management Workflow Getting Started: Wrenching In Assessments into Favorites (do once!) 1. Click More Activities to star flowsheets into your chunky button screen. 3. Use the search function

More information

Lab 3: Perception of Loudness

Lab 3: Perception of Loudness Lab 3: Perception of Loudness Lewis O. Harvey, Jr. and Samuel P. Paskewitz PSYC 4165: Psychology of Perception, Fall 2018 Department of Psychology and Neuroscience University of Colorado Boulder Boulder,

More information

Tutorial: RNA-Seq Analysis Part II: Non-Specific Matches and Expression Measures

Tutorial: RNA-Seq Analysis Part II: Non-Specific Matches and Expression Measures : RNA-Seq Analysis Part II: Non-Specific Matches and Expression Measures March 15, 2013 CLC bio Finlandsgade 10-12 8200 Aarhus N Denmark Telephone: +45 70 22 55 09 Fax: +45 70 22 55 19 www.clcbio.com support@clcbio.com

More information

Section D. Identification of serotype-specific amino acid positions in DENV NS1. Objective

Section D. Identification of serotype-specific amino acid positions in DENV NS1. Objective Section D. Identification of serotype-specific amino acid positions in DENV NS1 Objective Upon completion of this exercise, you will be able to use the Virus Pathogen Resource (ViPR; http://www.viprbrc.org/)

More information

Medtech32 Diabetes Get Checked II Advanced Form Release Notes

Medtech32 Diabetes Get Checked II Advanced Form Release Notes Medtech32 Diabetes Get Checked II Advanced Form Release Notes These Release Notes contain important information for all Medtech32 Users. Please ensure that they are circulated amongst all your staff. We

More information

SANAKO Lab 100 STS USER GUIDE

SANAKO Lab 100 STS USER GUIDE SANAKO Lab 100 STS USER GUIDE Copyright 2008 SANAKO Corporation. All rights reserved. Microsoft is a registered trademark. Microsoft Windows 2000 and Windows XP are trademarks of Microsoft Corporation.

More information

ESC-100 Introduction to Engineering Fall 2013

ESC-100 Introduction to Engineering Fall 2013 Lab 4 Biomechanics of Human Motion Physical activities such as walking, running, and jumping are essential for daily function, as well as for recreational or competitive athletics. However, these and other

More information

GEX Recommended Procedure Eff. Date: 09/21/10 Rev.: D Pg. 1 of 7

GEX Recommended Procedure Eff. Date: 09/21/10 Rev.: D Pg. 1 of 7 GEX Recommended Procedure Eff. Date: 09/21/10 Rev.: D Pg. 1 of 7 NOTICE: This document is version controlled and was produced as a part of the GEX Information Program which requires that all Series 100

More information

MODULE: SQUAT JUMP BRIEF DESCRIPTION:

MODULE: SQUAT JUMP BRIEF DESCRIPTION: MODULE: SQUAT JUMP BRIEF DESCRIPTION: Squat jump is a vertical jump and among the most often used tests for maximal anaerobic power output of the lower extremities. It is a concentric muscle action which

More information

Guide to Use of SimulConsult s Phenome Software

Guide to Use of SimulConsult s Phenome Software Guide to Use of SimulConsult s Phenome Software Page 1 of 52 Table of contents Welcome!... 4 Introduction to a few SimulConsult conventions... 5 Colors and their meaning... 5 Contextual links... 5 Contextual

More information

Experiment HH-2: The Electrocardiogram and Heart Sounds

Experiment HH-2: The Electrocardiogram and Heart Sounds Experiment HH-2: The Electrocardiogram and Heart Sounds Exercise 1: The ECG in a Resting Subject Aim: To measure the ECG in a resting individual. Procedure 1. Click on the Record button, located on the

More information

Agile Product Lifecycle Management for Process

Agile Product Lifecycle Management for Process Nutrition Surveillance Management User Guide Release 5.2.1 Part No. E13901-01 September 2008 Copyrights and Trademarks Copyright 1995, 2008, Oracle Corporation and/or its affiliates. All rights reserved.

More information

Warfarin Help Documentation

Warfarin Help Documentation Warfarin Help Documentation Table Of Contents Warfarin Management... 1 iii Warfarin Management Warfarin Management The Warfarin Management module is a powerful tool for monitoring INR results and advising

More information

Enzyme Action: Testing Catalase Activity

Enzyme Action: Testing Catalase Activity Enzyme Action: Testing Catalase Activity Many organisms can decompose hydrogen peroxide (H 2 O 2 ) enzymatically. Enzymes are globular proteins, responsible for most of the chemical activities of living

More information

Implementing OEE using Datalyzer Spectrum

Implementing OEE using Datalyzer Spectrum Implementing OEE using Datalyzer Spectrum October, 2014 DataLyzer International Inc. DataLyzer International bv DataLyzer Technologies Pvt Ltd 29445 Beck Road, A207 San Giorgilaan 2 9/1 Karnic Road. Shankarpuram

More information

Multiple Linear Regression Analysis

Multiple Linear Regression Analysis Revised July 2018 Multiple Linear Regression Analysis This set of notes shows how to use Stata in multiple regression analysis. It assumes that you have set Stata up on your computer (see the Getting Started

More information

Exercise Pro Getting Started Guide

Exercise Pro Getting Started Guide Exercise Pro Getting Started Guide Table Of Contents Installation... 1 Overview... 1 Tutorial... 1 The Exercise Pro 6 Interface... 1 Searching and Selecting Exercises... 2 Printing the Exercise Program...

More information

Add_A_Class_with_Class_Number_Revised Thursday, March 18, 2010

Add_A_Class_with_Class_Number_Revised Thursday, March 18, 2010 Slide 1 Text Captions: PAWS Tutorial "Add a Class using Class Number" Created for: Version 9.0 Date: March, 2010 Slide 2 Text Captions: Objective In this tutorial you will learn how to add a class to your

More information

Lab 4: Perception of Loudness

Lab 4: Perception of Loudness Lab 4: Perception of Loudness Lewis O. Harvey, Jr. and Dillon J. McGovern PSYC 4165: Psychology of Perception, Spring 2019 Department of Psychology and Neuroscience University of Colorado Boulder Boulder,

More information

Data Management System (DMS) User Guide

Data Management System (DMS) User Guide Data Management System (DMS) User Guide Eversense and the Eversense logo are trademarks of Senseonics, Incorporated. Other brands and their products are trademarks or registered trademarks of their respective

More information

Section 3: Economic evaluation

Section 3: Economic evaluation Section 3: Economic evaluation PERSPECTIVES OF AN EVALUATOR DR BONNY PARKINSON SENIOR RESEARCH FELLOW MACQUARIE UNIVERSITY CENTRE FOR THE HEALTH ECONOMY (MUCHE) Disclaimer The views presented are my own

More information

Instructions for the ECN201 Project on Least-Cost Nutritionally-Adequate Diets

Instructions for the ECN201 Project on Least-Cost Nutritionally-Adequate Diets Instructions for the ECN201 Project on Least-Cost Nutritionally-Adequate Diets John P. Burkett October 15, 2015 1 Overview For this project, each student should (a) determine her or his nutritional needs,

More information