Vector Xpression 3. Speed Tutorial: III. Creating a Script for Automating Normalization of Data

Size: px
Start display at page:

Download "Vector Xpression 3. Speed Tutorial: III. Creating a Script for Automating Normalization of Data"

Transcription

1 Vector Xpression 3 Speed Tutorial: III. Creating a Script for Automating Normalization of Data

2 Table of Contents Table of Contents...1 Important: Please Read...1 Opening Data in Raw Data Viewer...2 Creating a Normalization Script Using the Recorder...3 Split Spots into Blocks...4 M vs A Plot...4 Scatter Plot...5 Normalize by Lowess...7 Histogram...10 Creating an Expression Run from Raw Data...10 Applying the Script to Automatically Process and Save Data...11 Important: Please Read STOP: The first tutorial in the suite, Part I: Importing Two-Channel Raw Data, must be completed before proceeding with this tutorial. The raw data that is used in this tutorial must be loaded using the import procedures outlined in the first tutorial. Completing Part II: Adding Annotations is optional before proceeding with this section, Part III: Creating a Script for Automating Normalization of Data. GO: If you have completed Part I: Importing Two-Channel Raw Data, proceed with this tutorial. Introduction Purpose This segment of the Speed tutorial teaches you to create a script for automating normalization of the expression data you imported in the first tutorial. You may have added annotation to the data in Part II of the tutorial series. This is the third of the series of three tutorials to teach you how to use Vector Xpression: I. Importing Two-Channel Expression Raw Data II. Adding Annotations III. Creating a Script for Automating Data Normalization Other tutorials are available from InforMax to teach you other methods of using Vector Xpression. Refer to the InforMax website for more information: 1

3 IMPORTANT: You may want to use this tutorial in conjunction with the Vector Xpression 3 User s Manual for clarification of all functionality. NOTE: This section can begin where either Part I: Importing Two-Channel Raw Data or Part II: Importing Annotations tutorial ended. If you are currently logged into Vector Xpression 3 and are continuing the series of tutorials directly from the Part I or Part II tutorial, begin with Step 2 in the following section. If you are starting a new Vector Xpression session, begin the tutorial with Step 1. Opening Data in Raw Data Viewer Overview of Raw Data Viewer Expression Raw Data Viewer is the user interface in Vector Xpression designed to display raw data; it allows you to normalize and consolidate raw data into Expression Runs, assess the quality and edit the data when necessary. Note that the column heading names you assigned to your raw data in the Finalize Import dialog box when you imported the data (see Part 1: Importing Two-Channel Raw Data) display on the Raw Data Viewer spreadsheet. Also note that each channel displays Signal and Background columns of data. Action 1. Launch Vector Xpression 3 Explorer. From the Windows Start button, select Start > Programs > InforMax 2003 > Xpression Explorer. 2. In Vector Xpression Database Explorer, ensure the Raw Data table is displayed in the Vector Xpression Database viewer. a. Select the sample.c1 raw data object, one of the objects you imported in Part 1 of the tutorials (Figure 1). b. Open it by selecting Data > Open from the main menu. Result Figure 1. Vector Xpression Database Explorer - Raw Data The sample.c1 raw data object opens in the Raw Data Viewer. 2

4 Creating a Normalization Script Using the Recorder Overview Xpression Scripts are automation tools used to automate repeated tasks in the Raw Data Viewer. The scripts must be created in Raw Data Viewer, but after a script is created, the tool can be launched on raw data objects selected in the Xpression Database Explorer. When a script is initiated from the Explorer, every raw data object currently selected in the Explorer opens in the Raw Data Viewer, the script is run against it, and results are saved. You can reopen the associated raw data object(s) in Raw Data Viewer to review the results once the script is finished. The script that you will record in this section consists of the following steps, performed in a consecutive workflow: 1. Split Spots into Blocks 2. M vs A Transformation 3. Scatter Plot 4. Fit Lowess line 5. Normalize by Lowess 6. Histogram 7. Create Ratio Expression Run from normalized data In Vector Xpression, either raw data or Expression Runs can be normalized. The basic goal of this section of the Speed tutorial is to normalize the raw data you imported in Part I: Importing Two-Channel Raw Data. Normalization is often advisable in order to make valid comparisons between different chip reads or different channels. This process corrects for differences in labeling, detection efficiencies, differences in intensities, or other minor variations such as systematic measurement bias by re-scaling the data. Action 1. Begin recording the script by clicking the Record Script button ( ) from the lower tool bar. 2. The first step in the script is to identify the block coordinates. Select Calculations > Split Spots into Blocks from the main menu. 3

5 Split Spots into Blocks Overview of Split Spots into Blocks In Raw Data Viewer, the Grid and Spot columns on the spreadsheet display coordinates for each spot on the chip, based on its physical location on the chip. The spots on chips are often arranged in a series of blocks, with each block assigned a specific number. Each block contains individual spots arranged in rows and columns. The layout is typically dependent on the print-head used to fabricate the chips. These grid/spot locations in the raw data refer back to a chip design document which defines the link to your gene name. The Split Spots into Blocks function organizes spots into logical larger groupings or blocks based on their physical position on a chip. When blocks are created, the spots corresponding to those blocks are tagged with the corresponding block number. 3. In the Split Spots into Blocks dialog box, select the check boxes adjacent to BlockY and BlockX, and click OK (Figure 2). Figure 2 Split Spots into Blocks Dialog Box 4. The results display in new columns on the spreadsheet labeled BlockX and BlockY. 5. Next, calculate an M vs A plot by selecting Calculations > M vs. A Transform M vs A Plot Overview of M vs A Plot The M vs A plot is the ratio of the signal from the two channels for each individual spot as a function of the average log intensity of that spot. Ideally, the ratios should be independent of the average intensity, and all data points will scatter along a horizontal straight line at zero. The M vs A plot generally reveals systematic biases in the data set, providing a visual justification of why normalization might be needed. 6. In the Select Columns for M vs A Plot dialog box, select options from the drop-down menus as shown in Figure 3. 4

