Step-by-Step Guide to Bi-Parental Linkage Mapping WHITE PAPER

Size: px
Start display at page:

Download "Step-by-Step Guide to Bi-Parental Linkage Mapping WHITE PAPER"

Transcription

1 Step-by-Step Guide to Bi-Parental Linkage Mapping WHITE PAPER

2 JMP Genomics

3 Step-by-Step Guide to Bi-Parental Linkage Mapping Introduction JMP Genomics offers several tools for the creation of linkage maps using marker data from bi-parental mapping populations. These tools can accommodate framework maps, fitting new markers in and around framework markers that have fixed linkage group membership (and optionally a fixed order). The main steps in generating linkage maps include: 1) dividing the markers into distinct linkage groups based on their recombination frequencies, 2) determining the order of markers within linkage groups, 3) calculating genetic distances between them, and 4) assembling the results into a map. This guide will present detailed examples of linkage mapping in JMP Genomics, both with and without framework maps, using the Basic Linkage Mapping Workflow. This workflow performs the grouping, ordering and display steps from a single dialog. Advanced processes, not available from the workflow dialog, will be accessed from individual process dialogs (found under Genetics > Linkage Maps and QTL in the Genomics Starter). Objectives In this document we will cover the following tasks: Learn how to run the Basic Linkage Mapping Workflow with or without a framework map. Learn to interpret output, and to examine and adjust the linkage group membership. Explore advanced options. 1

4 SAS JMP White Genomics Paper Input Data To build linkage maps in JMP Genomics, you must start with a marker genotype data file containing the data from an experimental cross. The data file must be in standard wide format, with lines (plants) in rows and markers in columns. Our example data comes from a cross of oat recombinant inbred lines derived by selfing. We start with the file oat_markers.sas7bdat, which has 90 lines and 466 markers. The example data set (shown below) is available for download with this document. The genotypes are in numeric format: homozygous genotypes are represented as 0 and 2, while heterozygous genotypes are represented as 1 (Note: This data set contains no heterozygous genotypes.) There is a framework map for this example, found in the oat_framework.sas7bdat file. There are 172 rows in the framework map file these are a subset of the original 466 markers for which we have a known map position. When this framework map is included in the analysis, the rest of the markers will be fit in and around this subset. 2

5 Step-by-Step Guide to Bi-Parental Linkage Mapping Note that the Marker column in the framework file matches the marker names found in the data file. The framework map may consist of grouping information only, or both groups and positions or orders of the framework markers, as in this example. Annotation for the markers may or may not be present. When included, this information is generally presented in a separate annotation file. Annotation files may contain any arbitrary information about the markers. We are not using an annotation file for this example. However, if we had included one, the format of that file would be very similar to the framework map file, with one row for every marker in the data set. For all analyses in JMP Genomics, the order of the rows in an annotation file must be the same as the order of the marker columns in the genotype data file. If you need to adjust the order, use the Subset and Reorder Genetic Data tool found under Genetics > Genetics Utilities in the Genomics Starter menu. 3

6 SAS JMP White Genomics Paper Setting up the Basic Linkage Mapping Workflow 1. Launch the Basic Linkage Mapping Workflow process from Workflows > Basic from the Genomics Starter menu. 2. Select oat_markers.sas7bdat as the Input Genotype SAS Data Set. 3. Highlight all the marker variables in the Available Variables list (all variables except Line) and move them to the Marker Variables box. Another option is to make a list of all markers between the first and the last. To use this method, type GMI_ES_CC12738_ GMI_ES01_c7940_496 into the List-Style Specification of Marker Variables box Choose an Output Folder to hold the result files. 5. Specify Oat Map as the Workflow Output Name. 6. The completed General tab should appear as shown below: 7. Select the Options tab. 8. Select Numeric Genotypes as the Format of Marker Variables. 1 You can access the context-specific Help for any parameter by clicking on the question mark (?) link next to the parameter. For example, click the List-Style Specification Help link for more details about the syntax used for specifying lists of variables. 4

7 Step-by-Step Guide to Bi-Parental Linkage Mapping 9. Leave the Annotation and Framework Map tabs blank. We will adjust this analysis to include the framework map later. 10. Select the Linkage Groups tab and complete the tab as shown below: Select the Cross Type corresponding to your experiment. The cross used in this example was RILself. If your experimental cross has a different set of expected segregation ratios than the standard ratios, you can specify custom ratios in the box labeled Expected Segregation Ratios for AA AB BB. See the question mark icon help for this item for more details. Linkage groups are formed on the basis of a hierarchical clustering analysis, and three clustering methods are available here: Average, Complete, and Single. The default Average method is robust and performs well in many situations; try one of the others if results are unsatisfactory. The number of linkage groups can be determined as a specified number (based on your intuition or knowledge of the organism), or by setting a recombination fraction cutoff. 5

8 SAS JMP White Genomics Paper 11. Select the Linkage Map Order tab and complete the tab as shown below: Linkage Groups with large gaps in genetic distance or large recombination fractions can be automatically subdivided here. The Run Subset and Reorder Genetic Data process to order marker data for QTL analysis checkbox will create a new data file and annotation file in the order of the newly computed linkage map, which can be used for subsequent QTL analysis. 12. Leave the Linkage Map Viewer tab options at their default values 13. Click Run in the lower left to launch the analysis. 6

9 Step-by-Step Guide to Bi-Parental Linkage Mapping Basic Linkage Mapping Workflow Output When the computations are finished, a workflow journal will appear: Four processes were run as part of the workflow: 1. Recombination and Linkage Groups, 2. Linkage Map Order, 3. Linkage Map Viewer, and 4. Subset and Reorder. Results can be viewed by clicking the blue Results links; the individual process dialogs with advanced options can be viewed by clicking the blue Reopen Dialog links. To review the dialog that launched this analysis, click the Reopen BasicLinkageMappingWorkflow Dialog button. 7

