Tutorial: RMA Analysis using the Microarray Platform Website

Size: px
Start display at page:

Download "Tutorial: RMA Analysis using the Microarray Platform Website"

Transcription

1 Tutorial: RMA Analysis using the Microarray Platform Website I Overview Objective of Tutorial This tutorial provides an introduction to data analysis using a data processing method known as RMA (Robust Multi-array Average). The tutorial outlines how to download data from the website, obtain RMA expression data and perform a simple 2-class comparison using fold change. The case study for the tutorial, described in more detail below, involves nine hybridizations: three conditions measured in triplicate. Concepts Illustrated Data Download - How to obtain RMA expression summary data online and a look at the format of this data. Class Comparison - Designating differentially expressed genes between two groups of samples by calculating the fold change for each gene. Please Note: The first step in any analysis should be a visualization of the data. In other words, array results within and between sample groups should be plotted against each other to look for arrays that stand out. This process is an essential analysis and quality control step. So, before proceeding, you should either have already looked at plots of the data (see the RMA plots description) or should contact the statistical staff at the centre. Case Study Design The motivation for the case study experiments is to study the homing of T-Cells in lung. Affymetrix murine MG-U74vA chips were used to monitor the expression of genes in three CD8+ T cell populations. All three populations are derived from BALB/c mice, but differ in exposure to anti-cd3 and anti-cd28: naïve cells (0h exposure), 48h exposure, and a HA specific CD8+ T cell clone. Nine arrays were performed in total: triplicates of each condition. Objective of Analysis Make a two-class comparison between the gene expression patterns in naive and 48 hour antibody exposed CD8+ T cells. Those genes that are differentially expressed between the two samples may play a role in the CD8+ T cell immune response.

2 Sample Designation The sample IDs appearing in the experiment and in this tutorial refer to the following samples: Sample Name on Project Page Name on Analysis Page Naïve T cells DDO001 DDO001_1_01441A DDO002 DDO002_2_01441B DDO003 DDO003_3_01441C 48hr Stimulated T cells DDO004 DDO004_4_01442A DDO005 DDO005_5_01442B DDO006 DDO006_6_01442C Antigen-specific T cell DDO007 DDO007_7_01443A Clone DDO008 DDO008_8_01443B DDO009 DDO009_9_01443C References For RMA references and a comparison to other expression summary methods, see A MIAME description of the experiment and the raw data files can be obtained from: 20response%20study.html The sample data described above was published in: Jain et al, Local-pooled-error test for identifying differentially expressed genes with a small number of replicated microarrays. Bioinformatics Oct 12;19(15): &dopt=Abstract (Please note: the method of analysis described in this publication is not related to the RMA method). Accessing the Tutorial To start the tutorial, go to the Microarray Platform web page at and click on Secure Web Interface. This brings up the Gene Expression home page. At this point, follow the instructions in Section II below. Disclaimer Although we in the Microarray Platform lab endeavour to keep tutorials up-to-date, it is possible that minor changes to the website are not reflected in the screen shots. Hopefully this will not cause difficulties in using the tutorial. If you have any questions, please send them to amy.norris[at]mail.mcgill.ca or call x00335.

3 II Data Download The first step towards downloading data is to access the project where that data is stored. The Project page contains all the information for one project and is the gateway to the Download Page. To access the Project page: Go to the Gene Expression home page at Log in to the demo account using the user login demo and password genome. This brings up the Client Dominique Demo page. Click on the project name Demo001 from the Projects list appearing at the bottom of the page. On the Project page, each sample s success at proceeding through all stages of the microarray hybridization experiment is indicated. These results are summarized in the top right hand corner of the Project page. To access the Download page, select Download from the Navigate section of the lefthand menu. Array data can be obtained in several different formats from the Download Page: Excel/Genespring MAS5.0, R formatted MAS5.0, and RMA. These formats describe the methods of performing background correction, normalization, and expression summary as well as the output format. To understand what these data processing steps do requires some knowledge of the Affymetrix GeneChip technology. Affymetrix arrays The expression of a target gene is represented by the calculated signal intensity of a probe set on an Affymetrix GeneChip. Each probe set is comprised of 11 or 16 pairs of probes, depending on the chip type. A pair of probes consists of a perfect match and a mismatch 25-mer oligonucleotide. The mismatch is identical to the perfect match with the exception of the middle nucleotide (which is the complementary base to the perfect match) and is intended to provide a indication of the degree of cross-hybridization for each probe.

4 For more information on microarrays, please refer to the FAQ. RMA RMA stands for Robust Multiple-array Average. An advantage of this method over the other expression summaries available for download from the Microarray Platform website, is that normalization occurs at the probe level (rather than at the probeset level) across all of the selected hybridizations (rather than for each array individually). For this reason, it is essential that all chips that are to be included in the subsequent analysis (usually the entire project) are downloaded together. Note that the method works best when there are many chips in a project. Therefore, RMA summaries can t be downloaded for less than 6 chips from the Microarray Platform website. RMA uses a model-based background correction, quantile normalization and a robust averaging expression summary method. Comparisons to other methods can be found at the link below. Properties of the RMA summaries include: Intensity values range between 4 and 16 Intensity values are in log (base 2) scale Only perfect match intensities are used Variance is smaller and relatively stable across the range of intensities Fold-changes are underestimated