6 Figure 3 Select Columns for M vs A Plot Dialog Box 7. Click OK. The calculations are performed, and the M and A data are added as new columns entitled Results: A and M (Figure 4). The A value represents the log geometric mean of the signal. The M value is the log2 ratio of the experimental sample (Cy5) over the reference sample (Cy3). Figure 4 New columns in the Raw Data Viewer display M and A Plot calculations 8. Now, check the results of the M and A transform by creating an M vs. A Scatter Plot. Select View > Make Scatter Plot Scatter Plot Overview of Scatter Plot of M vs A Results The Scatter Plot in an Raw Data Viewer displaying raw data is a graphical representation that allows direct comparison of spots or genes as represented by values from two different scans of the same chip. The position of each spot or gene symbol (+) on the plot corresponds to the values for each gene taken over each scan represented on the graph. 9. In the Select Columns dialog box, to create the appropriate scatter plot, select the A check box in the X Axis column, the M check box in the Y Axis column, and click OK (Figure 5). 5

7 Figure 5 Selecting columns for a Scatter Plot 10. Select the Scatter Plot tab ( ) to view the plot (Figure 6). On the plot, A values appear on the X axis and M values on the Y axis. Note that the scatter plot is visually non-linear, strongly suggesting systematic biases in the data. Figure 6 Scatter Plot prepared from M and A value; data is not normalized To verify the systematic bias in the data, you will fit a Lowess line to the M vs A plots of each block. A Lowess line is a smooth non-parametric line representative of the data in the scatter plot. It is robust to outliers. In this case, Lowess lines will be applied individually to all 16 blocks of data. 11. Right-click on the plot for the shortcut menu and click Fit Lowess from the shortcut menu. 12. In the Fit Lowess dialog box, select the Block radio button and click OK. 6

8 Figure 7 Lowess linesfor for 16 blocks of data are superimposed on the M vs A scatter plot Because the Lowess lines are not horizontal at zero, this demonstrates bias in the data (Figure 7). In addition, the Lowess lines reveal print-block-specific differences. Because of these observations, you will now normalize the data. Normalize by Lowess Overview of Normalizing by Lowess This algorithm normalizes the M values (the log2 ratios) to the A values (the log geometric mean of the signal), which leaves the A values unchanged. In other words, the M values are treated as dependent values, while the A values are treated as independent values. 13. Perform a Lowess normalization by selecting Calculations > Normalize > Lowess from the main menu. 14. In the Lowess Normalization dialog box, select options from the drop-down menus as shown in Figure 8. Be sure and check the Process Each Block Separately checkbox. Click OK. 7

9 Figure 8 Lowess Normalization dialog box The calculations are performed and the new data entered into the Raw Data Viewer spreadsheet as Lowess normalized Results M and Lowess normalized Results A columns under the Results header (Figure 9). Figure 9 Lowess normalized calculations display in new spreadsheet columns 15. Check the results of the normalization by creating a Scatter Plot of the normalized data. Select View > Make Scatter Plot In the Select Columns dialog box that opens: a. Check the Lowess normalized Results A check box in the X Axis column, b. Check the Lowess normalized Results M check box in the Y Axis column, c. Click OK. 18. In Raw Data Viewer, select the Scatter Plot tab again. The plot displays as a second plot. 19. To check the results of the normalization, fit Lowess lines to the new M vs. A scatter plots of each block again. Right click on the lower plot and select Fit Lowess from the shortcut menu. 8

10 20. In the Fit Lowess dialog box, select the Block radio button. Accept the default setting and click OK. Lowess lines are again applied to all 16 print blocks in the lower Scatter Plot. 21. Open the shortcut menu associated with the lower scatter plot with a right click on the plot. Select Show Line > Y=0. Following the Lowess normalization, the normalized M values now are uniformly distributed along the line y = 0 (lower panel of Figure 10), indicating compensation for any systematic biases in the data. This contrasts to the systematic curvature in the data points formed by the original data (upper panel of Figure 10). Figure 10 Lowess lines applied to normalized data (lower plot) demonstrate the uniform distribution of values, in contrast to Lowess lines applied to unnormalized data (upper plot) 22. Return to the spreadsheet view using the Spreadsheet tab ( ). The results reveal that the normalization procedure did account for most of the print-block specific differences. 23. As an additional check on the quality of the data, create a histogram of the normalized M values (the log2 ratios) by selecting View > Make Histogram from the main menu. 24. In the Histogram dialog box, a. Select Results Lowess M from the drop-down list in the text box. b. Insure that the Use two data columns check box is not checked. c. Click OK. 24. Select the Histogram tab ( ) to review the histogram (Figure 11). 9

11 Histogram Overview of Histogram display A Histogram displays a general profile of the raw data points representing all spots on a chip. Result Figure 11 Histogram representing normalized raw data You have proceeded through six steps of a raw data analysis workflow. You have normalized the raw data from a selected file, and have reviewed the results of each step on the raw data spreadsheet and/or graphics tabs. All of these components will also be part of the script you have been recording. The seventh and final step of the script follows, creating an Expression Run from the normalized data. Creating an Expression Run from Raw Data Overview of Creating Expression Runs from Raw Data The Save Column as Expression Runs tool is used for creating an Expression Run from two-channel raw data displayed in the Raw Data Viewer. The tool can also be used for saving M values (log2 ratios of the two channels) as an Expression Run. 10

12 Action 1. Create a new expression run by selecting Tool > Save Column as Expression Run. 2. In the Save Column as Expression Run dialog box that opens (Figure 12): a. In the Column: drop-down list, select Results Lowess normalized Results M, the column to be saved as an Expression Run. b. Select the Ratio radio button and select Log2 in the corresponding drop-down list. c. For the Target option, select Channel 1. d. Click OK. Figure 12 Selecting the raw data column to save as an Expression Run 28. In the Save Expression Run as dialog box that opens: a. Accept the default name for the Expression Run: sample.c1 Lowess normalized Results M and click Save. b. When prompted to open the Expression Run, select No. 29. To save the sample.c1 raw data object as you have modified it, select File > Save from the main menu. 30. Stop the macro record by selecting Tools > Xpression Scripts > Record script. 31. In the Enter script name dialog box, name the new script Speed_1 and click OK. 32. Choose File > Close from the main menu, and choose No when prompted to save the results. Result You have converted the raw data you normalized to an Expression Run, and saved the analyzed data as part of the raw data file. Additionally, all of the operations since you initiated the Record Script tool are now recorded in a script. You can use this script in the future to automate the same sequence of steps at any time. Applying the Script to Automatically Process and Save Data Overview of Applying an Expression Script Now you will apply the Speed_1 script to the remainder of the data you imported. As the script is executed, each raw data object is sequentially opened into the Raw Data Viewer, normalized, converted to an Expression Run and saved to the database. 11