10 SAS JMP White Genomics Paper Recombination and Linkage Groups 1. Click the Results link for Linkage Groups (the first process in the list above). 2. Inspect the Linkage Group Results tab 2. The graphic shows the recombination frequencies for the first one of the 22 linkage groups. To examine different linkage groups, click the LGroup rows in the data filter on the right, or click the play ( ) button in the Animation Controls panel. The number in parentheses to the right of the linkage group label is the number of markers in the group. For example, there are 33 markers in linkage group 1. The heatmap is a visual representation of the matrix of recombination frequencies. Hot colors are regions of low recombination, and cool colors are regions of high recombination. To view the recombination matrix, click the Linkage Group Results button (in the Tabs panel in the upper left); choose View Data from the drop-down menu. Genotype frequencies for AA and BB are displayed in the dotplot on the left side of the heatmap. Each marker is represented by a pair of dots. When the dots are far apart, BB is more frequent than AA, and when the dots are close together, AA is more frequent than BB. If you wish to remove one or more ill-fitting markers from the analysis, select the corresponding rows in the heatmap or in the underlying data table and click the Exclude Markers and Rerun Analysis button. 2 You can access information on the organization of the Results dashboard by clicking on the Output Description link in the upper left portion of the window. 8

11 Step-by-Step Guide to Bi-Parental Linkage Mapping 3. Select the Segregation and Linkage Groups tab. 4. Examine the Bivariate Fit plot. The frequency of the A allele less the frequency of the B allele is plotted on the horizontal axis. Markers with higher A frequency are to the right; markers with higher B frequencies are to the left. The statistical significance of the segregation distortion test is plotted on the vertical axis. Values lying above the red dashed line are statistically significant (i.e., distorted from expected segregation ratios) at p < The different colors of the points represent the 22 different linkage groups, and counts for the number of markers in each linkage group are displayed in the histogram. To examine each linkage group separately, select individual histogram bars. 5. Click the Close All button to close the dashboard. 9

12 SAS JMP White Genomics Paper Linkage Map Order 6. Click the Results link for Linkage Map Order in the Journal. 7. Inspect the first tab, Linkage Order Results. A schematic overview of the linkage map is displayed. The vertical axis depicts genetic distance in centimorgans. Hover over individual markers in the plot to view the names. Note that there are now 24 linkage groups, rather than the original 22; this is due to automatic splitting of linkage groups with gaps greater than 40cM, as specified in the workflow dialog. The Reverse Linkage Group Marker Orders allows you to select individual linkage groups and reverse the display order of the markers, in order to match the order of established maps. 8. In the Tabs section, click Linkage Order Results > View Data. The data file oat_markers_lmo.sas7bdat is displayed. It contains all the markers and their linkage groups and computed genetic distances. 9. Double-click the thumbnail image in the lower-left of the data table window to return to the results dashboard. 10. Click on the Genotype Color Plots tab. 10

13 Step-by-Step Guide to Bi-Parental Linkage Mapping The plot shows marker genotypes, with ordered markers in columns and individuals in rows. Missing genotypes are denoted with X. 11. In the Action Buttons section, click the Linkage Group 12 button to view a recombination plot: 11

14 SAS JMP White Genomics Paper This interactive plot shows recombination rates between pairs of markers within the linkage group. The markers are labeled at the top of the plot, with a line pointing to their relative positions along the horizontal axis, representing genetic distance. The red triangular regions represent groups of markers with low recombination, and thus the genetic distances among them are small. Click inside the plot to highlight different blocks. The buttons along the bottom allow you to zoom in on a selected block, retain a block, and edit block labels. 12. Close the triangular recombination plot and the Linkage Map Order Results dashboard, and return to the workflow results Journal. Linkage Map Viewer 13. Click the Results link for the Linkage Map Viewer in the Journal. Two views are produced, a 3D view on the first tab, and a 2D view on the second tab. A section of the 3D view is shown below: You can adjust the sliders along the top of the display to optimize the visualization. There are many options in the Linkage Map Viewer dialog, such as coloring the markers according to different values of a variable, and filters to view subsets of markers. To modify the dialog, click the Reopen Dialog button from the Results dashboard, or click the Reopen Dialog link in section 3 of the workflow journal. 14. Close the Linkage Map Viewer dashboard and return to the workflow Journal. 12

15 Step-by-Step Guide to Bi-Parental Linkage Mapping Subset and Reorder Genetic Data 15. Click the Results link for Subset and Reorder Genetic Data in the Journal. This window contains links to output files that were created: oat_markers.sas7bdat contains the marker genotypes, and oat_markers_lmo_sr.sas7bdat contains the map information. These files have been reordered to match the newly computed linkage map order. They are now ready for QTL analysis (not discussed here). Adding a Framework Map This section describes a modification of the previous analysis, adding a framework map to fix the grouping and ordering for a subset of the markers. 1. Click the Reopen BasicLinkageMappingWorkflow Dialog button on the Journal dialog. 2. On the General tab, assign a new Output Folder so as to avoid overwriting previous results. 3. Type WithFramework in the Workflow Output Name box. 4. Select the Framework Map tab. 5. Choose the supplied oat_framework.sas7bdat file as the Framework Map Data Set. 6. Complete the rest of the tab as shown below: 13

16 SAS JMP White Genomics Paper Groups specified in the Framework Linkage Group variable will be honored in the grouping process, and the order of the elements in the Framework Order Variable will be used in the ordering process. 7. Select the Linkage Groups tab. Note that the Automated Hierarchical Clustering Options that were used previously are now grayed out, and instead you must use Minimum Recombination Grouping options. 8. Leave the Minimum Recombination Grouping option set to the default threshold value of Click Run to start the analysis. 10. Click on the Results button for the Recombination and Linkage Groups on the resulting Journal. 11. Select the Segregation and Linkage Groups tab on the Results dashboard. 14

17 Step-by-Step Guide to Bi-Parental Linkage Mapping 12. Click on the histogram bars in the original framework group s histogram (labeled Framework_Groups) to visualize the relationships between framework markers and new markers. In the segregation plot and elsewhere, markers from the framework map are shown as asterisks. 13. Click Close All to close the dashboard and return to the workflow results Journal. Manual Regrouping and Reordering, and Other Advanced Options Up to this point our analysis has used the Basic Linkage Mapping Workflow. This workflow simplifies the input, but it offers less flexibility than is available when running the processes separately. Certain advanced options can only be accessed using the AP dialogs. It is, thus, a good idea to examine the AP dialogs and documentation, to learn all the different options that are available. As an example, we show how to make manual changes to the grouping and ordering of markers. To manually specify linkage groups and marker order, you will need to create a file that contains markers in the desired grouping and ordering. One easy way to create this file is to run the Linkage Map Order process and then manually edit the resulting map file. In the interest of brevity, we will use the ManualOrder.sas7bdat edited file (shown below) that is included with the data described above. 15