5 For more details on RMA, please see Ben Bolstad s RMA webpage: The RMA output from the Download page is one.csv file that contains the intensity for each probeset on each chip. The file can be opened in Excel or loaded into another software program for analysis. A simple example of a fold-change calculation in Excel is given in Section III. How to Download To download the expression summaries for the current project, click Download in the Navigate section of the left-hand menu. The default download format is RMA data. If you select another format from the selection box, a list of chips will appear. With RMA there is no need to select chips, because RMA normalisation is done on the whole project together. Simply click the Download Data button.

6 When the RMA expression summary for the 6 chips is ready, a download notice will come up. Choose to open the file. The data is stored in a.zip file, which requires a utility such as (the freely available) WinZip to open. Extract the.csv file from the.zip file. This file, which contains the RMA expression intensity values, is a comma-delimited file that can be opened in a spreadsheet program like Excel or in a text editor. Annotation For each Affymetrix probeset ID, the RMA data download file currently has three annotation columns: Unigene ID, Gene Title, and, Gene Symbol. More annotation data can be obtained from the Affymetrix Annotations page. To reach this page from the Download page, click the back button in the browser, then select Affymetrix Annotations in the Navigate menu. III A Simple Analysis of RMA Download Data This section describes how to do a simple class comparison between the Naïve samples and the 48hr treated samples (see Section I). The RMA expression summaries and Excel are used to calculate the log ratio of expression between the two sets of samples. First the average expression of each probeset within each treatment group is calculated. Then the difference between the two averages is found. Because RMA values have been logged (base 2), this difference is equivalent to the logged fold change: All probesets with a fold change of 2 and greater are then identified to provide a list of differentially expressed genes. The following analysis is described using Excel on a Windows platform. The ideas behind the analysis, however, are applicable to any operating system or program. Please note that the example below is slightly outdated (there are only 6 chips in the project). However, the principles are the same. Simply ignore the extra three chips that are currently in the demo results.

7 Calculate Average Group Expression Select cell 2H, as shown below. Now, select the formula button, fx, beside the data entry field. In the Insert Function window, select the Average function. Click OK. The Function Arguments window appears. Select cells 2B, 2C and 2D. Number 1 in the Function Arguments window now reads 2B:2D and the Formula result at the bottom of the window shows the average value of these three cells.

8 Click OK. Cell 2H now contains the mean value of probeset _at over the three Naïve Tcell samples. Now, place the cursor over the small square in the lower right-hand corner of 2H. The cursor should become a small plus sign. Double click on this spot. Each row of column H is filled with the average value of columns B-D in the same row. Type Avg. Naïve at the top of column H.

9 Repeat the same process, in column I this time, to calculate the average of the 48hr stimulated TCells (columns E-G). Calculate Fold Change The log fold change between the two conditions can be calculated by subtracting the value in column H from that in column I for every probeset. Select J2. Type =I2-H2, then Enter. This is an example of how to define a formula without using the function building windows. The formula means subtract the value in H2 from the value in I2. The difference between the average 48hr treated intensity and average Naïve intensity has now been calculated for probeset 10001_at. To calculate the fold change for all the other probesets, first make sure that J2 is selected, then double-click on the lower right-hand corner black square.

10 Type in log2 fold-change as the title of column J. Note that these fold changes are in log2 scale, that is, a value of 1 in this column indicates a fold-change of 2 (2^1) and a value of -1 indicates a fold-change of ½ (2^{-1}). The former implies that the probeset is induced by 2-fold in the 48hr treated samples, while the latter implies that the probeset is repressed 2-fold in the 48hr treated samples. Identify Differentially Expressed Genes Finally, it is useful to find all the probesets that are induced or repressed by a given fold change. For this, a conditional statement is required. Select 2K and click the formula button to bring up the formula window. Select the IF function and click OK. In the Function Arguments window, enter OR(J2 < -1, J2 > 1). Enter a value of 1 in the Value_if_true field and 0 in the Value_if_false field. Take a moment to look at this function and try to decipher its meaning. Our function specifies that if the value in J2 is either less than -1 or greater than 1, then the reference cell should take on the value of 1, otherwise, it should have a value of 0. Click OK. K2 now has a value of 0, since is neither less than -1 nor greater than 1. Click on the small square in the corner of this cell to repeat the formula for all cells in the column.

11 Type fold-change > 2? as the header for column K. This column now contains a 1 for all probesets that show a fold-change greater than 2 (either up or down with respect to the 48hr treated samples) and 0 otherwise. At this point, many actions can be taken to investigate the results. For instance, the data can be sorted by the results in column K in order to list of all the differentially expressed genes together. To accomplish this, select Sort from the Data menu. In the Sort window, choose fold-change > 2 as the Sort by column and Descending as the order. Click OK. The first 1263 probesets in the list are now those that show a fold-change greater than 2. Feel free to try other fold-change limits as well. With RMA summaries, a fold-change limit of 1.5 is reasonable (remember, with RMA data the fold-change is generally an underestimate of the fold-change found with, for instance, RT-PCR). To search for a fold change of 1.5, the function is OR(J2 < , J2 > 0.585), since log2(1.5) is approximately

12 IV Concluding Remarks Thank you for taking the time to go through the Microarray Platform RMA tutorial. At this point you can download RMA results and perform a simple class comparison in Excel that results in a list of differentially expressed genes. If you have any questions or comments, please feel free to contact André Ponton. Good luck!