13 Action 1. In the Vector Xpression Database Explorer, select the five Raw Data objects that you have not processed. Use CTRL + CLICK on each to select it. (Figure 13). Figure 13 Selecting raw data objects to be the target of script execution 2. To run the script on the selected objects, select Tools > Expression Scripts > Speed_1. (Figure 83). The script is executed, and a monitor follows its progress. The newly formed Expression Runs are saved to the database. 3. In the Xpression Database Explorer, select the Expression Runs table from the drop-down Tables list in the upper left corner (Figure 14). Figure 14 New Expression Runs created from the script execution display in the Xpression Database Explorer The Expression Runs displayed in the Database Objects Pane consist of the one Expression Run you created when you were recording the script and five Expression Runs when you ran the script against the other five newly imported raw data objects. Note how names of the six Expression Runs coincide with the data you imported and the column names of the normalized data. 4. Press CTRL + CLICK on each of the Expression Runs, and select Runs > Open. (Figure 84). The six Expression Runs open in an Expression Run Viewer. 12

14 Overview of Expression Run Viewer The Expression Run Viewer displays a textual representation of Expression Run data on a spreadsheet, allowing you to view the exact numerical data imported in all fields associated with a given file format. Additionally, the Expression Run Viewer provides the setting for the following operations on Expression Runs: generating histograms and Scatter Plots finding and merging Expression Runs normalizing Expression Runs converting absolute data to ratios performing various statistical analyses such as Latin Squares calculations and t-tests generating reports exporting user-selected numerical values to Microsoft Excel. Multiple Expression Runs can be saved as Run Projects, which also open in Expression Run Viewer. 5. Note the columns with the Lowess M results in the spreadsheet (Figure 15). Figure 15 New Expression Runs created from the Lowess M results column display the corresponding results in the Expression Run Viewer 7. Compare the results from all the genes from the two groups using a t-test. Begin by selecting Tools > Compare Groups > Compare Two Groups. 8. In the Select Group Comparison Methods dialog box that opens, select the T Test check box (Figure 16). The T test (or any test you select) in this dialog box is described in the panel to the right of the test options. Click OK. 13

15 Figure 16 Selecting a statistical test for Expression Run data 9. In the Compare Groups dialog box that opens, identify in the two groups of Expression Runs for comparison by selecting the appropriate check boxes. c. In the left-most pane, check sample.c1, sample.c2 and sample.c3 Lowess normalized ; in the right-most pane, check sample.t1, sample.t2, and sample.t3 Lowess normalized. (Figure 17). d. Click OK. Figure 17 Selecting Expression Runs for the two-group comparison The t values and probabilities for each gene are computed and displayed in the Expression Run Viewer spreadsheet in new columns under the T Test label (Figure 18). 14

16 Result Figure 18 T-test values calculated for Expression Runs display as additional columns on the spreadsheet You have opened Expression Runs that you converted from normalized raw data using a script you recorded in this tutorial. You have used one statistical tool available in the Expression Run Viewer as an example of the many tools that can be used in this setting. Other tools are available in the Expression Run Viewer, but you have completed the main purpose of this tutorial, creating a script for automating the normalization of raw data. This ends Part III of the Speed tutorial. 15

Insight: Measurement Tool. User Guide

Insight: Measurement Tool. User Guide OMERO Beta v2.2: Measurement Tool User Guide - 1 - October 2007 Insight: Measurement Tool User Guide Open Microscopy Environment: http://www.openmicroscopy.org OMERO Beta v2.2: Measurement Tool User Guide

More information

Tutorial 3 - Performing a Change-Point Analysis in Excel

Tutorial 3 - Performing a Change-Point Analysis in Excel Tutorial 3 - Performing a Change-Point Analysis in Excel Introduction This tutorial teaches you how to perform a change-point analysis while using Microsoft Excel. The Change-Point Analyzer Add-In allows

More information

Scientific Graphing in Excel 2013

Scientific Graphing in Excel 2013 Scientific Graphing in Excel 2013 When you start Excel, you will see the screen below. Various parts of the display are labelled in red, with arrows, to define the terms used in the remainder of this overview.

More information

Scientific Graphing in Excel 2007

Scientific Graphing in Excel 2007 Scientific Graphing in Excel 2007 When you start Excel, you will see the screen below. Various parts of the display are labelled in red, with arrows, to define the terms used in the remainder of this overview.

More information

Contents. CRITERION Vantage 3 Analysis Training Manual. Introduction 1. Basic Functionality of CRITERION Analysis 5. Charts and Reports 17

Contents. CRITERION Vantage 3 Analysis Training Manual. Introduction 1. Basic Functionality of CRITERION Analysis 5. Charts and Reports 17 CRITERION Vantage 3 Analysis Training Manual Contents Introduction 1 Basic Functionality of CRITERION Analysis 5 Charts and Reports 17 Preferences and Defaults 53 2 Contents 1 Introduction 4 Application

More information

QDA Miner. Addendum v2.0

QDA Miner. Addendum v2.0 QDA Miner Addendum v2.0 QDA Miner is an easy-to-use qualitative analysis software for coding, annotating, retrieving and reviewing coded data and documents such as open-ended responses, customer comments,

More information

Minitab 17 commands Prepared by Jeffrey S. Simonoff

Minitab 17 commands Prepared by Jeffrey S. Simonoff Minitab 17 commands Prepared by Jeffrey S. Simonoff Data entry and manipulation To enter data by hand, click on the Worksheet window, and enter the values in as you would in any spreadsheet. To then save

More information