18 SAS JMP White Genomics Paper The ManualOrder.sas7bdat edited file contains three columns: The Marker_Name column contains all the markers in the SNP data set. The LGroup column contains the desired groups. The Map_Order contains the orders of the markers. This file was edited to create a new linkage group (number 27) from five markers that were originally assigned to linkage group 1. Order of the five markers was also adjusted. Note: For the purpose of manual reordering, only the sorted order of values in the order column is important. The actual values have no inherent meaning or restrictions. 1. From the workflow results Journal, click the Reopen Dialog link for the Linkage Map Order process. The dialog for the Linkage Map Order AP is now open, preloaded with the values that produced our previous output. 2. Specify a new output folder on the General tab, so as to avoid overwriting existing results. 3. Click within the Framework Order Variable box and then click the leftwardpointing arrow button ( ) to remove the specified variable. This process can either run manual ordering or fit markers around a framework map, but not both at the same time. Because we are performing manual ordering in this step, we must remove the framework map information. 4. Select the Order Data Set tab, and choose the ManualOrder.sas7bdat file as the Order Data Set. 5. Complete this tab as shown below: 16

19 Step-by-Step Guide to Bi-Parental Linkage Mapping When a Marker Order Variable is specified here, the software does not attempt to compute an order for the markers; instead it takes the order as given by the variable and computes the genetic distances between adjacent markers. 6. Select the Analysis tab and uncheck the Break linkage groups between markers with large ordered distances checkbox. 7. Click Run. 8. Inspect the new Results dashboard for Linkage Map Order. 17

20 SAS JMP White Genomics Paper 9. Examine the newly formed linkage group number 27 on the far right, with the five chosen markers arranged in the desired order. Conclusion We have learned about the tools in JMP Genomics 6.0 for creating, modifying, and displaying linkage maps. The resulting maps can be used for QTL analysis. 18

21 Step-by-Step Guide to Bi-Parental Linkage Mapping 19

22 About SAS and JMP JMP is a software solution from SAS that was first launched in John Sall, SAS co-founder and Executive Vice President, is the chief architect of JMP. SAS is the leader in business analytics software and services, and the largest independent vendor in the business intelligence market. Through innovative solutions, SAS helps customers at more than 60,000 sites improve performance and deliver value by making better decisions faster. Since 1976 SAS has been giving customers around the world THE POWER TO KNOW. SAS Institute Inc. World Headquarters JMP is a software solution from SAS. To learn more about SAS, visit sas.com For JMP sales in the US and Canada, call or go to jmp.com... SAS and all other SAS Institute Inc. product or service names are registered trademarks or trademarks of SAS Institute Inc. in the USA and other countries. indicates USA registration. Other brand and product names are trademarks of their respective companies _S

TIBCO Spotfire Business Author Essentials Quick Reference Guide. Table of contents:

TIBCO Spotfire Business Author Essentials Quick Reference Guide. Table of contents: Table of contents: Access Data for Analysis Data file types Format assumptions Data from Excel Information links Add multiple data tables Create & Interpret Visualizations Table Pie Chart Cross Table Treemap

More information

Step by Step Guide to Importing Genetic Data into JMP Genomics

Step by Step Guide to Importing Genetic Data into JMP Genomics Step by Step Guide to Importing Genetic Data into JMP Genomics Page 1 Introduction Data for genetic analyses can exist in a variety of formats. Before this data can be analyzed it must imported into one

More information

PharmaSUG 2013 - Paper DG06

PharmaSUG 2013 - Paper DG06 PharmaSUG 2013 - Paper DG06 JMP versus JMP Clinical for Interactive Visualization of Clinical Trials Data Doug Robinson, SAS Institute, Cary, NC Jordan Hiller, SAS Institute, Cary, NC ABSTRACT JMP software

More information

Build Your First Web-based Report Using the SAS 9.2 Business Intelligence Clients

Build Your First Web-based Report Using the SAS 9.2 Business Intelligence Clients Technical Paper Build Your First Web-based Report Using the SAS 9.2 Business Intelligence Clients A practical introduction to SAS Information Map Studio and SAS Web Report Studio for new and experienced

More information

Hierarchical Clustering Analysis

Hierarchical Clustering Analysis Hierarchical Clustering Analysis What is Hierarchical Clustering? Hierarchical clustering is used to group similar objects into clusters. In the beginning, each row and/or column is considered a cluster.

More information

Step-by-Step Guide to Basic Expression Analysis and Normalization

Step-by-Step Guide to Basic Expression Analysis and Normalization Step-by-Step Guide to Basic Expression Analysis and Normalization Page 1 Introduction This document shows you how to perform a basic analysis and normalization of your data. A full review of this document

More information

MultiExperiment Viewer Quickstart Guide

MultiExperiment Viewer Quickstart Guide MultiExperiment Viewer Quickstart Guide Table of Contents: I. Preface - 2 II. Installing MeV - 2 III. Opening a Data Set - 2 IV. Filtering - 6 V. Clustering a. HCL - 8 b. K-means - 11 VI. Modules a. T-test

More information

MicroStrategy Analytics Express User Guide

MicroStrategy Analytics Express User Guide MicroStrategy Analytics Express User Guide Analyzing Data with MicroStrategy Analytics Express Version: 4.0 Document Number: 09770040 CONTENTS 1. Getting Started with MicroStrategy Analytics Express Introduction...

More information

Instructions for Use. CyAn ADP. High-speed Analyzer. Summit 4.3. 0000050G June 2008. Beckman Coulter, Inc. 4300 N. Harbor Blvd. Fullerton, CA 92835

Instructions for Use. CyAn ADP. High-speed Analyzer. Summit 4.3. 0000050G June 2008. Beckman Coulter, Inc. 4300 N. Harbor Blvd. Fullerton, CA 92835 Instructions for Use CyAn ADP High-speed Analyzer Summit 4.3 0000050G June 2008 Beckman Coulter, Inc. 4300 N. Harbor Blvd. Fullerton, CA 92835 Overview Summit software is a Windows based application that

More information

Introduction to SPSS 16.0

Introduction to SPSS 16.0 Introduction to SPSS 16.0 Edited by Emily Blumenthal Center for Social Science Computation and Research 110 Savery Hall University of Washington Seattle, WA 98195 USA (206) 543-8110 November 2010 http://julius.csscr.washington.edu/pdf/spss.pdf