Analyzing microrna Data and Integrating mirna with Gene Expression Data in Partek Genomics Suite 6.6

Analyzing microrna Data and Integrating mirna with Gene Expression Data in Partek Genomics Suite 6.6 Analyzing microrna Data and Integrating mirna with Gene Expression Data in Partek Genomics Suite 6.6 Overview This tutorial outlines how microrna data can be analyzed within Partek Genomics Suite. Additionally,

More information

Basic Analysis of Microarray Data

Basic Analysis of Microarray Data Basic Analysis of Microarray Data A User Guide and Tutorial Scott A. Ness, Ph.D. Co-Director, Keck-UNM Genomics Resource and Dept. of Molecular Genetics and Microbiology University of New Mexico HSC Tel.

More information

Software and Methods for the Analysis of Affymetrix GeneChip Data. Rafael A Irizarry Department of Biostatistics Johns Hopkins University

Software and Methods for the Analysis of Affymetrix GeneChip Data. Rafael A Irizarry Department of Biostatistics Johns Hopkins University Software and Methods for the Analysis of Affymetrix GeneChip Data Rafael A Irizarry Department of Biostatistics Johns Hopkins University Outline Overview Bioconductor Project Examples 1: Gene Annotation

More information

To launch the Microsoft Excel program, locate the Microsoft Excel icon, and double click.

To launch the Microsoft Excel program, locate the Microsoft Excel icon, and double click. EDIT202 Spreadsheet Lab Assignment Guidelines Getting Started 1. For this lab you will modify a sample spreadsheet file named Starter- Spreadsheet.xls which is available for download from the Spreadsheet

More information

Analyzing the Effect of Treatment and Time on Gene Expression in Partek Genomics Suite (PGS) 6.6: A Breast Cancer Study

Analyzing the Effect of Treatment and Time on Gene Expression in Partek Genomics Suite (PGS) 6.6: A Breast Cancer Study Analyzing the Effect of Treatment and Time on Gene Expression in Partek Genomics Suite (PGS) 6.6: A Breast Cancer Study The data for this study is taken from experiment GSE848 from the Gene Expression

More information

SPSS: Getting Started. For Windows

SPSS: Getting Started. For Windows For Windows Updated: August 2012 Table of Contents Section 1: Overview... 3 1.1 Introduction to SPSS Tutorials... 3 1.2 Introduction to SPSS... 3 1.3 Overview of SPSS for Windows... 3 Section 2: Entering

More information

TIPS FOR DOING STATISTICS IN EXCEL

TIPS FOR DOING STATISTICS IN EXCEL TIPS FOR DOING STATISTICS IN EXCEL Before you begin, make sure that you have the DATA ANALYSIS pack running on your machine. It comes with Excel. Here s how to check if you have it, and what to do if you

More information

Analysis of gene expression data. Ulf Leser and Philippe Thomas

Analysis of gene expression data. Ulf Leser and Philippe Thomas Analysis of gene expression data Ulf Leser and Philippe Thomas This Lecture Protein synthesis Microarray Idea Technologies Applications Problems Quality control Normalization Analysis next week! Ulf Leser:

More information

Using VLOOKUP to Combine Data in Microsoft Excel

Using VLOOKUP to Combine Data in Microsoft Excel Using VLOOKUP to Combine Data in Microsoft Excel Microsoft Excel includes a very powerful function that helps users combine data from multiple sources into one table in a spreadsheet. For example, if you

More information

Time & Attendance Supervisor Basics for ADP Workforce Now. Automatic Data Processing, LLC ES Canada

Time & Attendance Supervisor Basics for ADP Workforce Now. Automatic Data Processing, LLC ES Canada Time & Attendance Supervisor Basics for ADP Workforce Now Automatic Data Processing, LLC ES Canada ADP s Trademarks The ADP Logo, ADP, ADP Workforce Now and IN THE BUSINESS OF YOUR SUCCESS are registered

More information

Using the free iweb webpage templates

Using the free iweb webpage templates Table of Contents: Using the free iweb webpage templates Overview... 1 Setup... 1 How to download... 2 How to extract the template files from the.zip file... 2 Programs to use... 3 Rules to follow... 3

More information

Cluster software and Java TreeView

Cluster software and Java TreeView Cluster software and Java TreeView To download the software: http://bonsai.hgc.jp/~mdehoon/software/cluster/software.htm http://bonsai.hgc.jp/~mdehoon/software/cluster/manual/treeview.html Cluster 3.0

More information

Personal Portfolios on Blackboard

Personal Portfolios on Blackboard Personal Portfolios on Blackboard This handout has four parts: 1. Creating Personal Portfolios p. 2-11 2. Creating Personal Artifacts p. 12-17 3. Sharing Personal Portfolios p. 18-22 4. Downloading Personal

More information

Row Quantile Normalisation of Microarrays

Row Quantile Normalisation of Microarrays Row Quantile Normalisation of Microarrays W. B. Langdon Departments of Mathematical Sciences and Biological Sciences University of Essex, CO4 3SQ Technical Report CES-484 ISSN: 1744-8050 23 June 2008 Abstract

More information

Kronos 6 Work Force Time Keeping System. Manager Procedure Manual

