TUTORIAL. HCS- Tools + Scripting Integrations

Size: px
Start display at page:

Download "TUTORIAL. HCS- Tools + Scripting Integrations"

Transcription

1 TUTORIAL HCS- Tools + Scripting Integrations

2 HCS- Tools... 3 Setup... 3 Task and Data ) Data Input Opera Reader ) Meta data integration Expand barcode ) Meta data integration Join Layout ) Visualization Plate Viewer ) Normalization Normalize Plates (POC) ) Quality Control SSMD (PC x NC) ) Reshape table Pivoting ) Filter dataset Row Splitter ) Reshape table Pivoting ) Utilities Range Splitter ) Normalization Normalize Plates (Z- score) ) Filtering - Reference Row Filter ) Filtering Row Filter ) Filtering Row Filter ) Utilities Range Filter (R) Scripting Integration Setup Task ) Use templates R Snippet ) Use templates R Plot ) How to use flow variables ) Writing templates... 39

3 HCS- Tools Setup Update- Site Location (nightly build) contributions/nightly Preferences (HCS- Tools) Minimal number of samples required to calculate the mean or median Minimal number of samples required to calculate variance or MAD... at least [x] samples per group should be present to provide a descent estimate of the statistic important for normalization and QC nodes less samples will result in a warning Scaling factor for MAD statistic set to the factor proposed for normal distributed data Barcode patterns regular expressions (separated by ; ) which describes a barcode standard used for Expand Barcode node to automatically retrieve meta data from the barcode, and Plate Viewer node possible placeholders: projectcode, libcode, libnumber, date, replicate, assay, description, concentration, concunit, timepoint, customa, customb, customc, custom

4 Example regex for barcode: (?<libplatenumber>[0-9]{3}) (?<projectcode>[a- z]{2}) (?<date>[0-9]{6}) (?<replicate>[a- z]{1})- (?<libcode>[_a- z\d]{3}) (?<assay>[- _\s\w\d]*) Preferences (Knime Helpers) Data example resources Semicolon separates list of text file URLs which contain references to a set of.table files (exported tables from KNIME) Task and Data RNAi screen has been performed with a stable cell line. Cells were fixed and stained Nuclei and cytoplasm staining Marker 1 and Marker 2 39 x 384- well plates Results from an image analysis (Acapella) of images taken by the Opera - an automated confocal microscope from PerkinElmer Each RES- file (XML- format) contains the results of one 384 well plate Measurements Number of cells in the well Several quality control measurements (intensities of different channels) The Layout is given as an Excel- sheet

5 An Excel- sheet of a certain format provides information on the treatment Positive Transfection Controls (Tox1, Tox, Tox3) Negative Controls (Mock, Untreated) RNAi library Big goal: Extract RNAi s which are not toxic but show a significant increase of the signals in both marker channels Step by step Data Input: Load the raw data Metadata integration: Add meta data from both barcode and layout Visualization: o Inspect data visually o Strength of cell number reduction for transfection controls seems to be different, has to be quantified o Readouts show a plate to plate variation Quality control: o Did the transfection work well? o well = at least 80% transfection efficiency Normalization: o Plate wise normalization / Percent of control (POC) o plate data has to be normalized on the Mock wells o two effects: o Mock wells will be centered around 100% (eliminates plate wise variation) o Transfection controls are represented as percentage which makes it easy to judge about transfection efficiency Quality Control: o SSMD o Measure of how well positive control and negative control are separated from each other. It s better interpretable than z prime factor Filtering: o Remove all screening plate where none of the transfection controls shows an efficiency < 80 % o keep, if at least on transfection control has less then 20% cells Normalization for hit selection and filter criteria: o consider only wells with a cell number comparable to Mock o ( comparable = standard deviation away from the median) o consider wells which show more than 2 standard deviation increase of both marker channel signals o Z- score normalization of the whole screen based on Mock o centralize Mock values around 0 with standard deviation 1

6

7 1) Data Input Opera Reader Where to find this node? HCS Tools IO How to configure the node? Click on the Button Select Files or Directory and select the folder containing the Opera result files Result files are located in you workflow folder [Path to your workspace]/hcs- Tools- Tutorial/data/OperaExampleData/ Note: If a folder is selected, subfolders will be searched recursively for Opera result files. Otherwise, single or multiple files within a folder can be selected. What does the output table contain? Table contains well based image analysis results of a set of screening plates and the corresponding metadata (barcode, well position, acquisition time)

8 2) Meta data integration Expand barcode Where to find this node? HCS Tools Utilities How to configure the node? Select the column which contains the plate barcode How does it work? The barcode string of each row will be matched against all patterns given by the regular expressions in the preferences of HCS- Tools Each placeholder (see preferences) of the matching pattern then will result in a column

9 What does the output table contain? The table contains as much additional columns as there are placeholders from the corresponding barcode pattern. 3) Meta data integration Join Layout Where to find this node? HCS Tools Utilities How to configure the node? Click on the Button Browse and select the Excel file containing the plate layout

10 [Path to your workspace]/hcs- Tools- Tutorial/data/Join_Layout_for_KNIME_HCStools_Example.xls Note: The node can read XLS files as well as XLSX files. It s important that the name of the Excel sheet containing the layout information is set correctly in the text field Sheet name How does it work? The Excel sheet has to follow some rules: The layout has to be in a plate format (matrix of plate rows and plate columns) There can be as much layouts as needed but layout names have to be unique and their format has to be the same Row 1-4 can contain comments (ignored by the node) The first layout starts at cell C5 with the layout name Row 6 has to contain the plate column header (1,2,3,4, ) Column C has to contain the plate row header (A,B,C, ) The node reads all plate formats After the every layout two empty rows have to be inserted before the next layout starts (layout name, row and column header, content) Formatting (colors, fonts, borders, ) supports readability of the Excel sheet and will be ignored by the node

11 What does the output table contain? The table contains as much additional columns as there are layouts in the Excel sheet.