More information

DeCyder Extended Data Analysis module Version 1.0

DeCyder Extended Data Analysis module Version 1.0 GE Healthcare DeCyder Extended Data Analysis module Version 1.0 Module for DeCyder 2D version 6.5 User Manual Contents 1 Introduction 1.1 Introduction... 7 1.2 The DeCyder EDA User Manual... 9 1.3 Getting

More information

How to use PGS: Basic Services Provision Map App

How to use PGS: Basic Services Provision Map App How to use PGS: Basic Services Provision Map App The PGS: Basic Services Provision Map App The main features of the PGP Basic Services web application includes: Navigation Tools Map Tools Main Map Links

More information

SAS BI Dashboard 4.3. User's Guide. SAS Documentation

SAS BI Dashboard 4.3. User's Guide. SAS Documentation SAS BI Dashboard 4.3 User's Guide SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2010. SAS BI Dashboard 4.3: User s Guide. Cary, NC: SAS Institute

More information

Appendix 2.1 Tabular and Graphical Methods Using Excel

Appendix 2.1 Tabular and Graphical Methods Using Excel Appendix 2.1 Tabular and Graphical Methods Using Excel 1 Appendix 2.1 Tabular and Graphical Methods Using Excel The instructions in this section begin by describing the entry of data into an Excel spreadsheet.

More information

CREATING EXCEL PIVOT TABLES AND PIVOT CHARTS FOR LIBRARY QUESTIONNAIRE RESULTS

CREATING EXCEL PIVOT TABLES AND PIVOT CHARTS FOR LIBRARY QUESTIONNAIRE RESULTS CREATING EXCEL PIVOT TABLES AND PIVOT CHARTS FOR LIBRARY QUESTIONNAIRE RESULTS An Excel Pivot Table is an interactive table that summarizes large amounts of data. It allows the user to view and manipulate

More information

MetroBoston DataCommon Training

MetroBoston DataCommon Training MetroBoston DataCommon Training Whether you are a data novice or an expert researcher, the MetroBoston DataCommon can help you get the information you need to learn more about your community, understand

More information

Release 2.1 of SAS Add-In for Microsoft Office Bringing Microsoft PowerPoint into the Mix ABSTRACT INTRODUCTION Data Access

Release 2.1 of SAS Add-In for Microsoft Office Bringing Microsoft PowerPoint into the Mix ABSTRACT INTRODUCTION Data Access Release 2.1 of SAS Add-In for Microsoft Office Bringing Microsoft PowerPoint into the Mix Jennifer Clegg, SAS Institute Inc., Cary, NC Eric Hill, SAS Institute Inc., Cary, NC ABSTRACT Release 2.1 of SAS

More information

Sharing Files and Whiteboards

Sharing Files and Whiteboards Your user role in a meeting determines your level of file sharing. The type of files you can share include documents, presentations, and videos. About Sharing Files, page 1 Changing Views in a File or

More information

Query Builder. The New JMP 12 Tool for Getting Your SQL Data Into JMP WHITE PAPER. By Eric Hill, Software Developer, JMP

Query Builder. The New JMP 12 Tool for Getting Your SQL Data Into JMP WHITE PAPER. By Eric Hill, Software Developer, JMP Query Builder The New JMP 12 Tool for Getting Your SQL Data Into JMP By Eric Hill, Software Developer, JMP WHITE PAPER SAS White Paper Table of Contents Introduction.... 1 Section 1: Making the Connection....

More information

Custom Reporting System User Guide

Custom Reporting System User Guide Citibank Custom Reporting System User Guide April 2012 Version 8.1.1 Transaction Services Citibank Custom Reporting System User Guide Table of Contents Table of Contents User Guide Overview...2 Subscribe

More information

INTERCALL ONLINE Administrator Invoices User Guide

INTERCALL ONLINE Administrator Invoices User Guide INTERCALL ONLINE Administrator Invoices User Guide Access your invoices online, set up new billing accounts and view or edit existing billing accounts. With InterCall Online, also monitor and analyze your

More information

Reporting Tips and Tricks

Reporting Tips and Tricks Chapter 16 Reporting Tips and Tricks Intuit Statement Writer New for 2009! Company Snapshot New for 2009! Using the Report Center Reporting Preferences Modifying Reports Report Groups Memorized Reports

More information

Appendix A How to create a data-sharing lab

Appendix A How to create a data-sharing lab Appendix A How to create a data-sharing lab Creating a lab involves completing five major steps: creating lists, then graphs, then the page for lab instructions, then adding forms to the lab instructions,

More information

State Analytical Reporting System (STARS)

State Analytical Reporting System (STARS) User Guide Financials - Accounts Payable Page 0 Financial Analytics Dashboards and Reports Table of Contents Financial Analytics Dashboards and Reports... 1 Accounts Payable Dashboards... 2 Voucher Details...

More information

Affiliated Provider Billing/Coding

Affiliated Provider Billing/Coding Affiliated Provider Billing/Coding ED BILLING USING FIRSTNET Table of Contents Affiliated Provider ED Billing...2 icentra FirstNet...2 Accessing FirstNet...2 To access FirstNet:...2 Checking In as a Provider...2

More information

SPSS Manual for Introductory Applied Statistics: A Variable Approach

SPSS Manual for Introductory Applied Statistics: A Variable Approach SPSS Manual for Introductory Applied Statistics: A Variable Approach John Gabrosek Department of Statistics Grand Valley State University Allendale, MI USA August 2013 2 Copyright 2013 John Gabrosek. All

More information

ILLUMINATE ASSESSMENT REPORTS REFERENCE GUIDE

ILLUMINATE ASSESSMENT REPORTS REFERENCE GUIDE ILLUMINATE ASSESSMENT REPORTS REFERENCE GUIDE What are you trying to find? How to find the data in Illuminate How my class answered each question (Response Frequency) 3. Under Reports, click Response Frequency

More information

SAS VISUAL ANALYTICS AN OVERVIEW OF POWERFUL DISCOVERY, ANALYSIS AND REPORTING