Kronos 6 Work Force Time Keeping System. Manager Procedure Manual Kronos 6 Work Force Time Keeping System Manager Procedure Manual Table of Contents Kronos Manager Procedure Manual Log In to Kronos https://kronos.rit.edu/wfc/logon... 1 Punches Access an Employee Timecard...

More information

How To Access The Outlook Help Desk In Outlook.Com

How To Access The Outlook Help Desk In Outlook.Com To Access the Imagine! Help Desk please open your web browser to: http://helpdesk.imaginecolorado.org/ Press Ctrl + Click to open this link from this document. The first thing you will see is a login screen.

More information

Mail Merge Microsoft Word and Excel Queries Scott Kern Senior Consultant

Mail Merge Microsoft Word and Excel Queries Scott Kern Senior Consultant Mail Merge Microsoft Word and Excel Queries Scott Kern Senior Consultant What We ll Cover 1. Enabling database connections through Microsoft Excel 2. Accessing the data stored in the SQL Database via the

More information

Integrated Accounting System for Mac OS X

Integrated Accounting System for Mac OS X Integrated Accounting System for Mac OS X Program version: 6.3 110401 2011 HansaWorld Ireland Limited, Dublin, Ireland Preface Standard Accounts is a powerful accounting system for Mac OS X. Text in square

More information

Smart Web. User Guide. Amcom Software, Inc.

Smart Web. User Guide. Amcom Software, Inc. Smart Web User Guide Amcom Software, Inc. Copyright Version 4.0 Copyright 2003-2005 Amcom Software, Inc. All Rights Reserved. Information in this document is subject to change without notice. The software

More information

Lab 9 Access PreLab Copy the prelab folder, Lab09 PreLab9_Access_intro

Lab 9 Access PreLab Copy the prelab folder, Lab09 PreLab9_Access_intro Lab 9 Access PreLab Copy the prelab folder, Lab09 PreLab9_Access_intro, to your M: drive. To do the second part of the prelab, you will need to have available a database from that folder. Creating a new

More information

Concession FTP User Guide May 2011 Version 1.2

Concession FTP User Guide May 2011 Version 1.2 Concession FTP User Guide May 2011 Version 1.2 Concessions FTP User guide Page 1 of 41 Contents Objective... 3 FTP User Guide Microsoft Windows XP... 5 Anatomy of the Files... 9 Working on your Files....

More information

REUTERS/TIM WIMBORNE SCHOLARONE MANUSCRIPTS COGNOS REPORTS

REUTERS/TIM WIMBORNE SCHOLARONE MANUSCRIPTS COGNOS REPORTS REUTERS/TIM WIMBORNE SCHOLARONE MANUSCRIPTS COGNOS REPORTS 28-APRIL-2015 TABLE OF CONTENTS Select an item in the table of contents to go to that topic in the document. USE GET HELP NOW & FAQS... 1 SYSTEM

More information

Basic Pivot Tables. To begin your pivot table, choose Data, Pivot Table and Pivot Chart Report. 1 of 18

Basic Pivot Tables. To begin your pivot table, choose Data, Pivot Table and Pivot Chart Report. 1 of 18 Basic Pivot Tables Pivot tables summarize data in a quick and easy way. In your job, you could use pivot tables to summarize actual expenses by fund type by object or total amounts. Make sure you do not

More information

MiraCosta College now offers two ways to access your student virtual desktop.

MiraCosta College now offers two ways to access your student virtual desktop. MiraCosta College now offers two ways to access your student virtual desktop. We now feature the new VMware Horizon View HTML access option available from https://view.miracosta.edu. MiraCosta recommends

More information

Integrated Invoicing and Debt Management System for Mac OS X

Integrated Invoicing and Debt Management System for Mac OS X Integrated Invoicing and Debt Management System for Mac OS X Program version: 6.3 110401 2011 HansaWorld Ireland Limited, Dublin, Ireland Preface Standard Invoicing is a powerful invoicing and debt management

More information

A guide to bulk deposit submissions

A guide to bulk deposit submissions A guide to bulk deposit submissions What is a bulk deposit submission? The Bulk Deposit Submission process is used for agents/landlords who have a large amount of deposits to submit at the same time, reducing

More information

Invoices & Statements

Invoices & Statements Welcome to My Account a fast and easy way to manage your WinWholesale account online! This tutorial will provide you with step-by-step instructions for accessing and navigating the Invoices and Statements

More information

TRIM: Web Tool. Web Address The TRIM web tool can be accessed at:

TRIM: Web Tool. Web Address The TRIM web tool can be accessed at: TRIM: Web Tool Accessing TRIM Records through the Web The TRIM web tool is primarily aimed at providing access to records in the TRIM system. While it is possible to place records into TRIM or amend records

More information

Budget Process using PeopleSoft Financial 9.1

Budget Process using PeopleSoft Financial 9.1 Section 14 Budget 14.1 Budget Overview Each council must prepare a yearly operating budget and, in many cases, multiple budgets to respond to the needs of the council and the legal requirement to expend

More information

WEBTrader. User Guide

WEBTrader. User Guide WEBTrader User Guide Table of Contents Creating a Demo account How to log in Main Areas of the WebTrader Market Watch Favorites Adding Favorites Spot Panes Charts Adding New Chart Using Charts Chart Options

More information

Departmental User Dashboard