12 4) Visualization Plate Viewer Where to find this node? HCS Tools Data Views How to configure the node? There are three tabs to configure! Readouts tab: Select ( Include ) the columns containing the numerical measurements

13 Factors tab: Select ( Include ) the columns containing meta data (assay,, concentration, left_right, top_bottom, inner_outer) Plate Defintion tab: It s already configured correctly if the table contains columns named barcode, platerow and platecolumn What does the node view ScreenExplorer show? The view shows plate heatmaps of the selected readout Note: Color scale is applied globally not plate wise

14 Play around: Select different readouts Select different overlays, they show color coded layout information. The color legend is available in Options > Show overlay legend Filter plates by a search string (e.g. CON or 003 ) Select transfection as overlay and then activate Options > Hide most frequent overlay A double click on one plate opens a single plate view Play around: Enlarge the window until you can see the labels of the overlay (overlay has to be selected before) Move your mouse cursor over the wells the see a little window with all readout values for the current well

15 Double click on wells opens these windows permanently What does the output table contain? Unmodified input table 5) Normalization Normalize Plates (POC) Where to find this node? HCS Tools Normalization How to configure the node? Group wells by barcode Select ( Include ) some readouts which should be normalized Select the column transfection as treatment attribute Select Mock as the reference treatment you would like to normalize on

16 How does it work? The input table is split into subsets of data according to the grouping column. In this example each subset will contain the data of one plate. For each subset all data points (rows) are selected which are labeled with Mock in the transfection column (the Mock wells of the plate). For each selected readout the median of these wells is calculated. Then each data point of the plate is POC normalized with these median values. The result will be a percentage. What does the output table contain? For each selected readout will be an additional column with the suffix.poc 6.1) Quality Control SSMD (PC x NC) Where to find this node? HCS Tools Quality Control How to configure the node? Select the column transfection as treatment attribute Select Tox1, Tox2 and Tox3 as positive controls Select Untreated and Mock as negative controls Select ( Include ) Number of Cells as readout

17 How does it work? The input table is split into subsets of data according to the grouping column. In this example each subset will contain the data of one plate. Within each plate the SSMD values for each readout and on all combinations of positive and negative controls are calculated. In our example the SSMD value of the Number of cells will be calculated for the following combinations: Positive Control Tox1 Tox1 Tox2 Tox2 Tox3 Tox3 Negative Control Mock Untreated Mock Untreated Mock Untreated

18 What does the output table contain? The table contains the three columns barcode (grouping column), Positive Control and Negative Control as a unique combination for the SSMD value of the Number of Cells (last column) 6.2) Reshape table Pivoting Purpose Each plate should show all SSMD- values in a row (easier to read) How to configure the node? Groups tab: Select ( Include ) column barcode

19 Pivots tab: Select ( Include ) columns Positive Control and Negative Control Options tab: Select column Number of Cells and use Mean as aggregation method Keep original column names

20 7.1) Filter dataset Row Splitter Purpose Extract all transfection controls (labeled as Tox ) How to configure the node? Select transfection as column to test Use pattern matching (check contains wild cards!) Pattern: Tox*

21 7.2) Reshape table Pivoting Purpose The result table should contain for each plate one row which shows the mean of POC normalized values of the cell count for each transfection control How to configure the node? Groups tab: Select ( Include ) column barcode Pivots tab: Select ( Include ) column transfection Options tab: Select column Number of Cells.poc and use Mean as aggregation method

22 What does the output table contain? 7.3) Utilities Range Splitter Where to find this node? HCS Tools Data Manipulation Row Filter How to configure the node? Lower bound is set to 0 and upper bound is set to 20 Rows match if at least one value is in range Select ( Include ) all numeric columns available

23 How does it work? For each row the values of all chosen column are checked whether they fall in the given range. If this is true for at least one colum, the row is kept, otherwise it is discarded What does the output table contain? The output consists of two tables The table keep now contains all plates (43) where at least one transfection control showed a cell number decrease (maximal 20% of the negative control) The table discard contains the remaining plates (3)

24 8) Normalization Normalize Plates (Z- score) Where to find this node? HCS- Tools Normalization How to configure the node? Group wells by project code Select ( Include ) the POC- normalized readouts Select the column transfection as treatment attribute Select Mock as the reference treatment you would like to normalize on How does it work? The input table is split into subsets of data according to the grouping column. In this example each subset will contain the data of all plates (so it s not a subset at all but the whole dataset).

25 For each subset all data points (rows) are selected which are labeled with Mock in the transfection column (the Mock wells of all plates). For each selected readout the median of these wells is calculated. Then each data point is POC normalized with these median values. The result will be a factor, which expresses how many standard deviations the data point is away from the reference. What does the output table contain? For each selected readout will be an additional column with the suffix.zscore 9.1) Filtering - Reference Row Filter Purpose Exclude all plates with bad transfection efficiency How to configure the node? Select the column barcode for both data table and reference table

26 9.2) Filtering Row Filter Purpose Extract all library wells How to configure the node? Select transfection as column to test Use pattern matching Pattern: library

27 9.3) Filtering Row Filter Purpose Extract all wells whose cell numbers are comparable to Mock wells ( standard deviation away) to eliminate toxic and proliferating treatments How to configure the node? Select Number of Cells.poc.zscore as column to test Use range checking with lower bound and upper bound 0.5

28 10) Utilities Range Filter Where to find this node? HCS Tools Data Manipulation Row Filter How to configure the node? Lower bound is set to 2.0 and upper bound is set to Infinity Rows match if values are in range for all columns Select ( Include ) the columns containing the z- score normalized values for both marker channel signals

29 How does it work? For each row the values of all both columns are checked whether they fall in the given range. If this is true for both columns, the row is kept, otherwise it is discarded What does the output table contain? The wells, which are considered as our hits! Congratulation! You are done!