SAS VISUAL ANALYTICS AN OVERVIEW OF POWERFUL DISCOVERY, ANALYSIS AND REPORTING SAS VISUAL ANALYTICS AN OVERVIEW OF POWERFUL DISCOVERY, ANALYSIS AND REPORTING WELCOME TO SAS VISUAL ANALYTICS SAS Visual Analytics is a high-performance, in-memory solution for exploring massive amounts

More information

SECTION 2-1: OVERVIEW SECTION 2-2: FREQUENCY DISTRIBUTIONS

SECTION 2-1: OVERVIEW SECTION 2-2: FREQUENCY DISTRIBUTIONS SECTION 2-1: OVERVIEW Chapter 2 Describing, Exploring and Comparing Data 19 In this chapter, we will use the capabilities of Excel to help us look more carefully at sets of data. We can do this by re-organizing

More information

Web Intelligence User Guide

Web Intelligence User Guide Web Intelligence User Guide Office of Financial Management - Enterprise Reporting Services 4/11/2011 Table of Contents Chapter 1 - Overview... 1 Purpose... 1 Chapter 2 Logon Procedure... 3 Web Intelligence

More information

Data Visualization Techniques

Data Visualization Techniques Data Visualization Techniques From Basics to Big Data with SAS Visual Analytics WHITE PAPER SAS White Paper Table of Contents Introduction.... 1 Generating the Best Visualizations for Your Data... 2 The

More information

Creating Interactive PDF Forms

Creating Interactive PDF Forms Creating Interactive PDF Forms Using Adobe Acrobat X Pro Information Technology Services Outreach and Distance Learning Technologies Copyright 2012 KSU Department of Information Technology Services This

More information

BD CellQuest Pro Software Analysis Tutorial

BD CellQuest Pro Software Analysis Tutorial BD CellQuest Pro Analysis Tutorial This tutorial guides you through an analysis example using BD CellQuest Pro software. If you are already familiar with BD CellQuest Pro software on Mac OS 9, refer to

More information

emarketing Manual- Creating a New Email

emarketing Manual- Creating a New Email emarketing Manual- Creating a New Email Create a new email: You can create a new email by clicking the button labeled Create New Email located at the top of the main page. Once you click this button, a

More information

ABSTRACT INTRODUCTION EXERCISE 1: EXPLORING THE USER INTERFACE GRAPH GALLERY

ABSTRACT INTRODUCTION EXERCISE 1: EXPLORING THE USER INTERFACE GRAPH GALLERY Statistical Graphics for Clinical Research Using ODS Graphics Designer Wei Cheng, Isis Pharmaceuticals, Inc., Carlsbad, CA Sanjay Matange, SAS Institute, Cary, NC ABSTRACT Statistical graphics play an

More information

Petrel TIPS&TRICKS from SCM

Petrel TIPS&TRICKS from SCM Petrel TIPS&TRICKS from SCM Maps: Knowledge Worth Sharing Map Annotation A map is a graphic representation of some part of the earth. In our industry, it may represent either the surface or sub surface;

More information

JustClust User Manual

JustClust User Manual JustClust User Manual Contents 1. Installing JustClust 2. Running JustClust 3. Basic Usage of JustClust 3.1. Creating a Network 3.2. Clustering a Network 3.3. Applying a Layout 3.4. Saving and Loading

More information

SAS Task Manager 2.2. User s Guide. SAS Documentation

SAS Task Manager 2.2. User s Guide. SAS Documentation SAS Task Manager 2.2 User s Guide SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2015. SAS Task Manager 2.2: User's Guide. Cary, NC: SAS Institute

More information

How To Explore Content In Anorora Visual Analyst

How To Explore Content In Anorora Visual Analyst Oracle Fusion Middleware User's Guide for Oracle Data Visualization E57762-01 October 2015 Oracle Fusion Middleware User's Guide for Oracle Data Visualization, E57762-01 Copyright 2015, Oracle and/or its

More information

SeattleSNPs Interactive Tutorial: Web Tools for Site Selection, Linkage Disequilibrium and Haplotype Analysis

SeattleSNPs Interactive Tutorial: Web Tools for Site Selection, Linkage Disequilibrium and Haplotype Analysis SeattleSNPs Interactive Tutorial: Web Tools for Site Selection, Linkage Disequilibrium and Haplotype Analysis Goal: This tutorial introduces several websites and tools useful for determining linkage disequilibrium

More information

Creating Analyses and Dashboards Topic List Collapse All Topics Hide All Images Print

Creating Analyses and Dashboards Topic List Collapse All Topics Hide All Images Print Creating Analyses and Dashboards Topic List Collapse All Topics Hide All Images Print Overview Purpose In this tutorial, you will learn how to build, format, and customize Oracle Business Intelligence

More information

DAS202Tools v1.0.0 for DAS202 Operating Manual

DAS202Tools v1.0.0 for DAS202 Operating Manual DAS202Tools v1.0.0 for DAS202 Operating Manual DAT102Tools 1.0.0 Manual Table of context 2 Table of Contents 1 General Information... 3 2 PC... Configuration Requirements 3 3 Software Installation... 3

More information

Recruiter s Resource Guide

Recruiter s Resource Guide Recruiter s Resource Guide First Edition 1.29.2015 Contents Section One Recruiting... 3 Accessing Team Georgia Careers... 4 My Setup Preferences... 5 Creating a Requisition... 6 Approving a Requisition...

More information

User Guide for TASKE Desktop

User Guide for TASKE Desktop User Guide for TASKE Desktop For Avaya Aura Communication Manager with Aura Application Enablement Services Version: 8.9 Date: 2013-03 This document is provided to you for informational purposes only.

More information

IBM SPSS Statistics 20 Part 1: Descriptive Statistics

IBM SPSS Statistics 20 Part 1: Descriptive Statistics CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES IBM SPSS Statistics 20 Part 1: Descriptive Statistics Summer 2013, Version 2.0 Table of Contents Introduction...2 Downloading the

More information

Data Visualization Techniques

Data Visualization Techniques Data Visualization Techniques From Basics to Big Data with SAS Visual Analytics WHITE PAPER SAS White Paper Table of Contents Introduction.... 1 Generating the Best Visualizations for Your Data... 2 The

More information

MICROSOFT OFFICE ACCESS 2007 - NEW FEATURES

MICROSOFT OFFICE ACCESS 2007 - NEW FEATURES MICROSOFT OFFICE 2007 MICROSOFT OFFICE ACCESS 2007 - NEW FEATURES Exploring Access Creating and Working with Tables Finding and Filtering Data Working with Queries and Recordsets Working with Forms Working