Departmental User Dashboard WEBFOCUS Departmental User Dashboard Contents Dashboard Login... 2 Tab Selection... 4 Run Report... 4 Saving output in Excel 2000 format... 6 Excel 2007 Formatting Tips... 7 Dashboard Logoff... 9 Academic

More information

[COGNOS DATA TRAINING FAQS] This is a list of frequently asked questions for a Cognos user

[COGNOS DATA TRAINING FAQS] This is a list of frequently asked questions for a Cognos user 2010 [COGNOS DATA TRAINING FAQS] This is a list of frequently asked questions for a Cognos user Table of Contents 1. How do I run my report in a different format?... 1 2. How do I copy a report to My Folder?...

More information

Analyzing Data Using Excel

Analyzing Data Using Excel Analyzing Data Using Excel What you will do: Create a spreadsheet Use formulas and basic formatting Import text files Save worksheets as web pages Add interactivity to web worksheets Use pivot tables Create

More information

Introduction to Microsoft Access 2010

Introduction to Microsoft Access 2010 Introduction to Microsoft Access 2010 A database is a collection of information that is related. Access allows you to manage your information in one database file. Within Access there are four major objects:

More information

ParishSOFT Remote Installation

ParishSOFT Remote Installation Table of Contents Setting up Remote Solution Windows 7 or Vista... 1 Connecting to ParishSOFT... 1 Accessing Your database... 3 Switching to your parish database... 4 Setting up Accounts for users... 5

More information

FIRST STEPS WITH SCILAB

FIRST STEPS WITH SCILAB powered by FIRST STEPS WITH SCILAB The purpose of this tutorial is to get started using Scilab, by discovering the environment, the main features and some useful commands. Level This work is licensed under

More information

MICROSOFT OFFICE 365 EXCHANGE ONLINE CLOUD

MICROSOFT OFFICE 365 EXCHANGE ONLINE CLOUD 6/4/14 Samson V. 1. Configure Outlook 2011 for Exchange Online Step 1 First we need to verify that your Office 2011 is up-to-date. Launch any Office 2011 product (Word, Excel, Outlook) and click on the

More information

Integrated Accounting System for Mac OS X and Windows

Integrated Accounting System for Mac OS X and Windows Integrated Accounting System for Mac OS X and Windows Program version: 6.2 110111 2011 HansaWorld Ireland Limited, Dublin, Ireland Preface Books by HansaWorld is a powerful accounting system for the Mac

More information

Document Cycle Tracking Service User Guide

Document Cycle Tracking Service User Guide Document Cycle Tracking Service User Guide Interactive Table of Contents: Overview Getting Started Signing On The Main Menu & Standard Navigation Links Signing Off Searching Documents Online - Document

More information

WHAT S NEW IN MS EXCEL 2013

WHAT S NEW IN MS EXCEL 2013 Contents Excel... 1 Filling empty cells using Flash Fill... 1 Filtering records using a Timeline... 2 Previewing with Quick Analysis... 4 Using Chart Advisor recommendations... 5 Finding errors and issues

More information

How to Add Social Media Icons to Your Website

How to Add Social Media Icons to Your Website How to Add Social Media Icons to Your Website Introduction For this tutorial, I am assuming that you have a self-hosted WordPress website/blog. I will be using the Twenty Eleven Theme which ships with

More information

Once we have provided you with an ftp username and password, you may use the following instructions to upload content:

Once we have provided you with an ftp username and password, you may use the following instructions to upload content: Full-text FTP Instructions for PC Users: In order to use the ftp, we will provide you with unique login credentials similar to the following: Host: ftp.epnet.com Username: ftpusername Password: XXXXX Windows

More information

UTRADE Online Trading Platform Demo

UTRADE Online Trading Platform Demo UTRADE Online Trading Platform Demo 1 Contents Page 3 Login 8 Input Order 14 Program Trade 16 Update Order 20 Cancel Order 23 Order Information Enquiry 27 Trades 28 Client Portfolio Enquiry 29 Change Password

More information

Document Services Online Customer Guide

Document Services Online Customer Guide Document Services Online Customer Guide Logging in... 3 Registering an Account... 3 Navigating DSO... 4 Basic Orders... 5 Getting Started... 5 Attaching Files & Print Options... 7 Advanced Print Options

More information

SuperOffice AS. CRM Online. Introduction to importing contacts

SuperOffice AS. CRM Online. Introduction to importing contacts SuperOffice AS CRM Online Introduction to importing contacts Index Revision history... 2 How to do an import of contacts in CRM Online... 3 Before you start... 3 Prepare the file you wish to import...

More information

Introduction to Microsoft Access 2013

Introduction to Microsoft Access 2013 Introduction to Microsoft Access 2013 A database is a collection of information that is related. Access allows you to manage your information in one database file. Within Access there are four major objects:

More information

Quick Start Guide. Installation and Setup

Quick Start Guide. Installation and Setup Quick Start Guide Installation and Setup Introduction Velaro s live help and survey management system provides an exciting new way to engage your customers and website visitors. While adding any new technology

More information

MICROSOFT ACCESS 2003 TUTORIAL

MICROSOFT ACCESS 2003 TUTORIAL MICROSOFT ACCESS 2003 TUTORIAL M I C R O S O F T A C C E S S 2 0 0 3 Microsoft Access is powerful software designed for PC. It allows you to create and manage databases. A database is an organized body