30 (R) Scripting Integration Setup Update- Site Location (nightly build) contributions/nightly Preferences (R scripting) The host where Rserve is running Host name or IP address The port on which Rserve is listening Port number (standard 6311) Repaint on resize If the view window is resized the plot can be created again to avoid an interpolation of the picture Snippet template resource List of snippet template URLs (can also be local files), which can be enabled or disabled Plot template resource List of plot template URLs (can also be local files), which can be enabled or disabled Location of the local R installation Used by OpenInR

31 Task

32 1) Use templates R Snippet Where to find this node? R Scripting R Snippet How to configure the node? Select the Templates tab In the template tree view browse to the snippet Shapiro- Wilk Normality Test (QQ- Plot)

33 Click Use this template and the tab will automatically change to Script Editor with the template view. Now the template itself can be configured. Select the columns containing the POC- normalized readouts.

34 How it works? The template contains an R- script that is initialized with the configuration of the user. Both the script and the input table are sent to the R- server. There, the script is executed and the result data frame is sent back and converted into an output KNIME table. What does the output table contain? Whatever the R snippet returns. In this example, it contains the result of the Shapiro- Wilk test for every parameter.

35 2) Use templates R Plot Where to find this node? R Scripting R Snippet How to configure the node? Select the Templates tab In the template tree view browse to the template QQ- Plot Grid Click Use this template and the tab will automatically change to Script Editor with the template view. Now the template itself can be configured. Select the columns containing the POC- normalized readouts.

36 How it works? The data transfer follows the same concept as for the snippet node. Instead of a table, the server returns a picture of the given dimensions and type (JPEG or PNG) defined in the Output Options tab. What does the node view show? It displays the returned picture of the R plot. What does the output port contain? It s a KNIME image port containing the R plot

37 3) How to use flow variables 3.1 Column List Loop Start Select all POC- normalized readouts The flow variable is named currentcolumnname 3.2 R Plot Use the script editor tab to enter the following R script var <- "FLOWVAR(currentColumnName)" plot(density(kin[,var]), main = var) Use the Output Options tab Set image dimensions to 500 x 500 Select a path and filename containing the current flow variable value Check Overwrite existing file How it works? The placeholder FLOWVAR(currentColumnName) is replaced by the actual value of this flow variable before the script is sent to the server The same replacement takes place for the output file name.

38 Image to table The node puts the R plot into a table cell Variable to table column Select the currentcolumnname to add the readout name to the image in the table Loop end It s time to run the loop and don t forget to look at the output folder which should contain 5 different PNG files after execution.

39 4) Writing templates Main architecture RGG- XML contains the description of the user interface as well as the script itself <rgg> some interface elements definitions <![CDATA[ R- script ]]> </rgg> The syntax of several elements can be found at forge.r- project.org/ Additionally the scripting integrations contains the column selection element <panellistbox label="label" items="item1,item2,item3" span="full"/> And the scripting integrations provide some placeholders $$$NUM_ATTRIBUTES$$$ - for all numeric columns $$$STR_ATTRIBUTES$$$ - for all string columns $$$ALL_ATTRIBUTES$$$ - for all columns The placeholders are replaced by a comma separated list of the column names Example: <panellistbox label="parameters of interest" items="$$$num_attributes$$$" span="full"/> would create this interface: Note: the label of each element has t be unique! Example template Take an R Plot node Select any template; say Use this template Open the template editor window by clicking Edit template

40 <rgg> Delete everything and add the following template code <!--1. Title and short description --> <h3 text="normal distributed data" aligment="center" span="full"/> <separator label="description" span="full"/> <labelarea span="full">snippet creates normal distributed data with mean and standard deviation taken from the estimates of a numeric column of the input table </labelarea> <gaprow height="1"/> <!-- 2. Configuration--> <separator label="options" span="full"/> <gaprow height="2"/> #1. Parameter selection <group> <combobox var = "selectedcolumn" label = "Select a column" items = "$$$NUM_ATTRIBUTES$$$"/> n = as.numeric(c(<textfield label="number of datapoints" datatype="number" default-value = "100" size="5"/>)) </group> <![CDATA[ meanvalue <- mean(kin[,selectedcolumn]) sdvalue <- sd(kin[,selectedcolumn]) rout <- data.frame(data = rnorm(n, meanvalue, sdvalue)) hist(rout$data) ]]> </rgg> Congratulation! You are done!

Multiple Usage of KNIME in a Screening Laboratory Environment

Multiple Usage of KNIME in a Screening Laboratory Environment Multiple Usage of KNIME in a Screening Laboratory Environment KNIME UGM Zürich, 02.02.2012 Marc Bickle HT-TDS, MPI-CBG Outline Presentation of TDS Our problem: large complex datasets KNIME as data mining

More information

HCS Tools Scripting Integration. Antje Niederlein Technology Development Studio / MPI-CBG Dresden

HCS Tools Scripting Integration. Antje Niederlein Technology Development Studio / MPI-CBG Dresden HCS Tools Scripting Integration Antje Niederlein Technology Development Studio / MPI-CBG Dresden Who we are Screening service for academic laboratories Cells, model organisms RNAi, chemical screens Assay

More information

Survey Design, Distribution & Analysis Software. professional quest. Whitepaper Extracting Data into Microsoft Excel

Survey Design, Distribution & Analysis Software. professional quest. Whitepaper Extracting Data into Microsoft Excel Survey Design, Distribution & Analysis Software professional quest Whitepaper Extracting Data into Microsoft Excel WHITEPAPER Extracting Scoring Data into Microsoft Excel INTRODUCTION... 1 KEY FEATURES

More information

Overview. Experiment Specifications. This tutorial will enable you to

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

More information

Solo 4.6 Release Notes

Solo 4.6 Release Notes June9, 2017 (Updated to include Solo 4.6.4 changes) Solo 4.6 Release Notes This release contains a number of new features, as well as enhancements to the user interface and overall performance. Together

More information

GoTo [ File ] [ Import KNIME workflow ] Select archive file: and import the CountNuclei.zip example workflow.