More information

Switching from PC SAS to SAS Enterprise Guide Zhengxin (Cindy) Yang, inventiv Health Clinical, Princeton, NJ

Switching from PC SAS to SAS Enterprise Guide Zhengxin (Cindy) Yang, inventiv Health Clinical, Princeton, NJ PharmaSUG 2014 PO10 Switching from PC SAS to SAS Enterprise Guide Zhengxin (Cindy) Yang, inventiv Health Clinical, Princeton, NJ ABSTRACT As more and more organizations adapt to the SAS Enterprise Guide,

More information

Can SAS Enterprise Guide do all of that, with no programming required? Yes, it can.

Can SAS Enterprise Guide do all of that, with no programming required? Yes, it can. SAS Enterprise Guide for Educational Researchers: Data Import to Publication without Programming AnnMaria De Mars, University of Southern California, Los Angeles, CA ABSTRACT In this workshop, participants

More information

TABLE OF CONTENTS. INTRODUCTION... 5 Advance Concrete... 5 Where to find information?... 6 INSTALLATION... 7 STARTING ADVANCE CONCRETE...

TABLE OF CONTENTS. INTRODUCTION... 5 Advance Concrete... 5 Where to find information?... 6 INSTALLATION... 7 STARTING ADVANCE CONCRETE... Starting Guide TABLE OF CONTENTS INTRODUCTION... 5 Advance Concrete... 5 Where to find information?... 6 INSTALLATION... 7 STARTING ADVANCE CONCRETE... 7 ADVANCE CONCRETE USER INTERFACE... 7 Other important

More information

SAS Add-In 2.1 for Microsoft Office: Getting Started with Data Analysis

SAS Add-In 2.1 for Microsoft Office: Getting Started with Data Analysis SAS Add-In 2.1 for Microsoft Office: Getting Started with Data Analysis The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2007. SAS Add-In 2.1 for Microsoft Office: Getting

More information

MicroStrategy Desktop

MicroStrategy Desktop MicroStrategy Desktop Quick Start Guide MicroStrategy Desktop is designed to enable business professionals like you to explore data, simply and without needing direct support from IT. 1 Import data from

More information

Tableau Quick Tips Guide November 2015

Tableau Quick Tips Guide November 2015 Tableau Quick Tips Guide November 2015 Fannie Mae Connect uses Tableau software to enable data display and analysis. This document provides guidance on how to get the most out of Tableau reports. The reference

More information

Intellect Platform - Tables and Templates Basic Document Management System - A101

Intellect Platform - Tables and Templates Basic Document Management System - A101 Intellect Platform - Tables and Templates Basic Document Management System - A101 Interneer, Inc. 4/12/2010 Created by Erika Keresztyen 2 Tables and Templates - A101 - Basic Document Management System

More information

Excel Unit 4. Data files needed to complete these exercises will be found on the S: drive>410>student>computer Technology>Excel>Unit 4

Excel Unit 4. Data files needed to complete these exercises will be found on the S: drive>410>student>computer Technology>Excel>Unit 4 Excel Unit 4 Data files needed to complete these exercises will be found on the S: drive>410>student>computer Technology>Excel>Unit 4 Step by Step 4.1 Creating and Positioning Charts GET READY. Before

More information

Integrating SAS with JMP to Build an Interactive Application

Integrating SAS with JMP to Build an Interactive Application Paper JMP50 Integrating SAS with JMP to Build an Interactive Application ABSTRACT This presentation will demonstrate how to bring various JMP visuals into one platform to build an appealing, informative,

More information

Business Analytics Enhancements June 2013

Business Analytics Enhancements June 2013 Business Analytics Enhancements June 03 Enhancement Summary June 03 Item # Site Location Enhancement Welcome Page New style - Fonts and colors have changed as a result of the enhanced reporting engine

More information

Adaptive Enterprise Solutions

Adaptive Enterprise Solutions Reporting User Guide Adaptive Enterprise Solutions 8401 Colesville Road Suite 450 Silver Spring, MD 20910 800.237.9785 Toll Free 301.589.3434 Voice 301.589.9254 Fax www.adsystech.com Version 5 THIS USER

More information

Information Literacy Program

Information Literacy Program Information Literacy Program Excel (2013) Advanced Charts 2015 ANU Library anulib.anu.edu.au/training ilp@anu.edu.au Table of Contents Excel (2013) Advanced Charts Overview of charts... 1 Create a chart...

More information

Qualtrics Survey Tool

Qualtrics Survey Tool Qualtrics Survey Tool This page left blank intentionally. Table of Contents Overview... 5 Uses for Qualtrics Surveys:... 5 Accessing Qualtrics... 5 My Surveys Tab... 5 Survey Controls... 5 Creating New

More information

Strategic Information Reporting Initiative (SIRI) User Guide for Student Dashboard

Strategic Information Reporting Initiative (SIRI) User Guide for Student Dashboard Strategic Information Reporting Initiative (SIRI) User Guide for Student Dashboard Table of Contents I. Signing into SIRI... 3 A. Logging on... 3 B. Accessing SIRI off campus... 4 C. Questions... 4 II.

More information

ReportPortal Web Reporting for Microsoft SQL Server Analysis Services

ReportPortal Web Reporting for Microsoft SQL Server Analysis Services Zero-footprint OLAP OLAP Web Client Web Client Solution Solution for Microsoft for Microsoft SQL Server Analysis Services ReportPortal Web Reporting for Microsoft SQL Server Analysis Services See what

More information

In this article, learn how to create and manipulate masks through both the worksheet and graph window.

In this article, learn how to create and manipulate masks through both the worksheet and graph window. Masking Data In this article, learn how to create and manipulate masks through both the worksheet and graph window. The article is split up into four main sections: The Mask toolbar The Mask Toolbar Buttons

More information

Merging Labels, Letters, and Envelopes Word 2013

Merging Labels, Letters, and Envelopes Word 2013 Merging Labels, Letters, and Envelopes Word 2013 Merging... 1 Types of Merges... 1 The Merging Process... 2 Labels - A Page of the Same... 2 Labels - A Blank Page... 3 Creating Custom Labels... 3 Merged

More information

Decision Support AITS University Administration. Web Intelligence Rich Client 4.1 User Guide