More information

Microsoft Excel 2010

Microsoft Excel 2010 Microsoft Excel 2010 Special Topics PivotTable IF Function V-Lookup Function Information Technology Services Outreach and Distance Learning Technologies Copyright 2011 KSU Department of Information Technology

More information

BRILL s Editorial Manager (EM) Manual for Reviewers

BRILL s Editorial Manager (EM) Manual for Reviewers BRILL s Editorial Manager (EM) Manual for Reviewers Table of Contents Introduction... 2 1. Logging into EM... 2 2. Changing Your Access Codes and Contact Information... 2 3. Agreeing or Declining to Review...

More information

Questions on Web CRD? Call the FINRA Gateway Call Center at 301-869-6699 8 A.M. - 8 P.M., ET, Monday through Friday.

Questions on Web CRD? Call the FINRA Gateway Call Center at 301-869-6699 8 A.M. - 8 P.M., ET, Monday through Friday. Web CRD Reports About Reports The Reports feature enables firms to request standard reports generated from data stored in Web CRD and IARD. Requested reports are available online for viewing or downloading.

More information

Database Applications Microsoft Access

Database Applications Microsoft Access Database Applications Microsoft Access Lesson 4 Working with Queries Difference Between Queries and Filters Filters are temporary Filters are placed on data in a single table Queries are saved as individual

More information

ADA Applicant Business Process Guide

ADA Applicant Business Process Guide Objectives ADA Applicant Business Process Guide The purpose of this document is to give you an understanding of how to apply and maintain an applicant account at the American Dental Association (ADA).

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

COLLABORATION NAVIGATING CMiC

COLLABORATION NAVIGATING CMiC Reference Guide covers the following items: How to login Launching applications and their typical action buttons Querying & filtering log views Export log views to Excel User Profile Update info / Change

More information

INTRODUCTION TO DATABASES USING MICROSOFT ACCESS

INTRODUCTION TO DATABASES USING MICROSOFT ACCESS INTRODUCTION TO DATABASES USING MICROSOFT ACCESS ILLUSTRATION GUIDE Introduction to Databases Using Microsoft Access Page 1 of 30 OVERVIEW The guide illustrates the step-by-step basics of creating and

More information

How to Concatenate Cells in Microsoft Access

How to Concatenate Cells in Microsoft Access How to Concatenate Cells in Microsoft Access This tutorial demonstrates how to concatenate cells in Microsoft Access. Sometimes data distributed over multiple columns is more efficient to use when combined

More information

Introduction to Microsoft Access 2003

Introduction to Microsoft Access 2003 Introduction to Microsoft Access 2003 Zhi Liu School of Information Fall/2006 Introduction and Objectives Microsoft Access 2003 is a powerful, yet easy to learn, relational database application for Microsoft

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

Netmail Search for Outlook 2010

Netmail Search for Outlook 2010 Netmail Search for Outlook 2010 Quick Reference Guide Netmail Search is an easy-to-use web-based electronic discovery tool that allows you to easily search, sort, retrieve, view, and manage your archived

More information

EXCEL PIVOT TABLE David Geffen School of Medicine, UCLA Dean s Office Oct 2002

EXCEL PIVOT TABLE David Geffen School of Medicine, UCLA Dean s Office Oct 2002 EXCEL PIVOT TABLE David Geffen School of Medicine, UCLA Dean s Office Oct 2002 Table of Contents Part I Creating a Pivot Table Excel Database......3 What is a Pivot Table...... 3 Creating Pivot Tables

More information

Data Acquisition. DNA microarrays. The functional genomics pipeline. Experimental design affects outcome data analysis

Data Acquisition. DNA microarrays. The functional genomics pipeline. Experimental design affects outcome data analysis Data Acquisition DNA microarrays The functional genomics pipeline Experimental design affects outcome data analysis Data acquisition microarray processing Data preprocessing scaling/normalization/filtering

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

Using MS Excel to Analyze Data: A Tutorial

Using MS Excel to Analyze Data: A Tutorial Using MS Excel to Analyze Data: A Tutorial Various data analysis tools are available and some of them are free. Because using data to improve assessment and instruction primarily involves descriptive and

More information

Call Recorder Quick CD Access System

Call Recorder Quick CD Access System Call Recorder Quick CD Access System V4.0 VC2010 Contents 1 Call Recorder Quick CD Access System... 3 1.1 Install the software...4 1.2 Start...4 1.3 View recordings on CD...5 1.4 Create an archive on Hard

More information

Unemployment Insurance Data Validation Operations Guide

Unemployment Insurance Data Validation Operations Guide Unemployment Insurance Data Validation Operations Guide ETA Operations Guide 411 U.S. Department of Labor Employment and Training Administration Office of Unemployment Insurance TABLE OF CONTENTS Chapter

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

How to Login Username Password:

How to Login Username Password: How to Login After navigating to the SelecTrucks ATTS Call Tracking & Support Site: www.selectrucksatts.com Select Corporate Link to login for Corporate owned Centers/Locations. Username: Your Email Address

More information

GSR Microarrays Project Management System

GSR Microarrays Project Management System GSR Microarrays Project Management System A User s Guide GSR Microarrays Vanderbilt University MRBIII, Room 9274 465 21 st Avenue South Nashville, TN 37232 microarray@vanderbilt.edu (615) 936-3003 www.gsr.vanderbilt.edu