GoTo [ File ] [ Import KNIME workflow ] Select archive file: and import the CountNuclei.zip example workflow. Manual KNIME Image Processing :: First steps This manual aims to provide first insights in KNIME Image Processing. The image processing workflow Count nuclei is described in detail and can be downloaded

More information

cief Data Analysis Chapter Overview Chapter 12:

cief Data Analysis Chapter Overview Chapter 12: page 285 Chapter 12: cief Data Analysis Chapter Overview Analysis Screen Overview Opening Run Files How Run Data is Displayed Viewing Run Data Data Notifications and Warnings Checking Your Results Group

More information

Release notes SPSS Statistics 20.0 FP1 Abstract Number Description

Release notes SPSS Statistics 20.0 FP1 Abstract Number Description Release notes SPSS Statistics 20.0 FP1 Abstract This is a comprehensive list of defect corrections for the SPSS Statistics 20.0 Fix Pack 1. Details of the fixes are listed below under the tab for the respective

More information

BD Lyoplate Human Screen Analysis Instructions For analysis using FCS Express or FlowJo and heatmap representation in Excel 2007

BD Lyoplate Human Screen Analysis Instructions For analysis using FCS Express or FlowJo and heatmap representation in Excel 2007 BD Biosciences Technical Resources Page 1 For use with the BD Lyoplate Human Cell Surface Marker Screening Panel (Cat. No. 560747). Please check that your catalog numbers for the FCS Express Excel templates

More information

Flowlogic. User Manual Version GraphLogic: Developed by scientists, for scientists. Graphing and Statistical Analysis.

Flowlogic. User Manual Version GraphLogic: Developed by scientists, for scientists. Graphing and Statistical Analysis. Flowlogic Flow Cytometry Analysis Software Developed by scientists, for scientists User Manual Version 7.2.1 GraphLogic: Graphing and Statistical Analysis www.inivai.com TABLE OF CONTENTS GraphLogic Graphing

More information

How to use Pivot table macro

How to use Pivot table macro How to use Pivot table macro Managing Pivot Tables Table Filter and Charts for Confluence add-on allows you to summarize your table data and produce its aggregated view in the form of a pivot table. You

More information

Microsoft Excel Level 2

Microsoft Excel Level 2 Microsoft Excel Level 2 Table of Contents Chapter 1 Working with Excel Templates... 5 What is a Template?... 5 I. Opening a Template... 5 II. Using a Template... 5 III. Creating a Template... 6 Chapter

More information

TraceFinder Analysis Quick Reference Guide

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

More information

Introduction to R Commander

Introduction to R Commander Introduction to R Commander 1. Get R and Rcmdr to run 2. Familiarize yourself with Rcmdr 3. Look over Rcmdr metadata (Fox, 2005) 4. Start doing stats / plots with Rcmdr Tasks 1. Clear Workspace and History.

More information

CSV Roll Documentation

CSV Roll Documentation CSV Roll Documentation Version 1.1 March 2015 INTRODUCTION The CSV Roll is designed to display the contents of a Microsoft Excel worksheet in a Breeze playlist. The Excel worksheet must be exported as

More information

Technology Development Studio (TDS) MPI-CBG, Dresden, Germany. Marc Bickle HT-TDS, MPI-CBG

Technology Development Studio (TDS) MPI-CBG, Dresden, Germany. Marc Bickle HT-TDS, MPI-CBG Technology Development Studio (TDS) MPI-CBG, Dresden, Germany Marc Bickle HT-TDS, MPI-CBG TDS: Core Screening Facility Core Screening facility of the MPI-CBG specialized in high content imaging (es 2003)

More information

Error-Bar Charts from Summary Data

Error-Bar Charts from Summary Data Chapter 156 Error-Bar Charts from Summary Data Introduction Error-Bar Charts graphically display tables of means (or medians) and variability. Following are examples of the types of charts produced by

More information

Using Reports and Graphs

Using Reports and Graphs Using Reports and Graphs Information in this section explains how to generate and use PCS Axis reports and graphs. The information is intended for PCS Axis users with SysAdmin, User, and Read Only user

More information

CenterStone. Reports User Guide. Manhattan Software Inc. World Leading Real Estate, Asset & Facilities Management Software.

CenterStone. Reports User Guide. Manhattan Software Inc. World Leading Real Estate, Asset & Facilities Management Software. CenterStone Reports User Guide Version 1 Manhattan Software Inc. World Leading Real Estate, Asset & Facilities Management Software The information contained herein is the property of Manhattan Software,

More information

SAS Visual Analytics 8.2: Working with Report Content

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

More information

SIVIC GUI Overview. SIVIC GUI Layout Overview

SIVIC GUI Overview. SIVIC GUI Layout Overview SIVIC GUI Overview SIVIC GUI Layout Overview At the top of the SIVIC GUI is a row of buttons called the Toolbar. It is a quick interface for loading datasets, controlling how the mouse manipulates the

More information

OpenForms360 Validation User Guide Notable Solutions Inc.

OpenForms360 Validation User Guide Notable Solutions Inc. OpenForms360 Validation User Guide 2011 Notable Solutions Inc. 1 T A B L E O F C O N T EN T S Introduction...5 What is OpenForms360 Validation?... 5 Using OpenForms360 Validation... 5 Features at a glance...

More information

BusinessObjects Frequently Asked Questions

BusinessObjects Frequently Asked Questions BusinessObjects Frequently Asked Questions Contents Is there a quick way of printing together several reports from the same document?... 2 Is there a way of controlling the text wrap of a cell?... 2 How

More information

Working with Charts Stratum.Viewer 6

Working with Charts Stratum.Viewer 6 Working with Charts Stratum.Viewer 6 Getting Started Tasks Additional Information Access to Charts Introduction to Charts Overview of Chart Types Quick Start - Adding a Chart to a View Create a Chart with

More information

Formatting Values. 1. Click the cell(s) with the value(s) to format.