Decision Support AITS University Administration. Web Intelligence Rich Client 4.1 User Guide Decision Support AITS University Administration Web Intelligence Rich Client 4.1 User Guide 2 P age Web Intelligence 4.1 User Guide Web Intelligence 4.1 User Guide Contents Getting Started in Web Intelligence

More information

SAS Marketing Automation 5.1. User s Guide

SAS Marketing Automation 5.1. User s Guide SAS Marketing Automation 5.1 User s Guide The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2007. SAS Marketing Automation 5.1: User s Guide. Cary, NC: SAS Institute

More information

MassARRAY Typer 3.4 Software User s Guide for iplex and hme

MassARRAY Typer 3.4 Software User s Guide for iplex and hme MassARRAY Typer 3.4 Software User s Guide for iplex and hme Document Number: 11546 Doc 11546, R03 CO 060094 Dear Customer, Thank you for purchasing MassARRAY from SEQUENOM. This software was created specifically

More information

ORACLE BUSINESS INTELLIGENCE WORKSHOP

ORACLE BUSINESS INTELLIGENCE WORKSHOP ORACLE BUSINESS INTELLIGENCE WORKSHOP Creating Interactive Dashboards and Using Oracle Business Intelligence Answers Purpose This tutorial shows you how to build, format, and customize Oracle Business

More information

Computer Training Centre University College Cork. Excel 2013 Pivot Tables

Computer Training Centre University College Cork. Excel 2013 Pivot Tables Computer Training Centre University College Cork Excel 2013 Pivot Tables Table of Contents Pivot Tables... 1 Changing the Value Field Settings... 2 Refreshing the Data... 3 Refresh Data when opening a

More information

SAP Business Intelligence (BI) Reporting Training for MM. General Navigation. Rick Heckman PASSHE 1/31/2012

SAP Business Intelligence (BI) Reporting Training for MM. General Navigation. Rick Heckman PASSHE 1/31/2012 2012 SAP Business Intelligence (BI) Reporting Training for MM General Navigation Rick Heckman PASSHE 1/31/2012 Page 1 Contents Types of MM BI Reports... 4 Portal Access... 5 Variable Entry Screen... 5

More information

Crystal Reports. Overview. Contents. Columnar Drill-Down Report

Crystal Reports. Overview. Contents. Columnar Drill-Down Report Crystal Reports Overview This document explains how to create a columnar report in Crystal Reports (CR). It will also explain how to create drill-down levels in a columnar report. Although this document

More information

Turbo Lister Listing Activity Quick Start Guide

Turbo Lister Listing Activity Quick Start Guide Turbo Lister Listing Activity Quick Start Guide ebay Inc. Date: April, 2007 Version: 1.1 2 ebay File Exchange Catalog Listing Template Instructions Document History Version Date 1.0 January, 2007 1.1 April,

More information

Using Illumina BaseSpace Apps to Analyze RNA Sequencing Data

Using Illumina BaseSpace Apps to Analyze RNA Sequencing Data Using Illumina BaseSpace Apps to Analyze RNA Sequencing Data The Illumina TopHat Alignment and Cufflinks Assembly and Differential Expression apps make RNA data analysis accessible to any user, regardless

More information

Microsoft Access 2010 handout

Microsoft Access 2010 handout Microsoft Access 2010 handout Access 2010 is a relational database program you can use to create and manage large quantities of data. You can use Access to manage anything from a home inventory to a giant

More information

User Manual. Transcriptome Analysis Console (TAC) Software. For Research Use Only. Not for use in diagnostic procedures. P/N 703150 Rev.

User Manual. Transcriptome Analysis Console (TAC) Software. For Research Use Only. Not for use in diagnostic procedures. P/N 703150 Rev. User Manual Transcriptome Analysis Console (TAC) Software For Research Use Only. Not for use in diagnostic procedures. P/N 703150 Rev. 1 Trademarks Affymetrix, Axiom, Command Console, DMET, GeneAtlas,

More information

DataPA OpenAnalytics End User Training

DataPA OpenAnalytics End User Training DataPA OpenAnalytics End User Training DataPA End User Training Lesson 1 Course Overview DataPA Chapter 1 Course Overview Introduction This course covers the skills required to use DataPA OpenAnalytics

More information

Advanced Outlook Tutorials

Advanced Outlook Tutorials Advanced Outlook Tutorials Filtering: Create a filter to send email directly to a specific folder from a certain sender: 1. Right click on the sender s email. 2. Choose Rules. 3. Click on Create Rule.

More information

Excel 2007 - Using Pivot Tables

Excel 2007 - Using Pivot Tables Overview A PivotTable report is an interactive table that allows you to quickly group and summarise information from a data source. You can rearrange (or pivot) the table to display different perspectives

More information

PowerChart: View Only

PowerChart: View Only Page 1 of 16 PowerChart: View Only Accessing ecentral ecentral consists of multiple domains: Production, Build, Train, and Cert. The Production domain contains real patient data and is the permanent medical

More information

Microsoft Excel 2010 Pivot Tables

Microsoft Excel 2010 Pivot Tables Microsoft Excel 2010 Pivot Tables Email: training@health.ufl.edu Web Page: http://training.health.ufl.edu Microsoft Excel 2010: Pivot Tables 1.5 hours Topics include data groupings, pivot tables, pivot

More information

Table of Contents TASK 1: DATA ANALYSIS TOOLPAK... 2 TASK 2: HISTOGRAMS... 5 TASK 3: ENTER MIDPOINT FORMULAS... 11

Table of Contents TASK 1: DATA ANALYSIS TOOLPAK... 2 TASK 2: HISTOGRAMS... 5 TASK 3: ENTER MIDPOINT FORMULAS... 11 Table of Contents TASK 1: DATA ANALYSIS TOOLPAK... 2 TASK 2: HISTOGRAMS... 5 TASK 3: ENTER MIDPOINT FORMULAS... 11 TASK 4: ADD TOTAL LABEL AND FORMULA FOR FREQUENCY... 12 TASK 5: MODIFICATIONS TO THE HISTOGRAM...

More information

SAS BI Dashboard 3.1. User s Guide

SAS BI Dashboard 3.1. User s Guide SAS BI Dashboard 3.1 User s Guide The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2007. SAS BI Dashboard 3.1: User s Guide. Cary, NC: SAS Institute Inc. SAS BI Dashboard