More information

Advanced Excel 10/20/2011 1

Advanced Excel 10/20/2011 1 Advanced Excel Data Validation Excel has a feature called Data Validation, which will allow you to control what kind of information is typed into cells. 1. Select the cell(s) you wish to control. 2. Click

More information

Customer Database Pro Tutorial

Customer Database Pro Tutorial Customer Database Pro Tutorial Welcome to the Customer Database Pro (CDB) tutorial. This tutorial provides hands-on exercises to get you acquainted with CDB. You may also want to read an overview of CDB

More information

Tutorial 5: Summarizing Tabular Data Florida Case Study

Tutorial 5: Summarizing Tabular Data Florida Case Study Tutorial 5: Summarizing Tabular Data Florida Case Study This tutorial will introduce you to the following: Identifying Attribute Data Sources for Health Data Converting Tabular Data into Usable Databases

More information

Quick Start : i-fax User Guide

Quick Start : i-fax User Guide Quick Start : i-fax User Guide Introduction Welcome to the i-fax System User Guide! This manual will help new users navigate i-fax System and perform common tasks. This manual is task-oriented. You will

More information

Microarray Data Analysis. A step by step analysis using BRB-Array Tools

Microarray Data Analysis. A step by step analysis using BRB-Array Tools Microarray Data Analysis A step by step analysis using BRB-Array Tools 1 EXAMINATION OF DIFFERENTIAL GENE EXPRESSION (1) Objective: to find genes whose expression is changed before and after chemotherapy.

More information

Introduction to Microsoft Access 2007

Introduction to Microsoft Access 2007 Introduction to Microsoft Access 2007 Introduction A database is a collection of information that's related. Access allows you to manage your information in one database file. Within Access there are four

More information

Aeries Student Information System Attendance Notes October 3, 2008

Aeries Student Information System Attendance Notes October 3, 2008 Aeries Student Information System Attendance Notes October 3, 2008 The Attendance Notes will give schools the ability to store Attendance Notes within Aeries from the Period and Daily Attendance form.

More information

HART Demo Installation Guide

HART Demo Installation Guide HART Demo Installation Guide Demo Version 1.0 Page 1 of 17 Table of Content Demo Version 1.0... 1 Introduction... 3 Hardware/Software Specifications... 3 Installation Guide General Overview... 4 Installers

More information

SPSS Workbook 1 Data Entry : Questionnaire Data

SPSS Workbook 1 Data Entry : Questionnaire Data TEESSIDE UNIVERSITY SCHOOL OF HEALTH & SOCIAL CARE SPSS Workbook 1 Data Entry : Questionnaire Data Prepared by: Sylvia Storey s.storey@tees.ac.uk SPSS data entry 1 This workbook is designed to introduce

More information

Welcome to EMP Monitor (Employee monitoring system):

Welcome to EMP Monitor (Employee monitoring system): Welcome to EMP Monitor (Employee monitoring system): Overview: Admin End. User End. 1.0 Admin End: Introduction to Admin panel. Admin panel log in. Introduction to UI. Adding an Employee. Getting and editing

More information

Statgraphics Getting started

Statgraphics Getting started Statgraphics Getting started The aim of this exercise is to introduce you to some of the basic features of the Statgraphics software. Starting Statgraphics 1. Log in to your PC, using the usual procedure

More information

Queries Requiring Two Tables

Queries Requiring Two Tables Queries Requiring Two Tables Significant in the PayMaster database is the use of a separate table to list the towns employees reside (live.) By using a separate table for commonly entered data, the Relational

More information

CHAPTER 6: ANALYZE MICROSOFT DYNAMICS NAV 5.0 DATA IN MICROSOFT EXCEL

CHAPTER 6: ANALYZE MICROSOFT DYNAMICS NAV 5.0 DATA IN MICROSOFT EXCEL Chapter 6: Analyze Microsoft Dynamics NAV 5.0 Data in Microsoft Excel CHAPTER 6: ANALYZE MICROSOFT DYNAMICS NAV 5.0 DATA IN MICROSOFT EXCEL Objectives The objectives are: Explain the process of exporting

More information

Microsoft Publisher 2010: Web Site Publication

Microsoft Publisher 2010: Web Site Publication Microsoft Publisher 2010: Web Site Publication Application Note Team 6 Darci Koenigsknecht November 14, 2011 Table of Contents ABSTRACT... 3 INTRODUCTION... 3 KEYWORDS... 3 PROCEDURE... 4 I. DESIGN SETUP...

More information

Frozen Robust Multi-Array Analysis and the Gene Expression Barcode

Frozen Robust Multi-Array Analysis and the Gene Expression Barcode Frozen Robust Multi-Array Analysis and the Gene Expression Barcode Matthew N. McCall October 13, 2015 Contents 1 Frozen Robust Multiarray Analysis (frma) 2 1.1 From CEL files to expression estimates...................

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

Custom Reporting Basics for ADP Workforce Now. Automatic Data Processing, LLC ES Canada

Custom Reporting Basics for ADP Workforce Now. Automatic Data Processing, LLC ES Canada Custom Reporting Basics for ADP Workforce Now Automatic Data Processing, LLC ES Canada ADP s Trademarks The ADP Logo, ADP, ADP Workforce Now and IN THE BUSINESS OF YOUR SUCCESS are registered trademarks