Formatting Values. 1. Click the cell(s) with the value(s) to format. Formatting Values Applying number formatting changes how values are displayed it doesn t change the actual information. Excel is often smart enough to apply some number formatting automatically. For example,

More information

SmartView. User Guide - Analysis. Version 2.0

SmartView. User Guide - Analysis. Version 2.0 SmartView User Guide - Analysis Version 2.0 Table of Contents Page i Table of Contents Table Of Contents I Introduction 1 Dashboard Layouts 2 Dashboard Mode 2 Story Mode 3 Dashboard Controls 4 Dashboards

More information

Gwenview User Manual. Aurélien Gâteau Christopher Martin Henry de Valence

Gwenview User Manual. Aurélien Gâteau Christopher Martin Henry de Valence Aurélien Gâteau Christopher Martin Henry de Valence 2 Contents 1 Introduction 5 1.1 What is Gwenview..................................... 5 2 The Interface 6 2.1 Start Page..........................................

More information

MRMPROBS tutorial. Hiroshi Tsugawa RIKEN Center for Sustainable Resource Science

MRMPROBS tutorial. Hiroshi Tsugawa RIKEN Center for Sustainable Resource Science MRMPROBS tutorial Edited in 2014/10/6 Introduction MRMPROBS is a tool for the analysis of data from multiple reaction monitoring (MRM)- or selected reaction monitoring (SRM)-based metabolomics studies.

More information

Tips & Tricks: MS Excel

Tips & Tricks: MS Excel Tips & Tricks: MS Excel 080501.2319 Table of Contents Navigation and References... 3 Layout... 3 Working with Numbers... 5 Power Features... 7 From ACS to Excel and Back... 8 Teacher Notes: Test examples

More information

PhenoRipper Documentation

PhenoRipper Documentation PhenoRipper Documentation PhenoRipper Installation Windows We provide 32 bits and 64 bits installers. Choose the one that corresponds to your operating system, double click on it and follow the installer

More information

How to set up a local root folder and site structure

How to set up a local root folder and site structure Activity 2.1 guide How to set up a local root folder and site structure The first thing to do when creating a new website with Adobe Dreamweaver CS3 is to define a site and identify a root folder where

More information

Biology 345: Biometry Fall 2005 SONOMA STATE UNIVERSITY Lab Exercise 2 Working with data in Excel and exporting to JMP Introduction

Biology 345: Biometry Fall 2005 SONOMA STATE UNIVERSITY Lab Exercise 2 Working with data in Excel and exporting to JMP Introduction Biology 345: Biometry Fall 2005 SONOMA STATE UNIVERSITY Lab Exercise 2 Working with data in Excel and exporting to JMP Introduction In this exercise, we will learn how to reorganize and reformat a data

More information

Quark XML Author October 2017 Update for Platform with Business Documents

Quark XML Author October 2017 Update for Platform with Business Documents Quark XML Author 05 - October 07 Update for Platform with Business Documents Contents Getting started... About Quark XML Author... Working with the Platform repository...3 Creating a new document from

More information

Regexator. User Guide. Version 1.3

Regexator. User Guide. Version 1.3 Regexator User Guide Version 1.3 Regexator User Guide C O N T E N T S 1 INTRODUCTION 5 1.1 Main Window 5 1.2 Regex Categories 6 1.3 Switcher 6 1.4 Tab Reordering 6 2 PROJECT EXPLORER 7 2.1 Project 7 2.2

More information

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

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

More information

MasterPlex ReaderFit TUTORIAL

MasterPlex ReaderFit TUTORIAL TUTORIAL MasterPlex ReaderFit A H I T A C H I S O F T W A R E C O M P A N Y For Research Use Only 601 Gateway Blvd. Suite 100 South San Francisco, CA 94080 TELEPHONE 1.888.615.9600 (toll free) 1.650.615.7600

More information

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

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

More information

Excel 2013 for Beginners

Excel 2013 for Beginners Excel 2013 for Beginners Class Objective: This class will familiarize you with the basics of using Microsoft Excel. Class Outline: Introduction to Microsoft Excel 2013... 1 Microsoft Excel...2-3 Getting

More information

All About PlexSet Technology Data Analysis in nsolver Software

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

More information

Rich Text Editor Quick Reference

Rich Text Editor Quick Reference Rich Text Editor Quick Reference Introduction Using the rich text editor is similar to using a word processing application such as Microsoft Word. After data is typed into the editing area it can be formatted

More information

Lastly, in case you don t already know this, and don t have Excel on your computers, you can get it for free through IT s website under software.

Lastly, in case you don t already know this, and don t have Excel on your computers, you can get it for free through IT s website under software. Welcome to the EASE workshop series, part of the STEM Gateway program. Before we begin, I want to make sure we are clear that this is by no means meant to be an all inclusive class in Excel. At each step,

More information

Agilent MassHunter Workstation Software Report Designer Add-in

Agilent MassHunter Workstation Software Report Designer Add-in Agilent MassHunter Workstation Software Report Designer Add-in Quick Start Guide What is the Agilent MassHunter Workstation Software Report Designer Add-in? 2 Report Designer UI elements 3 Getting Started

More information

GETTING STARTED. A Step-by-Step Guide to Using MarketSight

GETTING STARTED. A Step-by-Step Guide to Using MarketSight GETTING STARTED A Step-by-Step Guide to Using MarketSight Analyze any dataset Run crosstabs Test statistical significance Create charts and dashboards Share results online Introduction MarketSight is a

More information

USER GUIDE MADCAP FLARE Topics

USER GUIDE MADCAP FLARE Topics USER GUIDE MADCAP FLARE 2018 Topics Copyright 2018 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software described in this document is furnished

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

Excel Tutorial 2: Formatting Workbook Text and Data

Excel Tutorial 2: Formatting Workbook Text and Data Excel Tutorial 2: Formatting Workbook Text and Data Microsoft Office 2013 Objectives Change fonts, font style, and font color Add fill colors and a background image Create formulas to calculate sales data

More information

Homework 1 Excel Basics