Chapter 3: Rate Laws Excel Tutorial on Fitting logarithmic data

Chapter 3: Rate Laws Excel Tutorial on Fitting logarithmic data Chapter 3: Rate Laws Excel Tutorial on Fitting logarithmic data The following table shows the raw data which you need to fit to an appropriate equation k (s -1 ) T (K) 0.00043 312.5 0.00103 318.47 0.0018

More information

Spreadsheet View and Basic Statistics Concepts

Spreadsheet View and Basic Statistics Concepts Spreadsheet View and Basic Statistics Concepts GeoGebra 3.2 Workshop Handout 9 Judith and Markus Hohenwarter www.geogebra.org Table of Contents 1. Introduction to GeoGebra s Spreadsheet View 2 2. Record

More information

WORKFLOW GUIDE. Content Management Solutions. Copyright 2014 Data Management Internationale'

WORKFLOW GUIDE. Content Management Solutions. Copyright 2014 Data Management Internationale' WORKFLOW GUIDE Copyright 2014 Data Management Internationale' Table of f Contents Getting Started...6 What is a Workflow Process?... 7 What is possible with workflow?...8 Where can workflow be used?...9

More information

AEMLog Users Guide. Version 1.01

AEMLog Users Guide. Version 1.01 AEMLog Users Guide Version 1.01 INTRODUCTION...2 DOCUMENTATION...2 INSTALLING AEMLOG...4 AEMLOG QUICK REFERENCE...5 THE MAIN GRAPH SCREEN...5 MENU COMMANDS...6 File Menu...6 Graph Menu...7 Analysis Menu...8

More information

Switchboard. Creating and Running a Navigation Form

Switchboard. Creating and Running a Navigation Form Switchboard A Switchboard is a type of form that displays a menu of items that a user can click on to launch data entry forms, reports, queries and other actions in the database. A switchboard is typically

More information

Introduction. Inserting and Modifying Tables. Word 2010 Working with Tables. To Insert a Blank Table: Page 1

Introduction. Inserting and Modifying Tables. Word 2010 Working with Tables. To Insert a Blank Table: Page 1 Word 2010 Working with Tables Introduction Page 1 A table is a grid of cells arranged in rows and columns. Tables can be customized and are useful for various tasks such as presenting text information

More information

Workflow 1. Description

Workflow 1. Description Workflow 1 Description Determine protein staining intensities and distances in mitotic apparatus in z-stack intensity images, which were stained for the inner-centromere protein INCENP, and compare the

More information

MS Excel Advanced Level

MS Excel Advanced Level MS Excel Advanced Level Trainer : Etech Global Solution Contents Conditional Formatting... 1 Remove Duplicates... 4 Sorting... 5 Filtering... 6 Charts Column... 7 Charts Line... 10 Charts Bar... 10 Charts

More information

When you open SPSS for the first time, the SPSS Data Editor opens. However, a

When you open SPSS for the first time, the SPSS Data Editor opens. However, a 1 1 Getting Started WHERE IS SPSS? Please note that SPSS does not come pre-installed on your PC. You need to install it separately. To open SPSS in Windows 7, click the Start Button. Type SPSS in the Search

More information

5 Creating a Form Using Excel

5 Creating a Form Using Excel 5 Creating a Form Using Excel 5.1 Writing Measurement Data in a Form...5-3 5.2 Writing Date/Time in a Form...5-50 5.3 Writing Arrows in a Form...5-54 5.4 Writing Trigger Source Node Names in a Form...5-58

More information

Nintex Reporting 2008 Help

Nintex Reporting 2008 Help Nintex Reporting 2008 Help Last updated: Thursday, 24 December 2009 1 Using Nintex Reporting 2008 1.1 Chart Viewer Web Part 1.2 Importing and Exporting Reports 1.3 Import Nintex report page 1.4 Item Level

More information

Release notes for StatCrunch mid-march 2015 update

Release notes for StatCrunch mid-march 2015 update Release notes for StatCrunch mid-march 2015 update A major StatCrunch update was made on March 18, 2015. This document describes the content of the update including major additions to StatCrunch that were

More information

The walkthrough is available at /

The walkthrough is available at   / The walkthrough is available at https://downloads.openmicroscopy.org/presentations/2018/gbi-sydney / Description We will demonstrate a number of features of the OMERO platform using an OMERO server based

More information

Flow Cytometry Analysis Software. Developed by scientists, for scientists. User Manual. Version Introduction:

Flow Cytometry Analysis Software. Developed by scientists, for scientists. User Manual. Version Introduction: Flowlogic Flow Cytometry Analysis Software Developed by scientists, for scientists User Manual Version 7.2.1 Introduction: Overview, Preferences, Saving and Opening Analysis Files www.inivai.com TABLE

More information

Microarray Data Analysis (V) Preprocessing (i): two-color spotted arrays

Microarray Data Analysis (V) Preprocessing (i): two-color spotted arrays Microarray Data Analysis (V) Preprocessing (i): two-color spotted arrays Preprocessing Probe-level data: the intensities read for each of the components. Genomic-level data: the measures being used in

More information

Excel 2013 Charts and Graphs

Excel 2013 Charts and Graphs Excel 2013 Charts and Graphs Copyright 2016 Faculty and Staff Training, West Chester University. A member of the Pennsylvania State System of Higher Education. No portion of this document may be reproduced

More information

UW Department of Chemistry Lab Lectures Online

UW Department of Chemistry Lab Lectures Online Introduction to Excel and Computer Manipulation of Data Review Appendix A: Introduction to Statistical Analysis. Focus on the meanings and implications of the calculated values and not on the calculations.

More information

All About PlexSet Technology Data Analysis in nsolver Software

All About PlexSet Technology Data Analysis in nsolver Software All About PlexSet Technology Data Analysis in nsolver Software PlexSet is a multiplexed gene expression technology which allows pooling of up to 8 samples per ncounter cartridge lane, enabling users to

More information

2. create the workbook file

2. create the workbook file 2. create the workbook file Excel documents are called workbook files. A workbook can include multiple sheets of information. Excel supports two kinds of sheets for working with data: Worksheets, which

More information