More information

Monitoring Network DMN

Monitoring Network DMN Monitoring Network DMN User Manual Table of contents Table of contents... 2 1. Product features and capabilities... 3 2. System requirements... 5 3. Getting started with the software... 5 3-1 Installation...

More information

efiletexas.gov Review Queue User Guide

efiletexas.gov Review Queue User Guide efiletexas.gov Review Queue User Guide EFS-TF-200-3194 v.4 February 2014 Copyright and Confidentiality Copyright 2014 Tyler Technologies, Inc. All rights reserved. All documentation, source programs, object

More information

3D Viewer. user's manual 10017352_2

3D Viewer. user's manual 10017352_2 EN 3D Viewer user's manual 10017352_2 TABLE OF CONTENTS 1 SYSTEM REQUIREMENTS...1 2 STARTING PLANMECA 3D VIEWER...2 3 PLANMECA 3D VIEWER INTRODUCTION...3 3.1 Menu Toolbar... 4 4 EXPLORER...6 4.1 3D Volume

More information

Exiqon Array Software Manual. Quick guide to data extraction from mircury LNA microrna Arrays

Exiqon Array Software Manual. Quick guide to data extraction from mircury LNA microrna Arrays Exiqon Array Software Manual Quick guide to data extraction from mircury LNA microrna Arrays March 2010 Table of contents Introduction Overview...................................................... 3 ImaGene

More information

Accountable Care Organization Quality Explorer. Quick Start Guide

Accountable Care Organization Quality Explorer. Quick Start Guide Accountable Care Organization Quality Explorer Quick Start Guide 1 P age Background HealthLandscape (a division of the American Academy of Family Physicians [AAFP]) and the Robert Graham Center for Policy

More information

Tutorial for proteome data analysis using the Perseus software platform

Tutorial for proteome data analysis using the Perseus software platform Tutorial for proteome data analysis using the Perseus software platform Laboratory of Mass Spectrometry, LNBio, CNPEM Tutorial version 1.0, January 2014. Note: This tutorial was written based on the information

More information

IFAS Reports. Participant s Manual. Version 1.0

IFAS Reports. Participant s Manual. Version 1.0 IFAS Reports Participant s Manual Version 1.0 December, 2010 Table of Contents General Overview... 3 Reports... 4 CDD Reports... 5 Running the CDD Report... 9 Printing CDD Reports... 14 Exporting CDD Reports

More information

Oracle Business Intelligence Publisher: Create Reports and Data Models. Part 1 - Layout Editor

Oracle Business Intelligence Publisher: Create Reports and Data Models. Part 1 - Layout Editor Oracle Business Intelligence Publisher: Create Reports and Data Models Part 1 - Layout Editor Pradeep Kumar Sharma Senior Principal Product Manager, Oracle Business Intelligence Kasturi Shekhar Director,

More information

Making Visio Diagrams Come Alive with Data

Making Visio Diagrams Come Alive with Data Making Visio Diagrams Come Alive with Data An Information Commons Workshop Making Visio Diagrams Come Alive with Data Page Workshop Why Add Data to A Diagram? Here are comparisons of a flow chart with

More information

Dreamweaver Tutorials Creating a Web Contact Form

Dreamweaver Tutorials Creating a Web Contact Form Dreamweaver Tutorials This tutorial will explain how to create an online contact form. There are two pages involved: the form and the confirmation page. When a user presses the submit button on the form,

More information

Table of Contents. Part I Welcome. Part II Introduction. Part III Getting Started. Part IV The User Interface. Part V Quick Start Tutorials

Table of Contents. Part I Welcome. Part II Introduction. Part III Getting Started. Part IV The User Interface. Part V Quick Start Tutorials Contents I Table of Contents Part I Welcome 5 Part II Introduction 5 1 Overview... 5 2 Product... Levels 5 3 Technical... Support 6 4 Copyright... 7 Part III Getting Started 7 1 Installation... 7 2 Register...

More information

Introduction... 1 Welcome Screen... 2 Map View... 3. Generating a map... 3. Map View... 4. Basic Map Features... 4

Introduction... 1 Welcome Screen... 2 Map View... 3. Generating a map... 3. Map View... 4. Basic Map Features... 4 Quick Start Guide Contents Introduction... 1 Welcome Screen... 2 Map View... 3 Generating a map... 3 Map View... 4 Basic Map Features... 4 Adding a Secondary Indicator... 5 Adding a Secondary Indicator...

More information

How to build Dashboard - Step by Step tutorial/recipe

How to build Dashboard - Step by Step tutorial/recipe How to build Dashboard - Step by Step tutorial/recipe Contents How to build Dashboard - Step by Step tutorial/recipe...1 How to create Excel Dashboard [ as direct connection ]...2 Purpose of this Dashboard

More information

Below is a very brief tutorial on the basic capabilities of Excel. Refer to the Excel help files for more information.

Below is a very brief tutorial on the basic capabilities of Excel. Refer to the Excel help files for more information. Excel Tutorial Below is a very brief tutorial on the basic capabilities of Excel. Refer to the Excel help files for more information. Working with Data Entering and Formatting Data Before entering data

More information

Welcome to Signature s Web-Based Reporting

Welcome to Signature s Web-Based Reporting Version 3 Welcome to Signature s Web-Based Reporting With the use of web-based reporting, analysis, and benchmarking tools, Signature offers guaranteed training solutions comprised of three critical components:

More information

Section 4. Mastering Folders

Section 4. Mastering Folders Section 4 Mastering Folders About This Section Section 3: Working with Receipts introduced you to the Receipts Grid area of the Receipt Organizer window (the lower of the two grids). In the Receipts Grid,

More information

How To Create A View Frame In 3D

How To Create A View Frame In 3D 12/4/2008-10:00 am - 11:30 am Room:Palazzo O-P (5th) The Secrets of Cutting Plan and Profile Sheets in AutoCAD Civil 3D Michelle Rasmussen - Application Engineer, IMAGINiT Technologies CV304-1P In this

More information

Microsoft Excel 2010 Part 3: Advanced Excel

Microsoft Excel 2010 Part 3: Advanced Excel CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES Microsoft Excel 2010 Part 3: Advanced Excel Winter 2015, Version 1.0 Table of Contents Introduction...2 Sorting Data...2 Sorting

More information