Homework 1 Excel Basics Homework 1 Excel Basics Excel is a software program that is used to organize information, perform calculations, and create visual displays of the information. When you start up Excel, you will see the

More information

IMAGE STUDIO LITE. Tutorial Guide Featuring Image Studio Analysis Software Version 3.1

IMAGE STUDIO LITE. Tutorial Guide Featuring Image Studio Analysis Software Version 3.1 IMAGE STUDIO LITE Tutorial Guide Featuring Image Studio Analysis Software Version 3.1 Notice The information contained in this document is subject to change without notice. LI-COR MAKES NO WARRANTY OF

More information

Tutorial. External Application Checks using Excel

Tutorial. External Application Checks using Excel Tutorial External Application Checks using Excel External Application Checks for Excel All information in this document is subject to modification without prior notice. No part or this manual may be reproduced,

More information

Excel R Tips. is used for multiplication. + is used for addition. is used for subtraction. / is used for division

Excel R Tips. is used for multiplication. + is used for addition. is used for subtraction. / is used for division Excel R Tips EXCEL TIP 1: INPUTTING FORMULAS To input a formula in Excel, click on the cell you want to place your formula in, and begin your formula with an equals sign (=). There are several functions

More information

miscript mirna PCR Array Data Analysis v1.1 revision date November 2014

miscript mirna PCR Array Data Analysis v1.1 revision date November 2014 miscript mirna PCR Array Data Analysis v1.1 revision date November 2014 Overview The miscript mirna PCR Array Data Analysis Quick Reference Card contains instructions for analyzing the data returned from

More information

Introduction to Stata: An In-class Tutorial

Introduction to Stata: An In-class Tutorial Introduction to Stata: An I. The Basics - Stata is a command-driven statistical software program. In other words, you type in a command, and Stata executes it. You can use the drop-down menus to avoid

More information

Olink NPX Manager. User Guide

Olink NPX Manager. User Guide Olink NPX Manager User Guide Table of contents INTRODUCTION 3 Process 3 Limitations 3 Requirements for analysis 3 List of abbreviations 3 TO CREATE A HEAT MAP CT CSV FILE 4 OLINK NPX MANAGER STEP BY STEP

More information

This Tutorial is for Word 2007 but 2003 instructions are included in [brackets] after of each step.

This Tutorial is for Word 2007 but 2003 instructions are included in [brackets] after of each step. This Tutorial is for Word 2007 but 2003 instructions are included in [brackets] after of each step. Table of Contents Get Organized... 1 Create the Home Page... 1 Save the Home Page as a Word Document...

More information

GO! with Microsoft PowerPoint 2016 Comprehensive

GO! with Microsoft PowerPoint 2016 Comprehensive GO! with Microsoft PowerPoint 2016 Comprehensive First Edition Chapter 3 Enhancing a Presentation with Animation, Video, Tables, and Charts Learning Objectives Customize Slide Backgrounds and Themes Animate

More information

Spreadsheet and Graphing Exercise Biology 210 Introduction to Research

Spreadsheet and Graphing Exercise Biology 210 Introduction to Research 1 Spreadsheet and Graphing Exercise Biology 210 Introduction to Research There are many good spreadsheet programs for analyzing data. In this class we will use MS Excel. Below are a series of examples

More information

Mail & Deploy Reference Manual. Version 2.0.5

Mail & Deploy Reference Manual. Version 2.0.5 Mail & Deploy Reference Manual Version 2.0.5 Introduction TABLE OF CONTENTS Introduction... 4 General Introduction... 5 Architecture... 6 Server... 6 Repository... 6 Client... 6 Contact Us... 7 Server...

More information

The steps to create Table1 using Microsoft Excel are illustrated on the following pages.

The steps to create Table1 using Microsoft Excel are illustrated on the following pages. Tables can be created in Microsoft Excel in three ways: (1) Simply by typing in the data in the columns and rows of the spread sheet. Then add the appropriate table headings and applying boarders were

More information

What you will learn 2. Converting to PDF Format 15 Converting to PS Format 16 Converting to HTML format 17 Saving and Updating documents 19

What you will learn 2. Converting to PDF Format 15 Converting to PS Format 16 Converting to HTML format 17 Saving and Updating documents 19 What you will learn 2 Creating Text 3 Inserting a CAD Graphic 5 Inserting images from CorelDraw or Designer 8 Inserting Photos or Scanned pages 10 Inserting Objects from Excel or Project 11 Cropping or

More information

Section 4 General Factorial Tutorials

Section 4 General Factorial Tutorials Section 4 General Factorial Tutorials General Factorial Part One: Categorical Introduction Design-Ease software version 6 offers a General Factorial option on the Factorial tab. If you completed the One

More information

course notes quick reference guide

course notes quick reference guide course notes quick reference guide Microsoft Excel 2010 Welcome to Excel 2010 Excel 2010 is the premier spreadsheet application from Microsoft. Excel 2010 makes it easier to analyze data quickly with new

More information

Overview of the Adobe Dreamweaver CS5 workspace

Overview of the Adobe Dreamweaver CS5 workspace Adobe Dreamweaver CS5 Activity 2.1 guide Overview of the Adobe Dreamweaver CS5 workspace You can access Adobe Dreamweaver CS5 tools, commands, and features by using menus or by selecting options from one

More information

Inserting a table plus all related tips on the table

Inserting a table plus all related tips on the table Inserting a table plus all related tips on the table Microsoft Word This would be the quickest way of inserting a table. 1. One click in the location where you wish to insert a table 2. Click the Insert

More information

Multivariate Calibration Quick Guide

Multivariate Calibration Quick Guide Last Updated: 06.06.2007 Table Of Contents 1. HOW TO CREATE CALIBRATION MODELS...1 1.1. Introduction into Multivariate Calibration Modelling... 1 1.1.1. Preparing Data... 1 1.2. Step 1: Calibration Wizard

More information

CSV Files & Breeze User Guide Version 1.3