More information

Apple - Purchasing and Deploying New Apps

Apple - Purchasing and Deploying New Apps Apple - Purchasing and Deploying New Apps These notes describe how you purchase and deploy apps to Apple Devices following the process below: Pages 1 & 2 Purchase the required Volume Licenses Action by

More information

Charter Business Phone. Online Control Panel Getting Started Guide. Document Version 1.0

Charter Business Phone. Online Control Panel Getting Started Guide. Document Version 1.0 Charter Business Phone Online Control Panel Getting Started Guide Document Version 1.0 Table of Contents 1 About This Guide...4 2 Overview...5 2.1 Online Control Panel and Call Manager... 5 3 Manual and

More information

Changing lives. Making a difference. etime. Duration Hourly and Exempt Staff Training Manual

Changing lives. Making a difference. etime. Duration Hourly and Exempt Staff Training Manual Changing lives. Making a difference. etime Duration Hourly and Exempt Staff Training Manual Overview Experience Works is moving to an automated time entry system called etime. etime will: Eliminate paper

More information

Upgrade of Business Systems Data Warehouse Reporting

Upgrade of Business Systems Data Warehouse Reporting Upgrade of Business Systems Data Warehouse Reporting The Business Systems Data Warehouse Reporting System was upgraded to a new version of Business Objects the weekend of December 12 th. The current system

More information

Creating an Event Registration Web Page with Special Features using regonline Page 1

Creating an Event Registration Web Page with Special Features using regonline Page 1 Creating an Event Registration Web Page with Special Features using regonline 1. To begin, enter www.regonline.com in your browser s address bar. A red arrow on each screen shot shows you where to place

More information

Monthly Payroll to Finance Reconciliation Report: Access and Instructions

Monthly Payroll to Finance Reconciliation Report: Access and Instructions Monthly Payroll to Finance Reconciliation Report: Access and Instructions VCU Reporting Center... 2 Log in... 2 Open Folder... 3 Other Useful Information: Copying Sheets... 5 Creating Subtotals... 5 Outlining

More information

EBOX Digital Content Management System (CMS) User Guide For Site Owners & Administrators

EBOX Digital Content Management System (CMS) User Guide For Site Owners & Administrators EBOX Digital Content Management System (CMS) User Guide For Site Owners & Administrators Version 1.0 Last Updated on 15 th October 2011 Table of Contents Introduction... 3 File Manager... 5 Site Log...

More information

USING MYWEBSQL FIGURE 1: FIRST AUTHENTICATION LAYER (ENTER YOUR REGULAR SIMMONS USERNAME AND PASSWORD)

USING MYWEBSQL FIGURE 1: FIRST AUTHENTICATION LAYER (ENTER YOUR REGULAR SIMMONS USERNAME AND PASSWORD) USING MYWEBSQL MyWebSQL is a database web administration tool that will be used during LIS 458 & CS 333. This document will provide the basic steps for you to become familiar with the application. 1. To

More information

Health Indicators Advancing Healthy Aging in Your Community. Database Instructions for Managers

Health Indicators Advancing Healthy Aging in Your Community. Database Instructions for Managers Health Indicators Advancing Healthy Aging in Your Community Database Instructions for Managers Getting to the Database Website You can access the Health Indicators online database in two different ways.

More information

IST 195 Lab 11: MS Access

IST 195 Lab 11: MS Access Title of lab: Microsoft Access 2010 IST 195 Lab 11: MS Access Learning goal: Databases are collections of information, and database programs are designed to maintain data in structured tables. In this

More information

GUIDE FOR SORTING RX HISTORY REPORTS IN MICROSOFT EXCEL

GUIDE FOR SORTING RX HISTORY REPORTS IN MICROSOFT EXCEL GUIDE FOR SORTING RX HISTORY REPORTS IN MICROSOFT EXCEL 1. Log in to your INSPECT WebCenter Account. 2. Go to the Requests tab on the left, and select New Request. 3. Select Practitioner from the drop-down

More information

Overview of Kronos iseries Manager

Overview of Kronos iseries Manager REVISED: 10/07/2013 Table of Contents OVERVIEW OF KRONOS ISERIES MANAGER... 3 LOGGING INTO KRONOS... 4 TIME LIMIT... 5 CHANGING YOUR PASSWORD... 6 UNDERSTANDING THE DISPLAY... 7 GENIE VIEWS... 8 Hours

More information

Great! You sold some Lexmark devices. Now you need to file for the associated rebates.

Great! You sold some Lexmark devices. Now you need to file for the associated rebates. Great! You sold some Lexmark devices. Now you need to file for the associated rebates. How do you do that today? Fill out a spreadsheet, email it to someone at Lexmark and wait How do you know if they

More information

ARKANSAS TECH UNIVERSITY. BlackBoard 9.1 FAQs. For Faculty. Summer 2014

ARKANSAS TECH UNIVERSITY. BlackBoard 9.1 FAQs. For Faculty. Summer 2014 ARKANSAS TECH UNIVERSITY BlackBoard 9.1 FAQs For Faculty Summer 2014 Introduction This documentation is intended for faculty to provide assistance with some of the most-common problems regarding BlackBoard

More information