Xfmea Version 10 First Steps Example

Xfmea Version 10 First Steps Example Xfmea Version 10 First Steps Example This example provides a quick introduction to the Xfmea software by allowing you to experiment with the application s data management, analysis and reporting features.

More information

Tutorial: RNA-Seq Analysis Part II (Tracks): Non-Specific Matches, Mapping Modes and Expression measures

Tutorial: RNA-Seq Analysis Part II (Tracks): Non-Specific Matches, Mapping Modes and Expression measures : RNA-Seq Analysis Part II (Tracks): Non-Specific Matches, Mapping Modes and February 24, 2014 Sample to Insight : RNA-Seq Analysis Part II (Tracks): Non-Specific Matches, Mapping Modes and : RNA-Seq Analysis

More information

Alibre Design Tutorial - Simple Revolve Translucent Glass Lamp Globe

Alibre Design Tutorial - Simple Revolve Translucent Glass Lamp Globe Alibre Design Tutorial - Simple Revolve Translucent Glass Lamp Globe Part Tutorial Exercise 2: Globe-1 In this Exercise, We will set System Parameters first. Then, in sketch mode, we will first Outline

More information

ARM : Features Added After Version Gylling Data Management, Inc. * = key features. October 2015

ARM : Features Added After Version Gylling Data Management, Inc. * = key features. October 2015 ARM 2015.6: Features Added After Version 2015.1 Gylling Data Management, Inc. October 2015 * = key features 1 Simpler Assessment Data Column Properties Removed less useful values, reduced height on screen

More information

MAIL MERGE LABELS USE THE MAIL MERGE WIZARD

MAIL MERGE LABELS USE THE MAIL MERGE WIZARD MAIL MERGE LABELS USE THE MAIL MERGE WIZARD When working with the Mail Merge feature, it is possible to create several types of documents, such as labels. In this document, information on how to set up

More information

Import and preprocessing of raw spectrum data

Import and preprocessing of raw spectrum data BioNumerics Tutorial: Import and preprocessing of raw spectrum data 1 Aim Comprehensive tools for the import of spectrum data, both raw spectrum data as processed spectrum data are incorporated into BioNumerics.

More information

CCRS Quick Start Guide for Program Administrators. September Bank Handlowy w Warszawie S.A.

CCRS Quick Start Guide for Program Administrators. September Bank Handlowy w Warszawie S.A. CCRS Quick Start Guide for Program Administrators September 2017 www.citihandlowy.pl Bank Handlowy w Warszawie S.A. CitiManager Quick Start Guide for Program Administrators Table of Contents Table of Contents

More information

Introduction to Excel 2013 Part 2

Introduction to Excel 2013 Part 2 Introduction to Excel 2013 Part 2 Open a file Select File from the Menu bar, select Open from the drop down menu, navigate to the place where the file was stored, double-left click on the file name. Modify

More information

Data Import and Quality Control in Geochemistry for ArcGIS

Data Import and Quality Control in Geochemistry for ArcGIS Data Import and Quality Control in Geochemistry for ArcGIS This Data Import and Quality Control in Geochemistry for ArcGIS How-To Guide will demonstrate how to create a new geochemistry project, import

More information

Generating a Custom Bill of Materials

Generating a Custom Bill of Materials Generating a Custom Bill of Materials Old Content - visit altium.com/documentation Modified by on 6-Nov-2013 This tutorial describes how to use the Report Manager to set up a Bill of Materials (BOM) report.

More information

v SMS 11.2 Tutorial Overview Prerequisites Requirements Time Objectives

v SMS 11.2 Tutorial Overview Prerequisites Requirements Time Objectives v. 11.2 SMS 11.2 Tutorial Overview Objectives This tutorial describes the major components of the SMS interface and gives a brief introduction to the different SMS modules. Ideally, this tutorial should

More information

Points Lines Connected points X-Y Scatter. X-Y Matrix Star Plot Histogram Box Plot. Bar Group Bar Stacked H-Bar Grouped H-Bar Stacked

Points Lines Connected points X-Y Scatter. X-Y Matrix Star Plot Histogram Box Plot. Bar Group Bar Stacked H-Bar Grouped H-Bar Stacked Plotting Menu: QCExpert Plotting Module graphs offers various tools for visualization of uni- and multivariate data. Settings and options in different types of graphs allow for modifications and customizations

More information

LEGENDplex Data Analysis Software Version 8 User Guide

LEGENDplex Data Analysis Software Version 8 User Guide LEGENDplex Data Analysis Software Version 8 User Guide Introduction Welcome to the user s guide for Version 8 of the LEGENDplex data analysis software for Windows based computers 1. This tutorial will

More information

Pre-Lab Excel Problem

Pre-Lab Excel Problem Pre-Lab Excel Problem Read and follow the instructions carefully! Below you are given a problem which you are to solve using Excel. If you have not used the Excel spreadsheet a limited tutorial is given

More information

Image Analysis begins with loading an image into GenePix Pro, and takes you through all the analysis steps required to extract data from the image.

Image Analysis begins with loading an image into GenePix Pro, and takes you through all the analysis steps required to extract data from the image. GenePix Pro 4.0 Tutorial 25 GenePix Pro 4.0 Tutorial This tutorial guides you through loading your first array and scanning your first array image. It also leads you through a basic array analysis, and

More information

Quick Start Guide Jacob Stolk PhD Simone Stolk MPH November 2018

Quick Start Guide Jacob Stolk PhD Simone Stolk MPH November 2018 Quick Start Guide Jacob Stolk PhD Simone Stolk MPH November 2018 Contents Introduction... 1 Start DIONE... 2 Load Data... 3 Missing Values... 5 Explore Data... 6 One Variable... 6 Two Variables... 7 All

More information

Microsoft Excel 2010 Part 2: Intermediate Excel

Microsoft Excel 2010 Part 2: Intermediate Excel CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES Microsoft Excel 2010 Part 2: Intermediate Excel Spring 2014, Version 1.0 Table of Contents Introduction...3 Working with Rows and

More information

v Overview SMS Tutorials Prerequisites Requirements Time Objectives