CSV Files & Breeze User Guide Version 1.3 CSV Files & Breeze User Guide Version 1.3 February 2017 TABLE OF CONTENTS INTRODUCTION... 3 CSV FILES & EXCEL WORKSHEETS... 4 Export in CSV File Format... 6 CSV File Uploader Tool... 8 CSV ROLL WIDGET...

More information

Creating Accessible Excel Tutorial

Creating Accessible Excel Tutorial Creating Accessible Excel Tutorial General Information This helps a screen reader to get a brief view of the worksheet before reading it. 1. Name the worksheet. Double-click on the tab name and type in

More information

addition + =5+C2 adds 5 to the value in cell C2 multiplication * =F6*0.12 multiplies the value in cell F6 by 0.12

addition + =5+C2 adds 5 to the value in cell C2 multiplication * =F6*0.12 multiplies the value in cell F6 by 0.12 BIOL 001 Excel Quick Reference Guide (Office 2010) For your lab report and some of your assignments, you will need to use Excel to analyze your data and/or generate graphs. This guide highlights specific

More information

AgWare ClickFORMS 7.0 Introductory Tutorial

AgWare ClickFORMS 7.0 Introductory Tutorial AgWare ClickFORMS 7.0 Introductory Tutorial MAIN WINDOW If you have used Office 2007, our new layout will look familiar. Here is a screenshot of the new and improved AgWare ClickFORMS window: The Forms

More information

Generating a Custom Bill of Materials

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

More information

Stamina Software Pty Ltd. TRAINING MANUAL Viságe BIT VIEWER

Stamina Software Pty Ltd. TRAINING MANUAL Viságe BIT VIEWER Stamina Software Pty Ltd TRAINING MANUAL Viságe BIT VIEWER Version: 3 31 st October 2011 Viságe BIT Viewer TABLE OF CONTENTS VISÁGE BIT VIEWER... 2 ELEMENTS OF THE VISÁGE BIT VIEWER SCREEN... 3 TITLE...

More information

Creating a Basic Chart in Excel 2007

Creating a Basic Chart in Excel 2007 Creating a Basic Chart in Excel 2007 A chart is a pictorial representation of the data you enter in a worksheet. Often, a chart can be a more descriptive way of representing your data. As a result, those

More information

ADOBE DREAMWEAVER CS4 BASICS

ADOBE DREAMWEAVER CS4 BASICS ADOBE DREAMWEAVER CS4 BASICS Dreamweaver CS4 2 This tutorial focuses on the basic steps involved in creating an attractive, functional website. In using this tutorial you will learn to design a site layout,

More information

EXERCISE: GETTING STARTED WITH SAV

EXERCISE: GETTING STARTED WITH SAV Sequencing Analysis Viewer (SAV) Overview 1 EXERCISE: GETTING STARTED WITH SAV Purpose This exercise explores the following topics: How to load run data into SAV How to explore run metrics with SAV Getting

More information

Quark XML Author September 2016 Update for Platform with Business Documents

Quark XML Author September 2016 Update for Platform with Business Documents Quark XML Author 05 - September 06 Update for Platform with Business Documents Contents Getting started... About Quark XML Author... Working with the Platform repository... Creating a new document from

More information

This Tutorial is for Word 2007 but 2003 instructions are included in [brackets] after of each step.

This Tutorial is for Word 2007 but 2003 instructions are included in [brackets] after of each step. This Tutorial is for Word 2007 but 2003 instructions are included in [brackets] after of each step. Table of Contents Just so you know: Things You Can t Do with Word... 1 Get Organized... 1 Create the

More information

Rockefeller College MPA Excel Workshop: Clinton Impeachment Data Example

Rockefeller College MPA Excel Workshop: Clinton Impeachment Data Example Rockefeller College MPA Excel Workshop: Clinton Impeachment Data Example This exercise is a follow-up to the MPA admissions example used in the Excel Workshop. This document contains detailed solutions

More information

Welcome to Cole On-line Help system!

Welcome to Cole On-line Help system! Welcome to Cole On-line Help system! Cole Online is an Internet based information directory that allows fast and efficient access to demographic information about residences and businesses. You can search

More information

PLA 3.0 MICROSOFT EXCEL DATA ACQUISITION MODULE

PLA 3.0 MICROSOFT EXCEL DATA ACQUISITION MODULE PLA 3.0 MICROSOFT EXCEL DATA ACQUISITION MODULE Version 1.2.0 User Guide PLA 3.0 Microsoft Excel Data Acquisition Module - User Guide COPYRIGHT PLA 3.0 2006-2016 Stegmann Systems GmbH, Rodgau, Germany.

More information

Getting to the Fun Part 3: How to Prepare Your Data for Analysis JMP Discovery Conference - Frankfurt Mandy Chambers - SAS

Getting to the Fun Part 3: How to Prepare Your Data for Analysis JMP Discovery Conference - Frankfurt Mandy Chambers - SAS Getting to the Fun Part 3: How to Prepare Your Data for Analysis JMP Discovery Conference - Frankfurt Mandy Chambers - SAS JMP 14 has the functionality to import multiple files into a single data table,

More information

LABORATORY 1 Data Analysis & Graphing in Excel

LABORATORY 1 Data Analysis & Graphing in Excel LABORATORY 1 Data Analysis & Graphing in Excel Goal: In this lab, you will learn how to enter and manipulate data in Excel and you will learn how to make the graphs you will need for your lab write-ups.

More information

Dreamweaver Basics. Planning your website Organize site structure Plan site design & navigation Gather your assets

Dreamweaver Basics. Planning your website Organize site structure Plan site design & navigation Gather your assets Dreamweaver Basics Planning your website Organize site structure Plan site design & navigation Gather your assets Creating your website Dreamweaver workspace Define a site Create a web page Linking Manually

More information

KNIME Enalos+ Molecular Descriptor nodes

KNIME Enalos+ Molecular Descriptor nodes KNIME Enalos+ Molecular Descriptor nodes A Brief Tutorial Novamechanics Ltd Contact: info@novamechanics.com Version 1, June 2017 Table of Contents Introduction... 1 Step 1-Workbench overview... 1 Step

More information

QDA Miner. Addendum v2.0

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

More information

Office 2016 Excel Basics 25 Video/Class Project #37 Excel Basics 25: Power Query (Get & Transform Data) to Convert Bad Data into Proper Data Set

Office 2016 Excel Basics 25 Video/Class Project #37 Excel Basics 25: Power Query (Get & Transform Data) to Convert Bad Data into Proper Data Set Office 2016 Excel Basics 25 Video/Class Project #37 Excel Basics 25: Power Query (Get & Transform Data) to Convert Bad Data into Proper Data Set Goal in video # 25: Learn about how to use the Get & Transform

More information

CPM-200 User Guide For Lighthouse for MAX

CPM-200 User Guide For Lighthouse for MAX CPM-200 User Guide For Lighthouse for MAX Contents Page Number Opening the software 2 Altering the page size & Orientation 3-4 Inserting Text 5 Editing Text 6 Inserting Graphics 7-8 Changing the Colour

More information

8/19/2018. Web Development & Design Foundations with HTML5. Learning Objectives (1 of 2) More on Relative Linking. Learning Objectives (2 of 2)

8/19/2018. Web Development & Design Foundations with HTML5. Learning Objectives (1 of 2) More on Relative Linking. Learning Objectives (2 of 2) Web Development & Design Foundations with HTML5 Ninth Edition Chapter 7 More on Links, Layout, and Mobile Slides in this presentation contain hyperlinks. JAWS users should be able to get a list of links

More information

Copyright 2018 by KNIME Press

Copyright 2018 by KNIME Press 2 Copyright 2018 by KNIME Press All rights reserved. This publication is protected by copyright, and permission must be obtained from the publisher prior to any prohibited reproduction, storage in a retrieval

More information

Technical White Paper

Technical White Paper Technical White Paper Via Excel (VXL) Item Templates This technical white paper is designed for Spitfire Project Management System users. In this paper, you will learn how to create Via Excel Item Templates

More information

The first thing we ll need is some numbers. I m going to use the set of times and drug concentration levels in a patient s bloodstream given below.

The first thing we ll need is some numbers. I m going to use the set of times and drug concentration levels in a patient s bloodstream given below. Graphing in Excel featuring Excel 2007 1 A spreadsheet can be a powerful tool for analyzing and graphing data, but it works completely differently from the graphing calculator that you re used to. If you

More information

Data Should Not be a Four Letter Word Microsoft Excel QUICK TOUR

Data Should Not be a Four Letter Word Microsoft Excel QUICK TOUR Toolbar Tour AutoSum + more functions Chart Wizard Currency, Percent, Comma Style Increase-Decrease Decimal Name Box Chart Wizard QUICK TOUR Name Box AutoSum Numeric Style Chart Wizard Formula Bar Active

More information

CA Productivity Accelerator 12.1 and Later

CA Productivity Accelerator 12.1 and Later CA Productivity Accelerator 12.1 and Later Localize Content Localize Content Once you have created content in one language, you might want to translate it into one or more different languages. The Developer

More information

Configuring Ad hoc Reporting. Version: 16.0

Configuring Ad hoc Reporting. Version: 16.0 Configuring Ad hoc Reporting Version: 16.0 Copyright 2018 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not be copied or derived

More information

EQuIS Data Processor (EDP) User Manual

EQuIS Data Processor (EDP) User Manual EQuIS Data Processor (EDP) User Manual Introduction EQuIS Data Processor (EDP) Introduction The EQuIS Data Processor, or EDP, is today s answer to the many data quality issues that plague data managers.

More information

Dealing with Data in Excel 2013/2016

Dealing with Data in Excel 2013/2016 Dealing with Data in Excel 2013/2016 Excel provides the ability to do computations and graphing of data. Here we provide the basics and some advanced capabilities available in Excel that are useful for

More information

Quark XML Author for FileNet 2.8 with BusDocs Guide

Quark XML Author for FileNet 2.8 with BusDocs Guide Quark XML Author for FileNet.8 with BusDocs Guide Contents Getting started... About Quark XML Author... System setup and preferences... Logging on to the repository... Specifying the location of checked-out

More information

Excel Level 1: Beginner. Get started in Excel. Look good with easy formatting. Set out your first Excel calculations. Increase your efficiency

Excel Level 1: Beginner. Get started in Excel. Look good with easy formatting. Set out your first Excel calculations. Increase your efficiency Excel 2010 Level 1: Beginner Learning basic skills for Excel 2010 Estimated time: 04:05 6 modules - 49 topics Get started in Excel Discover Excel and carry out simple tasks: opening a workbook saving it,

More information

Create a Contact Sheet of Your Images Design a Picture Package Customize Your Picture Package Layout Resample Your Image...

Create a Contact Sheet of Your Images Design a Picture Package Customize Your Picture Package Layout Resample Your Image... 72 71 Create a Contact Sheet of Your Images................... 158 Design a Picture Package............ 160 73 Customize Your Picture Package Layout.... 162 74 Resample Your Image.................... 164

More information

General Program Description

General Program Description General Program Description This program is designed to interpret the results of a sampling inspection, for the purpose of judging compliance with chosen limits. It may also be used to identify outlying

More information

How to Edit Your Website

How to Edit Your Website How to Edit Your Website A guide to using your Content Management System Overview 2 Accessing the CMS 2 Choosing Your Language 2 Resetting Your Password 3 Sites 4 Favorites 4 Pages 5 Creating Pages 5 Managing

More information

General Improvements with GainSeeker versions 8.8 and 8.8.1

General Improvements with GainSeeker versions 8.8 and 8.8.1 General Improvements with GainSeeker versions 8.8 and 8.8.1 New features in GainSeeker version 8.8.1 If you are updating a workstation or server where GainSeeker is already installed, use a mapped network

More information