v Overview SMS Tutorials Prerequisites Requirements Time Objectives v. 12.2 SMS 12.2 Tutorial Overview Objectives This tutorial describes the major components of the SMS interface and gives a brief introduction to the different SMS modules. Ideally, this tutorial should

More information

How to use Excel Spreadsheets for Graphing

How to use Excel Spreadsheets for Graphing How to use Excel Spreadsheets for Graphing 1. Click on the Excel Program on the Desktop 2. You will notice that a screen similar to the above screen comes up. A spreadsheet is divided into Columns (A,

More information

Concordance Basics. Part I

Concordance Basics. Part I Concordance Basics Part I 1 Getting Started 1 Familiarity with the Concordance environment is the first step in learning the multi-faceted features of this powerful program. This chapter focuses on learning

More information

Agilent Feature Extraction Software (v10.5)

Agilent Feature Extraction Software (v10.5) Agilent Feature Extraction Software (v10.5) Quick Start Guide What is Agilent Feature Extraction software? Agilent Feature Extraction software extracts data from microarray images produced in two different

More information

Overview. Experiment Specifications. This tutorial will enable you to

Overview. Experiment Specifications. This tutorial will enable you to Defining a protocol in BioAssay Overview BioAssay provides an interface to store, manipulate, and retrieve biological assay data. The application allows users to define customized protocol tables representing

More information

Data Collection Software Release Notes. Real-Time PCR Analysis Software Release Notes. SNP Genotyping Analysis Software Release Notes

Data Collection Software Release Notes. Real-Time PCR Analysis Software Release Notes. SNP Genotyping Analysis Software Release Notes PN 101-6531 D1 RELEASE NOTES Biomark/EP1 Software To download the latest version of the software for Biomark HD, Biomark, and EP1, go to fluidigm.com/software. For more information about updating the software,

More information

Before you use EBIS for the first time or every time you replace your PC/Laptop please follow the guidance below:

Before you use EBIS for the first time or every time you replace your PC/Laptop please follow the guidance below: Workers Educational Association ebis Requisitions Set Up Guide Before you use EBIS for the first time or every time you replace your PC/Laptop please follow the guidance below: Content Please ensure your

More information

v Importing Rasters SMS 11.2 Tutorial Requirements Raster Module Map Module Mesh Module Time minutes Prerequisites Overview Tutorial

v Importing Rasters SMS 11.2 Tutorial Requirements Raster Module Map Module Mesh Module Time minutes Prerequisites Overview Tutorial v. 11.2 SMS 11.2 Tutorial Objectives This tutorial teaches how to import a Raster, view elevations at individual points, change display options for multiple views of the data, show the 2D profile plots,

More information

PEERNET PDF Creator Plus 6.0 Thank you for choosing PDF Creator Plus! Getting Started QUICK START GUIDE

PEERNET PDF Creator Plus 6.0 Thank you for choosing PDF Creator Plus! Getting Started QUICK START GUIDE Thank you for choosing PDF Creator Plus! PDF Creator Plus 6.0 has been successfully installed on your computer: the PDF Creator Plus preview application is now available from the shortcut placed on your

More information

How to Remove Duplicate Rows in Excel

How to Remove Duplicate Rows in Excel How to Remove Duplicate Rows in Excel http://www.howtogeek.com/198052/how-to-remove-duplicate-rows-in-excel/ When you are working with spreadsheets in Microsoft Excel and accidentally copy rows, or if

More information

Technology Assignment: Scatter Plots

Technology Assignment: Scatter Plots The goal of this assignment is to create a scatter plot of a set of data. You could do this with any two columns of data, but for demonstration purposes we ll work with the data in the table below. You

More information

SAS Visual Analytics 8.2: Working with Report Content

SAS Visual Analytics 8.2: Working with Report Content SAS Visual Analytics 8.2: Working with Report Content About Objects After selecting your data source and data items, add one or more objects to display the results. SAS Visual Analytics provides objects

More information

EXCEL 2002 (XP) FOCUS ON: DESIGNING SPREADSHEETS AND WORKBOOKS

EXCEL 2002 (XP) FOCUS ON: DESIGNING SPREADSHEETS AND WORKBOOKS EXCEL 2002 (XP) FOCUS ON: DESIGNING SPREADSHEETS AND WORKBOOKS ABOUT GLOBAL KNOWLEDGE, INC. Global Knowledge, Inc., the world s largest independent provider of integrated IT education solutions, is dedicated

More information

Access Review. 4. Save the table by clicking the Save icon in the Quick Access Toolbar or by pulling

Access Review. 4. Save the table by clicking the Save icon in the Quick Access Toolbar or by pulling Access Review Relational Databases Different tables can have the same field in common. This feature is used to explicitly specify a relationship between two tables. Values appearing in field A in one table

More information

Chemistry Excel. Microsoft 2007

Chemistry Excel. Microsoft 2007 Chemistry Excel Microsoft 2007 This workshop is designed to show you several functionalities of Microsoft Excel 2007 and particularly how it applies to your chemistry course. In this workshop, you will

More information

The Arena View. Tutorial. November The Arena is an easy-to-use image management system for analysis of high volume data.

The Arena View. Tutorial. November The Arena is an easy-to-use image management system for analysis of high volume data. The Arena View Tutorial November 2014 The Arena is an easy-to-use image management system for analysis of high volume data. The Arena is your working centre in Imaris and an interface for visualizing,

More information

This is the preferred method when combining documents that are finished and not expected to change.

This is the preferred method when combining documents that are finished and not expected to change. Combine Documents This quick reference addresses the need to combine several documents as one (i.e. CPPR). The following are ways to create a single document from several smaller Word or Excel documents.

More information

MODFLOW Automated Parameter Estimation

MODFLOW Automated Parameter Estimation GMS 7.0 TUTORIALS MODFLOW Automated Parameter Estimation 1 Introduction The MODFLOW-Model Calibration tutorial describes the basic calibration tools provided in GMS. It illustrates how head levels from

More information

v SMS 11.1 Tutorial Overview Time minutes

v SMS 11.1 Tutorial Overview Time minutes v. 11.1 SMS 11.1 Tutorial Overview Objectives This tutorial describes the major components of the SMS interface and gives a brief introduction to the different SMS modules. It is suggested that this tutorial

More information

Microarray Excel Hands-on Workshop Handout

Microarray Excel Hands-on Workshop Handout Microarray Excel Hands-on Workshop Handout Piali Mukherjee (pim2001@med.cornell.edu; http://icb.med.cornell.edu/) Importing Data Excel allows you to import data in tab, comma or space delimited text formats.

More information

Introduction to CS graphs and plots in Excel Jacek Wiślicki, Laurent Babout,

Introduction to CS graphs and plots in Excel Jacek Wiślicki, Laurent Babout, MS Excel 2010 offers a large set of graphs and plots for data visualization. For those who are familiar with older version of Excel, the layout is completely different. The following exercises demonstrate

More information

Microsoft Excel 2007

Microsoft Excel 2007 Microsoft Excel 2007 1 Excel is Microsoft s Spreadsheet program. Spreadsheets are often used as a method of displaying and manipulating groups of data in an effective manner. It was originally created

More information

Microsoft Excel 2010 Tutorial

Microsoft Excel 2010 Tutorial 1 Microsoft Excel 2010 Tutorial Excel is a spreadsheet program in the Microsoft Office system. You can use Excel to create and format workbooks (a collection of spreadsheets) in order to analyze data and

More information

AEMLog users guide V User Guide - Advanced Engine Management 2205 West 126 th st Hawthorne CA,

AEMLog users guide V User Guide - Advanced Engine Management 2205 West 126 th st Hawthorne CA, AEMLog users guide V 1.00 User Guide - Advanced Engine Management 2205 West 126 th st Hawthorne CA, 90250 310-484-2322 INTRODUCTION...2 DOCUMENTATION...2 INSTALLING AEMLOG...4 TRANSFERRING DATA TO AND

More information

Microsoft Excel 2016 / 2013 Basic & Intermediate

Microsoft Excel 2016 / 2013 Basic & Intermediate Microsoft Excel 2016 / 2013 Basic & Intermediate Duration: 2 Days Introduction Basic Level This course covers the very basics of the Excel spreadsheet. It is suitable for complete beginners without prior

More information

SAS Visual Analytics 8.2: Getting Started with Reports

SAS Visual Analytics 8.2: Getting Started with Reports SAS Visual Analytics 8.2: Getting Started with Reports Introduction Reporting The SAS Visual Analytics tools give you everything you need to produce and distribute clear and compelling reports. SAS Visual

More information

Probabilistic Analysis Tutorial

Probabilistic Analysis Tutorial Probabilistic Analysis Tutorial 2-1 Probabilistic Analysis Tutorial This tutorial will familiarize the user with the Probabilistic Analysis features of Swedge. In a Probabilistic Analysis, you can define

More information

Introduction to BEST Viewpoints

Introduction to BEST Viewpoints Introduction to BEST Viewpoints This is not all but just one of the documentation files included in BEST Viewpoints. Introduction BEST Viewpoints is a user friendly data manipulation and analysis application

More information

TUTORIAL - COMMAND CENTER

TUTORIAL - COMMAND CENTER FLOTHERM V3.1 Introductory Course TUTORIAL - COMMAND CENTER Introduction This tutorial covers the basic operation of the Command Center Application Window (CC) by walking the user through the main steps

More information

Making Tables and Graphs with Excel. The Basics

Making Tables and Graphs with Excel. The Basics Making Tables and Graphs with Excel The Basics Where do my IV and DV go? Just like you would create a data table on paper, your IV goes in the leftmost column and your DV goes to the right of the IV Enter

More information

Agilent CytoGenomics 2.0 Feature Extraction for CytoGenomics

Agilent CytoGenomics 2.0 Feature Extraction for CytoGenomics Agilent CytoGenomics 2.0 Feature Extraction for CytoGenomics Quick Start Guide What is Agilent Feature Extraction for CytoGenomics software? 2 Getting Help 4 Starting the program 6 Setting up a Standard

More information

Oasys Pdisp. Copyright Oasys 2013

Oasys Pdisp. Copyright Oasys 2013 Oasys Pdisp Copyright Oasys 2013 All rights reserved. No parts of this work may be reproduced in any form or by any means - graphic, electronic, or mechanical, including photocopying, recording, taping,

More information

TIBCO Spotfire DecisionSite Quick Start Guide

TIBCO Spotfire DecisionSite Quick Start Guide Revision History Revision Date Description 1.6 05/05/2010 Document updated. Page 1 of 12 Overview This document outlines the steps by which a new user to can successfully install and begin to utilize analytic

More information

Application of Skills: Microsoft Excel 2013 Tutorial

Application of Skills: Microsoft Excel 2013 Tutorial Application of Skills: Microsoft Excel 2013 Tutorial Throughout this module, you will progress through a series of steps to create a spreadsheet for sales of a club or organization. You will continue to

More information

INFORMATION TECHNOLOGY 402 UNIT IV SPREADSHEET

INFORMATION TECHNOLOGY 402 UNIT IV SPREADSHEET INFORMATION TECHNOLOGY 402 UNIT IV SPREADSHEET AUTOSUM AutoSum is a function in Microsoft Excel and other spreadsheet programs that automatically enters the appropriate formula or function into your spreadsheet.

More information

TraceFinder Analysis Quick Reference Guide

TraceFinder Analysis Quick Reference Guide TraceFinder Analysis Quick Reference Guide This quick reference guide describes the Analysis mode tasks assigned to the Technician role in the Thermo TraceFinder 3.0 analytical software. For detailed descriptions

More information

You can clear the sample data from the table by selecting the table and pressing Delete.

You can clear the sample data from the table by selecting the table and pressing Delete. Making Quick Tables Choose Insert tab. Then click Table. Then click Quick Tables. Select the style of table from the Quick Tables Gallery. You can clear the sample data from the table by selecting the

More information

Microsoft MOS-EXP. Microsoft Excel 2002 Core.

Microsoft MOS-EXP. Microsoft Excel 2002 Core. Microsoft MOS-EXP Microsoft Excel 2002 Core http://killexams.com/exam-detail/mos-exp Answer: A, C Cells may be deleted by either selecting Edit, Delete on the Menu bar, or by right-clicking the selected

More information

Microsoft Access 2010

Microsoft Access 2010 Microsoft Access 2010 Chapter 2 Querying a Database Objectives Create queries using Design view Include fields in the design grid Use text and numeric data in criteria Save a query and use the saved query

More information

Creating Interactive PDF Forms

Creating Interactive PDF Forms Creating Interactive PDF Forms Using Adobe Acrobat X Pro for the Mac University Information Technology Services Training, Outreach, Learning Technologies and Video Production Copyright 2012 KSU Department

More information

Pathway Analysis using Partek Genomics Suite 6.6 and Partek Pathway

Pathway Analysis using Partek Genomics Suite 6.6 and Partek Pathway Pathway Analysis using Partek Genomics Suite 6.6 and Partek Pathway Overview Partek Pathway provides a visualization tool for pathway enrichment spreadsheets, utilizing KEGG and/or Reactome databases for

More information

download instant at

download instant at CHAPTER 1 - LAB SESSION INTRODUCTION TO EXCEL INTRODUCTION: This lab session is designed to introduce you to the statistical aspects of Microsoft Excel. During this session you will learn how to enter

More information

Introduction to Excel Workshop

Introduction to Excel Workshop Introduction to Excel Workshop Empirical Reasoning Center September 9, 2016 1 Important Terminology 1. Rows are identified by numbers. 2. Columns are identified by letters. 3. Cells are identified by the

More information

Contents Part I: Background Information About This Handbook... 2 Excel Terminology Part II: Advanced Excel Tasks...

Contents Part I: Background Information About This Handbook... 2 Excel Terminology Part II: Advanced Excel Tasks... Version 3 Updated November 29, 2007 Contents Contents... 3 Part I: Background Information... 1 About This Handbook... 2 Excel Terminology... 3 Part II:... 4 Advanced Excel Tasks... 4 Export Data from

More information

GenStat for Schools. Disappearing Rock Wren in Fiordland

GenStat for Schools. Disappearing Rock Wren in Fiordland GenStat for Schools Disappearing Rock Wren in Fiordland A possible decrease in number of Rock Wren in the Fiordland area of New Zealand between 1985 and 2005 was investigated. Numbers were recorded in

More information

Tutorial 2: Analysis of DIA/SWATH data in Skyline

Tutorial 2: Analysis of DIA/SWATH data in Skyline Tutorial 2: Analysis of DIA/SWATH data in Skyline In this tutorial we will learn how to use Skyline to perform targeted post-acquisition analysis for peptide and inferred protein detection and quantification.

More information

Numbers Basics Website:

Numbers Basics Website: Website: http://etc.usf.edu/te/ Numbers is Apple's new spreadsheet application. It is installed as part of the iwork suite, which also includes the word processing program Pages and the presentation program

More information

Chapter-2 Digital Data Analysis

Chapter-2 Digital Data Analysis Chapter-2 Digital Data Analysis 1. Securing Spreadsheets How to Password Protect Excel Files Encrypting and password protecting Microsoft Word and Excel files is a simple matter. There are a couple of

More information

Microsoft Access 2013

Microsoft Access 2013 Microsoft Access 2013 Chapter 2 Querying a Database Objectives Create queries using Design view Include fields in the design grid Use text and numeric data in criteria Save a query and use the saved query

More information

Microsoft Access 2013

Microsoft Access 2013 Microsoft Access 2013 Chapter 2 Querying a Database Objectives Create queries using Design view Include fields in the design grid Use text and numeric data in criteria Save a query and use the saved query

More information

Some useful shortcut keys applicable for both Excel and Word (16 to 19 is only for Excel): Sr.No. Shortcut Keys Description

Some useful shortcut keys applicable for both Excel and Word (16 to 19 is only for Excel): Sr.No. Shortcut Keys Description Some useful shortcut keys applicable for both Excel and Word (16 to 19 is only for Excel): Sr.No. Shortcut Keys Description 1 Ctrl + C Copy the selected data 2 Ctrl + X Cut the selected data 3 Ctrl + V

More information

Microsoft Excel 2007 Creating a XY Scatter Chart

Microsoft Excel 2007 Creating a XY Scatter Chart Microsoft Excel 2007 Creating a XY Scatter Chart Introduction This document will walk you through the process of creating a XY Scatter Chart using Microsoft Excel 2007 and using the available Excel features

More information

v SMS 12.2 Tutorial Observation Prerequisites Requirements Time minutes

v SMS 12.2 Tutorial Observation Prerequisites Requirements Time minutes v. 12.2 SMS 12.2 Tutorial Observation Objectives This tutorial will give an overview of using the observation coverage in SMS. Observation points will be created to measure the numerical analysis with

More information

7.4 Tutorial #4: Profiling LC Segments Using the CHAID Option

7.4 Tutorial #4: Profiling LC Segments Using the CHAID Option 7.4 Tutorial #4: Profiling LC Segments Using the CHAID Option DemoData = gss82.sav After an LC model is estimated, it is often desirable to describe (profile) the resulting latent classes in terms of demographic

More information

Equipment Support Structures

Equipment Support Structures Equipment Support Structures Overview Conventions What's New? Getting Started Setting Up Your Session Creating a Simple Structural Frame Creating Non-uniform Columns Creating Plates with Openings Bracing

More information

Statistics and Graphics Functions

Statistics and Graphics Functions Statistics and Graphics Functions Statistics and Graphics Functions Frequency Tables and Diagrams for Variables With the help of the Statistics and Graphics module, MAXQDA can create frequency tables and

More information

Flowlogic. User Manual. Developed by scientists, for scientists. Version Flow Cytometry Analysis Software

Flowlogic. User Manual. Developed by scientists, for scientists. Version Flow Cytometry Analysis Software Flowlogic Flow Cytometry Analysis Software Developed by scientists, for scientists User Manual Version 7.2.1 www.inivai.com TABLE OF CONTENTS FlowLogic 7.2.1 - Introduction... 5 Layout Overview GateLogic,

More information