Tutorial. Docking School SAnDReS Tutorial Cyclin-Dependent Kinases with K i Information (Docking Hub)

Size: px
Start display at page:

Download "Tutorial. Docking School SAnDReS Tutorial Cyclin-Dependent Kinases with K i Information (Docking Hub)"

Transcription

1 Tutorial Docking School SAnDReS Tutorial Cyclin-Dependent Kinases with K i Information (Docking Hub) Prof. Dr. Walter Filgueira de Azevedo Jr. Laboratory of Computational Systems Biology azevedolab.net azevedolab.net walter@azevedolab.net 1

2 Docking Hub 2

3 Docking Simulations-AutoDock 4 We can run AutoDock 4 (Morris et al., 1998) AutoDock Vina (Trott & Olson, 2010), and Molegro Virtual Docker (Thomsen&Christensen,20 06). directly from SAnDReS. To run AutoDock 4 and AutoDock Vina using SAnDReS, you need to have prot.pdbqt and lig.pdbqt files for each structure in the dataset. We may use AutoDockTools (Morris et al., 2009) to generate the PDBQT files. 3

4 Docking Simulations-AutoDock 4 We may follow this another tutorial here to learn how to use AutoDockTools to generate PDBQT from PDB files. Here we have the files generated by SAnDReS for each structure in the dataset. Use prot.pdb and lig.pdb files to generate you PDBQT files. 4

5 Docking Simulations-AutoDock 4 Consider that you have generated the PDBQT files for the structures 1E1V in the dataset, as shown here. 5

6 Docking Simulations-AutoDock 4 To run docking simulations, click on Docking Hub- >Docking Simulations, as shown here. 6

7 Docking Simulations-AutoDock 4 On the new pop-up window, click on the AutoDock 4 button. 7

8 Docking Simulations-AutoDock 4 Please make reference to AutoDock 4 paper when using this program. Click on the OK button. 8

9 Docking Simulations-AutoDock 4 On this new pop-up window, we have the map to carry out docking simulations using AutoDock 4. First, we click on the AutoGrid button. 9

10 Docking Simulations-AutoDock 4 Click on the Yes button. 10

11 Docking Simulations-AutoDock 4 If everything goes fine, we get the following message: autogrid4: Successful Completion.. Now we click on the Set Up DPF button. 11

12 Docking Simulations-AutoDock 4 On this new pop-up window, we may select the docking parameters. For instance, the search algorithm. AutoDock 4 is able to run four different algorithms: Lamarckian Genetic Algorithm (LGA), Genetic Algorithm (GA), Local Search (LS), and Simulated Annealing (SA). In addition, we may also calculate scoring function values for the crystallographic position of the ligand clicking on the Energy for PDB button. 12

13 Docking Simulations-AutoDock 4 The details for each algorithm can be modified on this window. The values shown here are taken from the default values indicated on the AutoDock user guide. For this tutorial, we will use the default values. Click on the Save DPF button. SAnDReS will generate the docking.dpf file, which will be used to run AutoDock 4. The docking.dpf file has all parameters necessary to run AutoDock 4. We may edit it by clicking on the Open DPF button. Click on the Close button to proceed. 13

14 Docking Simulations-AutoDock 4 Now we can perform the docking simulation using AutoDock 4, click on the AutoDock button. 14

15 Docking Simulations-AutoDock 4 Click on the Yes button. 15

16 Docking Simulations-AutoDock 4 It may take few minutes. Let s enjoy the music 16

17 Docking Simulations-AutoDock 4 Once finished, SAnDReS shows the following message: autodock4: Successful Completion on.we may now carry out the analysis of docking results. Click on the Analysis button. 17

18 Docking Simulations-AutoDock 4 Click on the Yes button. 18

19 Statistical Analysis of Scoring Functions vs RMSD What SAnDReS is actually doing is running the input file strmsd.in, shown here. This input file was automatically generated by SAnDReS. The strmsd.in file has two lines only. The first line brings the keyword STRMSD, followed by the CSV file name (redock_autodock.csv) and the headers. The number before each header indicates the column for this header. For instance, 2, RMSD, indicates that the column for RMSD is the second column. The last line is the ENDOF line. The redock_autodock.csv file brings the energy terms for AutoDock scoring function and docking root mean square deviation (RMSD) related to crystallographic position of the ligand (lig.pdbqt). redock_autodock.csv strmsd.in STRMSD,redock_autodock.csv,2,RMSD,3,FreeEnergy,4,FinalIntermolecularEnergy,5,vdW+Hbond+desol venergy,6,electrostaticenergy,7,finaltotalinte rnalenergy,8,torsionalfreeenergy ENDOF Model,RMSD,FreeEnergy,FinalIntermolecularEnergy,vdW+Hbond+desolvEnergy,ElectrostaticEnergy,Fin altotalinternalenergy,torsionalfreeenergy 10,4.23,-6.68,-7.87,-7.71,-0.16,-0.33,1.19 5,4.75,-6.56,-7.75,-7.41,-0.34,-0.4,1.19 6,1.06,-6.35,-7.55,-7.59,0.04,-0.27,1.19 3,1.07,-6.34,-7.53,-7.62,0.09,-0.31,1.19 1,1.06,-6.33,-7.52,-7.61,0.09,-0.33,1.19 4,1.11,-6.31,-7.51,-7.61,0.1,-0.4,1.19 7,1.13,-6.3,-7.49,-7.6,0.11,-0.4,1.19 2,1.10,-6.28,-7.48,-7.57,0.09,-0.4,1.19 9,2.07,-6.14,-7.34,-7.68,0.35,-0.58,1.19 8,2.05,-6.13,-7.32,-7.62,0.3,-0.54,

20 Docking Simulations-AutoDock 4 SAnDReS evaluates the correlation between energy terms of the AutoDock scoring function and docking RMSD, as shown here. These results are in the strmsd.log and strmsd.csv files. SAnDReS also creates a two-column CSV file for each term of the AutoDock scoring function. In these files, the first column is for the docking RMSD of each pose and the second column is for energy value of each pose. 20

21 Docking Simulations-AutoDock 4 SAnDReS created a new directory name LGA, since we run the LGA search algorithm. The LGA directory is on C:\Users\Walter\Desktop\T 001\Dataset_2017_02_22_ 12_17_48\1E1V. If we run GA search algorithm, the results will be on the GA directory and so on. 21

22 Docking Simulations-AutoDock 4 To prepare files to generate scatter plots, click on Prepare Files to Plot button. 22

23 Docking Simulations-AutoDock 4 We have a new pop-up window, where we can define the plot parameters. To generate the files, click on the Generate Files button. Then click on the Close button. 23

24 Docking Simulations-AutoDock 4 To plot, click on the Plot button. 24

25 Docking Simulations-AutoDock 4 Click on the Plot pltcsv File button. 25

26 Statistical Analysis of RMSD x Scoring Functions What SAnDReS is actually doing is running the pltcsv_00.in input file, that was automatically generated using the information selected in Parameters for Scatter Plot window. Here we have a description of the fields, that are separated by comma. Keyword to plot File to plot Type of plot xmin xmax ymin ymax x-axis label y-axis label Title PLTCSV,strmsd004.csv,SCATTER,0.0,12.0,-1.0,-0.0,Docking RMSD ($\AA$),FinalTotalInternalEn,FinalTotalInternalEn vs Docking RMSD ($\AA$),o,k,PNG,1,NOTEXT,True,300,50.0 Marker size (pixels) Plot DPI Flag for Grid (False means no grid) To include correlation and p-value information into the plot (can be TEXT or NOTEXT) Polynomial degree to be used in the best fit curve Plot format Point colors Marker to plot 26

27 Docking Simulations-AutoDock 4 SAnDReS generated a scatter plot, as shown here. Close the plot window and click on the Close button. 27

28 Docking Simulations-AutoDock 4 The rest of the buttons may be used to access tutorials, a manual, and the SAnDReS site. Click on the Close button. 28

29 Docking Simulations-AutoDock Vina To run docking simulations, click on Docking Hub- >Docking Simulations, as shown here. 29

30 Docking Simulations-AutoDock Vina On the new pop-up window, click on the AutoDock Vina button. 30

31 Docking Simulations-AutoDock Vina Click on the OK button. 31

32 Docking Simulations-AutoDock Vina To run AutoDock Vina we need the config.txt file. This file was generated for each structure in the dataset when we previously run Pre- Docking-> Generate Binding Site for Crystallographic Structures. To be sure, click on the Edit config.txt button. 32

33 Docking Simulations-AutoDock Vina As we can see, we have the config.txt file. Don t forget, we also need prot.pdbqt and lig.pdbqt files. We may use AutoDockTools to generate the PDBQT files. We may follow the tutorial available here to learn how to use AutoDockTools to generate PDBQT from PDB files. Click on the Close button. 33

34 Docking Simulations-AutoDock Vina To run AutoDock Vina, click on the Run Vina button. 34

35 Docking Simulations-AutoDock Vina Click on the Yes button. 35

36 Docking Simulations-AutoDock Vina It may take few minutes. Let s the music play 36

37 Docking Simulations-AutoDock Vina Once finished, SAnDReS shows the following message: SAnDReS finished running AutoDock Vina!, as shown here. We may carry out analysis of the docking results as previously described for AutoDock 4. Click on the Close button. 37

38 Docking Simulations-Molegro Virtual Docker To run Molegro Virtual Docker (MVD) from SAnDReS, you need to have MVD installed on your computer. MVD doesn t come along with SAnDReS. You also need the system.mvdml file. To create the system.mvdml file, you should go the Dataset directory, for instance, here our structures are all on C:\Users\Walter\Desktop\T 001\Dataset_2017_02_22_ 12_17_48. 38

39 Docking Simulations-Molegro Virtual Docker As we can see here, we have one directory for each structure. If we click on one of these directories, for instance 1E1V, we have all structure files related to the structure 1E1V. 39

40 Docking Simulations-Molegro Virtual Docker What we have on the directory 1E1V are shown here. We open the structure 1E1V_CMG_H2O.pdb with MVD. Once loaded, we click on Preparation- >Detect Cavities->OK. The program MVD automatically detect potential binding pockets on the structure. Then we save our structure clicking on File->Save Workspace as... We save the system as system.mvdml. For more information about MVD, click here. 40

41 Docking Simulations-Molegro Virtual Docker As we can see here, we have created the system.mvdml file. Now we should create 32 new directories, named P01- P32. On each directory, we should have a copy of the system.mvdml file. 41

42 Docking Simulations-Molegro Virtual Docker So, we ended up with all 32 directories, one for each docking protocol. SAnDReS needs theses directories. It is where SAnDReS will look for the system.mvdml file and also where the result files will be written. 42

43 Docking Simulations-Molegro Virtual Docker To run docking simulations, click on Docking Hub- >Docking Simulations, as shown here. 43

44 Docking Simulations-Molegro Virtual Docker On the new pop-up window, click on the Molegro Virtual Docker (MVD) button. Don t forget, you should have Molegro Virtual Docker (MVD) installed on your computer to use SAnDReS to carry out docking simulations using MVD. In addition, you also need to have system.mvdml file for each structure in the dataset. These files should be on new directories named from P01 to P32 for the 32 docking protocols previously described for MVD (Xavier et al., 2016). 44

45 Docking Simulations-Molegro Virtual Docker Click on the OK button. 45

46 Docking Simulations-Molegro Virtual Docker You are one click to run MVD. On the new pop-up window, we can directly run any of the 32 docking protocols defined for MVD for the structure 1E1V, by clicking on any of the P# buttons (P01-P32). When we click on the Next button, SAnDReS takes you to the next structure on the Dataset directory. We can also define the number of runs and the number of poses created in each run. We will leave the default values. Click on the P01 button. 46

47 Docking Simulations-Molegro Virtual Docker SAnDReS automatically starts running MVD. You don t have to worry about the definition of the docking parameters for the Protocol 01, SAnDReS takes care of that for you. Just enjoy the ride... 47

48 Docking Simulations-Molegro Virtual Docker Once finished, we get the following message: Status: Finished. 48

49 Docking Simulations-Molegro Virtual Docker Click on the Close button on the MVD pop-up window. 49

50 Docking Simulations-Molegro Virtual Docker SAnDReS now carries out the statisical analysis of the docking results, as we have previously seen for AutoDock 4 and AutoDock Vina. Click on the Yes button. 50

51 Docking Simulations-Molegro Virtual Docker SAnDReS carries out statistical analysis of the docking results generated by the P01 of MVD... Once finished, SAnDReS can generate plots of the results. Click on the Yes button. We proceed as we have previously seen for AutoDock 4 and AutoDock Vina. 51

52 Docking Simulations-Molegro Virtual Docker Once finished, we could click on the P02 to carry out docking simulations using the Protocol 02. We are done here. Click on the Close button. 52

53 Docking Simulations-Molegro Virtual Docker Click on the Close button. 53

54 Import Docking Results SAnDReS can automatically read docking results generated from GemDock 2.1 (Yang & Chen,2004) and SwissDock (Grosdidier et al., 2011), besides the previously mentioned docking programs AutoDock 4 (Morris et al., 1998), AutoDock Vina (Trott & Olson, 2010), and Molegro Virtual Docker (Thomsen & Christensen, 2006) that SAnDReS natively run. To import docking results, click on Docking Hub- >Import Docking Results. 54

55 Import Docking Results On the new pop-up window, we may choose the docking program. In this tutorial, we have files for docking results generated from all five programs. Click on the AutoDock 4 button. 55

56 Import Docking Results We have previously run a docking simulation using AutoDock 4. The results for this docking simulation are on the docking.dlg file. SAnDReS is able to read this file and generate a CSV file with scoring function values and RMSD for all poses. The structure used for this docking simulation was 4ACM. We have prepared a tutorial about how to run AutoDock 4, you can access it clicking here. Click on the Generate CSV file button. 56

57 Import Docking Results If everything goes fine, we will see the docking results on the text GUI. 57

58 Import Docking Results SAnDReS has read the docking.dlg file to get the atomic coordinates for the poses and also the values for the terms of AutoDock scoring function. SAnDReS took the atomic coordinates in the lig.pdb file, as the crystallographic position and use them to calculate the RMSD values for each pose on the docking.dlg file. The results are stored in the redock01.csv shown below. 58

59 Import Docking Results Click on the Close button. 59

60 Import Docking Results Click on the Close button. 60

61 Import Docking Results We are now ready to analyze the docking results. Click on Docking Hub->Statistical Analysis of Scoring Functions vs RMSD. 61

62 Import Docking Results Click on the Yes button. 62

63 Import Docking Results SAnDReS carried out the analysis of docking results and generated the strmsd.csv and strmsd.log files with the results. The results are shown on the GUI and text windows. SAnDReS also generated a CSV file for each term in the scoring function. We have previously seen this task (strmsd.in). 63

64 Import Docking Results To generate scatter plots of scoring functions against RMSD, click on Docking Hub->Prepare Files to Plot Re-dock Results (Scatter Plot). 64

65 Import Docking Results The new pop-up window is the familiar interface to define the parameters to generate plots, previously discussed on this tutorial. Click on the Generate Files button, then click on the Close button. 65

66 Import Docking Results Click on Docking Hub- >Plot Re-dock Results (Scatter Plot). 66

67 Import Docking Results Click on the Plot pltcsv File button. We have already seen this interface working to generate plots. 67

68 Import Docking Results SAnDReS generated a new scatter plot. Click on the Close button. 68

69 Import Docking Results To import docking results from the other programs, we proceed in a similar way. Only keep in mind to have the docking results files generated by each docking program on the project directory. 69

70 Import Docking Results In the table below, we have the output files generated by each docking program necessary to carry out docking analysis by SAnDReS. Docking Program AutoDock 4 AutoDock Vina GemDock Molegro Virtual Docker SwissDock Files Necessary to Run SAnDReS docking.dlg and lig.pdb lig.pdbqt, lig_out.pdbqt, and lig.pdb lig.pdb and gemdock.xls DockingResults.mvdresults lig.pdb, lig.mol2, and clusters.dock4.pdb The lig.pdb file is not generated by any of the docking programs. This file is the crystallographic position for the ligand, and it is used as reference for RMSD calculation. 70

Tutorial. Docking School SAnDReS Tutorial Cyclin-Dependent Kinases with K i Information (Structural Parameters)

Tutorial. Docking School SAnDReS Tutorial Cyclin-Dependent Kinases with K i Information (Structural Parameters) Tutorial Docking School SAnDReS Tutorial Cyclin-Dependent Kinases with K i Information (Structural Parameters) Prof. Dr. Walter Filgueira de Azevedo Jr. Laboratory of Computational Systems Biology azevedolab.net

More information

Tutorial. Docking School SAnDReS Tutorial Cyclin-Dependent Kinases with K i Information (Scoring Function Analysis)

Tutorial. Docking School SAnDReS Tutorial Cyclin-Dependent Kinases with K i Information (Scoring Function Analysis) Tutorial Docking School SAnDReS Tutorial Cyclin-Dependent Kinases with K i Information (Scoring Function Analysis) Prof. Dr. Walter Filgueira de Azevedo Jr. Laboratory of Computational Systems Biology

More information

Tutorial. Docking School SAnDReS Tutorial Cyclin-Dependent Kinases with K i Information (Introduction)

Tutorial. Docking School SAnDReS Tutorial Cyclin-Dependent Kinases with K i Information (Introduction) Tutorial Docking School SAnDReS Tutorial Cyclin-Dependent Kinases with K i Information (Introduction) Prof. Dr. Walter Filgueira de Azevedo Jr. Laboratory of Computational Systems Biology azevedolab.net

More information

Re-dock of Roscovitine Against Human Cyclin-Dependent Kinase 2 with Molegro Virtual Docker

Re-dock of Roscovitine Against Human Cyclin-Dependent Kinase 2 with Molegro Virtual Docker Tutorial Re-dock of Roscovitine Against Human Cyclin-Dependent Kinase 2 with Molegro Virtual Docker Prof. Dr. Walter Filgueira de Azevedo Jr. walter@azevedolab.net azevedolab.net 1 Introduction In this

More information

AutoDockFR (ADFR) - Docking with flexible receptor sidechains

AutoDockFR (ADFR) - Docking with flexible receptor sidechains AutoDockFR (ADFR) - Docking with flexible receptor sidechains Overview The input for ADFR includes a receptor and a ligand in PDBQT format, prepared affinity maps, and a set of 3D- fill points that are

More information

AutoDock Virtual Screening: Raccoon & Fox Tools

AutoDock Virtual Screening: Raccoon & Fox Tools AutoDock Virtual Screening: Raccoon & Fox Tools Stefano Forli Ruth Huey The Scripps Research Institute Molecular Graphics Laboratory 10550 N. Torrey Pines Rd. La Jolla, California 92037-1000 USA 3 December

More information

Docking Tutorial Documentation

Docking Tutorial Documentation Docking Tutorial Documentation Release 1.0 Noel O Boyle Nov 03, 2017 Contents 1 Overview of the AutoDock world 3 2 Configure PyRx to find AutoDock 5 3 Tutorial - Docking a HIV Protease Inhibitor 7 3.1

More information

static MM_Index snap(mm_index corect, MM_Index ligct, int imatch0, int *moleatoms, i

static MM_Index snap(mm_index corect, MM_Index ligct, int imatch0, int *moleatoms, i GLIDE static MM_Index snap(mm_index corect, MM_Index ligct, int imatch0, int *moleatoms, int *refcoreatoms){int ncoreat = :vector mappings; PhpCoreMapping mapping; for COMMON(glidelig).

More information

Computer Lab, Session 1

Computer Lab, Session 1 Computer Lab, Session 1 1 Log in Please log in with username VSDD0xy where xy is your computer number ranging from 01, 02,, 20 2 Settings Open terminal In home directory (initial directory): cp /export/home/vsdd/vsdd001/.bashrc.

More information

Years after US Student to Teacher Ratio

Years after US Student to Teacher Ratio The goal of this assignment is to create a scatter plot of a set of data. You could do this with any two columns of data, but for demonstration purposes we ll work with the data in the table below. The

More information

Docking with GOLD. Novembre 2009 CCDC. G. Marcou, E. Kellenberger. G. Marcou, E. Kellenberger () Docking with GOLD Novembre / 25

Docking with GOLD. Novembre 2009 CCDC. G. Marcou, E. Kellenberger. G. Marcou, E. Kellenberger () Docking with GOLD Novembre / 25 Docking with GOLD CCDC G. Marcou, E. Kellenberger Novembre 2009 G. Marcou, E. Kellenberger () Docking with GOLD Novembre 2009 1 / 25 Sommaire 1 GOLD Suite organization 2 GOLD run setting - Wizard 3 GOLD

More information

EXST 7014, Lab 1: Review of R Programming Basics and Simple Linear Regression

EXST 7014, Lab 1: Review of R Programming Basics and Simple Linear Regression EXST 7014, Lab 1: Review of R Programming Basics and Simple Linear Regression OBJECTIVES 1. Prepare a scatter plot of the dependent variable on the independent variable 2. Do a simple linear regression

More information

Basic Analog Simulation in Cadence

Basic Analog Simulation in Cadence York University Department of Electrical Engineering and Computer Science EMIL Tutorial Series Tutorial #1 Basic Analog Simulation in Cadence In this tutorial we step through how to start Cadence (or at

More information

0 Graphical Analysis Use of Excel

0 Graphical Analysis Use of Excel Lab 0 Graphical Analysis Use of Excel What You Need To Know: This lab is to familiarize you with the graphing ability of excels. You will be plotting data set, curve fitting and using error bars on the

More information

Molecular docking tutorial

Molecular docking tutorial Molecular docking tutorial Sulfonamide-type D-Glu inhibitor docked into the MurD active site using ArgusLab In this tutorial [1] you will learn how to prepare and run molecular docking calculations using

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

ECO375 Tutorial 1 Introduction to Stata

ECO375 Tutorial 1 Introduction to Stata ECO375 Tutorial 1 Introduction to Stata Matt Tudball University of Toronto Mississauga September 14, 2017 Matt Tudball (University of Toronto) ECO375H5 September 14, 2017 1 / 25 What Is Stata? Stata is

More information

Total Number of Students in US (millions)

Total Number of Students in US (millions) The goal of this technology assignment is to graph a formula on your calculator and in Excel. This assignment assumes that you have a TI 84 or similar calculator and are using Excel 2007. The formula you

More information

THE MATHEMATICS DIVISION OF LEHIGH CARBON COMMUNITY COLLEGE PRESENTS. WORKSHOP II Graphing Functions on the TI-83 and TI-84 Graphing Calculators

THE MATHEMATICS DIVISION OF LEHIGH CARBON COMMUNITY COLLEGE PRESENTS. WORKSHOP II Graphing Functions on the TI-83 and TI-84 Graphing Calculators THE MATHEMATICS DIVISION OF LEHIGH CARBON COMMUNITY COLLEGE PRESENTS WORKSHOP II Graphing Functions on the TI-83 and TI-84 Graphing Calculators Graphing Functions on the TI-83 or 84 Graphing Calculators

More information

Tutorial. Basic operation of MolDesk. MolDesk Basic/Screening ver Biomodeling Research Co., Ltd. 2018/08/30 ...

Tutorial. Basic operation of MolDesk. MolDesk Basic/Screening ver Biomodeling Research Co., Ltd. 2018/08/30 ... Biomodeling Research Co., Ltd. Tutorial Basic operation of MolDesk MolDesk Basic/Screening ver. 1.1.53 Biomodeling Research Co., Ltd. 2018/08/30... Table of contents 1. Introduction... 1 1.1. Overview...

More information

Math Calculus I

Math Calculus I Math 1592 - Calculus I A brief Introduction to the TI92/Voyage 200 Here we give a selection of TI commands that we will be using through this course. 1. Basic Commands solve If we type the following solve(x

More information

Chapter 3: Rate Laws Excel Tutorial on Fitting logarithmic data

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

More information

Docking Study with HyperChem Release Notes

Docking Study with HyperChem Release Notes Docking Study with HyperChem Release Notes This document lists additional information about Docking Study with HyperChem family, Essential, Premium Essential, Professional, Advanced, Ultimat, and Cluster.

More information

Statistics & Curve Fitting Tool

Statistics & Curve Fitting Tool Statistics & Curve Fitting Tool This tool allows you to store or edit a list of X and Y data pairs to statistically analyze it. Many statistic figures can be calculated and four models of curve-fitting

More information

UNIT 5 QUADRATIC FUNCTIONS Lesson 6: Analyzing Quadratic Functions Instruction

UNIT 5 QUADRATIC FUNCTIONS Lesson 6: Analyzing Quadratic Functions Instruction Prerequisite Skills This lesson requires the use of the following skills: factoring quadratic expressions finding the vertex of a quadratic function Introduction We have studied the key features of the

More information

a. divided by the. 1) Always round!! a) Even if class width comes out to a, go up one.

a. divided by the. 1) Always round!! a) Even if class width comes out to a, go up one. Probability and Statistics Chapter 2 Notes I Section 2-1 A Steps to Constructing Frequency Distributions 1 Determine number of (may be given to you) a Should be between and classes 2 Find the Range a The

More information

Tips to Save Typing, etc.

Tips to Save Typing, etc. MATH 110 Dr. Stoudt Using Your TI-89/Voyage 200 Guidebooks for all Texas Instruments calculators can be downloaded (in Adobe PDF format) from http://education.ti.com/en/us/guidebook/search Just search

More information

Dilations With Matrices

Dilations With Matrices About the Lesson In this activity, students use matrices to perform dilations centered at the origin of triangles. As a result, students will: Explore the effect of the scale factor on the size relationship

More information

Statistics with a Hemacytometer

Statistics with a Hemacytometer Statistics with a Hemacytometer Overview This exercise incorporates several different statistical analyses. Data gathered from cell counts with a hemacytometer is used to explore frequency distributions

More information

Project 11 Graphs (Using MS Excel Version )

Project 11 Graphs (Using MS Excel Version ) Project 11 Graphs (Using MS Excel Version 2007-10) Purpose: To review the types of graphs, and use MS Excel 2010 to create them from a dataset. Outline: You will be provided with several datasets and will

More information

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

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

More information

Graphing with a Graphing Calculator

Graphing with a Graphing Calculator APPENDIX C Graphing with a Graphing Calculator A graphing calculator is a powerful tool for graphing equations and functions. In this appendix we give general guidelines to follow and common pitfalls to

More information

Getting Started with rdock. Dr. David Morley

Getting Started with rdock. Dr. David Morley Getting Started with rdock Dr. David Morley Getting Started with rdock Dr. David Morley Copyright 2006 Vernalis Table of Contents Overview... vi 1. Prerequisites... 1 2. Unpacking the distribution files...

More information

Using AutoDock 4 and AutoDock Vina with AutoDockTools: A Tutorial

Using AutoDock 4 and AutoDock Vina with AutoDockTools: A Tutorial Using AutoDock 4 and AutoDock Vina with AutoDockTools: A Tutorial Written by Ruth Huey, Garrett M. Morris and Stefano Forli The Scripps Research Institute Molecular Graphics Laboratory 10550 N. Torrey

More information

Excel For Algebra. Conversion Notes: Excel 2007 vs Excel 2003

Excel For Algebra. Conversion Notes: Excel 2007 vs Excel 2003 Excel For Algebra Conversion Notes: Excel 2007 vs Excel 2003 If you re used to Excel 2003, you re likely to have some trouble switching over to Excel 2007. That s because Microsoft completely reworked

More information

RClimTool USER MANUAL

RClimTool USER MANUAL RClimTool USER MANUAL By Lizeth Llanos Herrera, student Statistics This tool is designed to support, process automation and analysis of climatic series within the agreement of CIAT-MADR. It is not intended

More information

LINEAR FUNCTIONS WITH LITERATURE BOOKS

LINEAR FUNCTIONS WITH LITERATURE BOOKS LINEAR FUNCTIONS WITH LITERATURE BOOKS Book: There Were Ten in the Den by John Butler 1.) Give a short synopsis of the story. Ten sleepy animals snuggle together for the night in their warm and cozy den,

More information

Foundations of Math II

Foundations of Math II Foundations of Math II Unit 6b: Toolkit Functions Academics High School Mathematics 6.6 Warm Up: Review Graphing Linear, Exponential, and Quadratic Functions 2 6.6 Lesson Handout: Linear, Exponential,

More information

Written by Donna Hiestand-Tupper CCBC - Essex TI 83 TUTORIAL. Version 3.0 to accompany Elementary Statistics by Mario Triola, 9 th edition

Written by Donna Hiestand-Tupper CCBC - Essex TI 83 TUTORIAL. Version 3.0 to accompany Elementary Statistics by Mario Triola, 9 th edition TI 83 TUTORIAL Version 3.0 to accompany Elementary Statistics by Mario Triola, 9 th edition Written by Donna Hiestand-Tupper CCBC - Essex 1 2 Math 153 - Introduction to Statistical Methods TI 83 (PLUS)

More information

Calculator Basics TI-83, TI-83 +, TI-84. Index Page

Calculator Basics TI-83, TI-83 +, TI-84. Index Page Calculator Basics TI-83, TI-83 +, TI-84 Index Page Getting Started Page 1 Graphing Page 2 Evaluating Functions page 4 Minimum and Maximum Values Page 5 Table of Values Page 6 Graphing Scatter Plots Page

More information

2.3. Graphing Calculators; Solving Equations and Inequalities Graphically

2.3. Graphing Calculators; Solving Equations and Inequalities Graphically 2.3 Graphing Calculators; Solving Equations and Inequalities Graphically Solving Equations and Inequalities Graphically To do this, we must first draw a graph using a graphing device, this is your TI-83/84

More information

Excel Primer CH141 Fall, 2017

Excel Primer CH141 Fall, 2017 Excel Primer CH141 Fall, 2017 To Start Excel : Click on the Excel icon found in the lower menu dock. Once Excel Workbook Gallery opens double click on Excel Workbook. A blank workbook page should appear

More information

Simple REFMAC tutorials

Simple REFMAC tutorials Simple REFMAC tutorials Prerequisites: To use this tutorial you need to have ccp4. For jelly body, automatic and local ncs restraints, occupancy refinement you need to have the latest version of ccp4-6.2

More information

Excel for Gen Chem General Chemistry Laboratory September 15, 2014

Excel for Gen Chem General Chemistry Laboratory September 15, 2014 Excel for Gen Chem General Chemistry Laboratory September 15, 2014 Excel is a ubiquitous data analysis software. Mastery of Excel can help you succeed in a first job and in your further studies with expertise

More information

FUNCTIONS AND MODELS

FUNCTIONS AND MODELS 1 FUNCTIONS AND MODELS FUNCTIONS AND MODELS In this section, we assume that you have access to a graphing calculator or a computer with graphing software. FUNCTIONS AND MODELS 1.4 Graphing Calculators

More information

Mesh generation using blockmesh. blockmesh

Mesh generation using blockmesh. blockmesh Mesh generation using blockmesh blockmesh blockmesh is a multi-block mesh generator. For simple geometries, the mesh generation utility blockmesh can be used. The mesh is generated from a dictionary file

More information

Microsoft Excel 2007 Creating a XY Scatter Chart

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

More information

Organizing and Summarizing Data

Organizing and Summarizing Data Section 2.2 9 Organizing and Summarizing Data Section 2.2 C H A P T E R 2 4 Example 2 (pg. 72) A Histogram for Discrete Data To create a histogram, you have two choices: 1): enter all the individual data

More information

Graphing on Excel. Open Excel (2013). The first screen you will see looks like this (it varies slightly, depending on the version):

Graphing on Excel. Open Excel (2013). The first screen you will see looks like this (it varies slightly, depending on the version): Graphing on Excel Open Excel (2013). The first screen you will see looks like this (it varies slightly, depending on the version): The first step is to organize your data in columns. Suppose you obtain

More information

ANOMALY DETECTION ON MACHINE LOG

ANOMALY DETECTION ON MACHINE LOG ANOMALY DETECTION ON MACHINE LOG Data Mining Prof. Sunnie S Chung Ankur Pandit 2619650 Raw Data: NASA HTTP access logs It contain two month's of all HTTP requests to the NASA Kennedy Space Center WWW server

More information

Matlab for Engineers

Matlab for Engineers Matlab for Engineers Alistair Johnson 31st May 2012 Centre for Doctoral Training in Healthcare Innovation Institute of Biomedical Engineering Department of Engineering Science University of Oxford Supported

More information

Survey of Math: Excel Spreadsheet Guide (for Excel 2016) Page 1 of 9

Survey of Math: Excel Spreadsheet Guide (for Excel 2016) Page 1 of 9 Survey of Math: Excel Spreadsheet Guide (for Excel 2016) Page 1 of 9 Contents 1 Introduction to Using Excel Spreadsheets 2 1.1 A Serious Note About Data Security.................................... 2 1.2

More information

Dr Richard Greenaway

Dr Richard Greenaway SCHOOL OF PHYSICS, ASTRONOMY & MATHEMATICS 4PAM1008 MATLAB 4 Visualising Data Dr Richard Greenaway 4 Visualising Data 4.1 Simple Data Plotting You should now be familiar with the plot function which is

More information

y

y The Unfit tutorial By Dr Martin Buist Initial version: November 2013 Unfit version: 2 or later This tutorial will show you how to write your own cost function for Unfit using your own model and data. Here

More information

IN-CLASS EXERCISE: INTRODUCTION TO R

IN-CLASS EXERCISE: INTRODUCTION TO R NAVAL POSTGRADUATE SCHOOL IN-CLASS EXERCISE: INTRODUCTION TO R Survey Research Methods Short Course Marine Corps Combat Development Command Quantico, Virginia May 2013 In-class Exercise: Introduction to

More information

PHYS-4007/5007: Computational Physics. Using IDL in Command Line Mode

PHYS-4007/5007: Computational Physics. Using IDL in Command Line Mode PHYS-4007/5007: Computational Physics Using IDL in Command Line Mode 1 Editing a New IDL Procedure File There are two ways to run IDL under Linux: (1) the IDL Workbench Graphic User Interface (GUI) and

More information

Introduction to the workbook and spreadsheet

Introduction to the workbook and spreadsheet Excel Tutorial To make the most of this tutorial I suggest you follow through it while sitting in front of a computer with Microsoft Excel running. This will allow you to try things out as you follow along.

More information

Department of Chemical Engineering ChE-101: Approaches to Chemical Engineering Problem Solving MATLAB Tutorial Vb

Department of Chemical Engineering ChE-101: Approaches to Chemical Engineering Problem Solving MATLAB Tutorial Vb Department of Chemical Engineering ChE-101: Approaches to Chemical Engineering Problem Solving MATLAB Tutorial Vb Making Plots with Matlab (last updated 5/29/05 by GGB) Objectives: These tutorials are

More information

Calculator Notes for the TI-83 Plus and TI-84 Plus

Calculator Notes for the TI-83 Plus and TI-84 Plus CHAPTER 2 Calculator Notes for the Note 2A Basic Statistics You can get several standard statistics for a data set stored in a list. Press STAT CALC 1:1-Var Stats, enter the name of the list, and press

More information

User s Guide. Using the R-Peridot Graphical User Interface (GUI) on Windows and GNU/Linux Systems

User s Guide. Using the R-Peridot Graphical User Interface (GUI) on Windows and GNU/Linux Systems User s Guide Using the R-Peridot Graphical User Interface (GUI) on Windows and GNU/Linux Systems Pitágoras Alves 01/06/2018 Natal-RN, Brazil Index 1. The R Environment Manager...

More information

CSSCR Excel Intermediate 4/13/06 GH Page 1 of 23 INTERMEDIATE EXCEL

CSSCR Excel Intermediate 4/13/06 GH Page 1 of 23 INTERMEDIATE EXCEL CSSCR Excel Intermediate 4/13/06 GH Page 1 of 23 INTERMEDIATE EXCEL This document is for those who already know the basics of spreadsheets and have worked with either Excel for Windows or Excel for Macintosh.

More information

Calculator Notes for the TI-83 and TI-83/84 Plus

Calculator Notes for the TI-83 and TI-83/84 Plus CHAPTER 2 Calculator Notes for the Note 2A Naming Lists In addition to the six standard lists L1 through L6, you can create more lists as needed. You can also give the standard lists meaningful names (of

More information

Mastering Truspace 7

Mastering Truspace 7 How to move your Truespace models in Dark Basic Pro by Vickie Eagle Welcome Dark Basic Users to the Vickie Eagle Truspace Tutorials, In this first tutorial we are going to build some basic landscape models

More information

static MM_Index snap(mm_index corect, MM_Index ligct, int imatch0, int *moleatoms, i

static MM_Index snap(mm_index corect, MM_Index ligct, int imatch0, int *moleatoms, i MAESTRO static MM_Index snap(mm_index corect, MM_Index ligct, int imatch0, int *moleatoms, int *refcoreatoms){int ncoreat = :vector mappings; PhpCoreMapping mapping; for COMMON(glidelig).

More information

CHAPTER 6. The Normal Probability Distribution

CHAPTER 6. The Normal Probability Distribution The Normal Probability Distribution CHAPTER 6 The normal probability distribution is the most widely used distribution in statistics as many statistical procedures are built around it. The central limit

More information

Tutorial: Crystal structure refinement of oxalic acid dihydrate using GSAS

Tutorial: Crystal structure refinement of oxalic acid dihydrate using GSAS Tutorial: Crystal structure refinement of oxalic acid dihydrate using GSAS The aim of this tutorial is to use GSAS to locate hydrogen in oxalic acid dihydrate and refine the crystal structure. By no means

More information

Making use of other Applications

Making use of other Applications AppGameKit 2 Collision Using Arrays Making use of other Applications Although we need game software to help makes games for modern devices, we should not exclude the use of other applications to aid the

More information

FPGA Co-Simulation of Gaussian Filter Algorithm Application Note

FPGA Co-Simulation of Gaussian Filter Algorithm Application Note Michigan State University ECE 480 Tom Ganley November 19, 2010 FPGA Co-Simulation of Gaussian Filter Algorithm Application Note Abstract FPGA co-simulation of Gaussian Filter algorithms can be useful in

More information

Contents. Tutorials Section 1. About SAS Enterprise Guide ix About This Book xi Acknowledgments xiii

Contents. Tutorials Section 1. About SAS Enterprise Guide ix About This Book xi Acknowledgments xiii Contents About SAS Enterprise Guide ix About This Book xi Acknowledgments xiii Tutorials Section 1 Tutorial A Getting Started with SAS Enterprise Guide 3 Starting SAS Enterprise Guide 3 SAS Enterprise

More information

Graphing Calculator Overview

Graphing Calculator Overview Graphing Calculator Overview Workshop One Objectives Learn the general layout of the calculator Learn how to navigate the menus Learn basic operating procedures Perform linear regression LEARNING CENTER

More information

PSF Project MMS Virtual LAB

PSF Project MMS Virtual LAB PSF Project 2016-2017 MMS Virtual LAB Molecular Modeling Section (MMS) Dip. Scienze del Farmaco Target SMILE Nc1nc(N)c2nc(c(N)nc2n1)-c1cccc(Cl)c1 Aim of the Project 1. Characterize the reference 6-(3-chlorophenyl)pteridine-2,4,7-triamine

More information

Tutorial files are available from the Exelis VIS website or on the ENVI Resource DVD in the image_reg directory.

Tutorial files are available from the Exelis VIS website or on the ENVI Resource DVD in the image_reg directory. Image Registration Tutorial In this tutorial, you will use the Image Registration workflow in different scenarios to geometrically align two overlapping images with different viewing geometry and different

More information

Chemistry 1A Graphing Tutorial CSUS Department of Chemistry

Chemistry 1A Graphing Tutorial CSUS Department of Chemistry Chemistry 1A Graphing Tutorial CSUS Department of Chemistry Please go to the Lab webpage to download your own copy for reference. 1 When you open Microsoft Excel 2003, you will see a blank worksheet: Enter

More information

Step-by-Step Guide to Advanced Genetic Analysis

Step-by-Step Guide to Advanced Genetic Analysis Step-by-Step Guide to Advanced Genetic Analysis Page 1 Introduction In the previous document, 1 we covered the standard genetic analyses available in JMP Genomics. Here, we cover the more advanced options

More information

Chapter 2 Scatter Plots and Introduction to Graphing

Chapter 2 Scatter Plots and Introduction to Graphing Chapter 2 Scatter Plots and Introduction to Graphing 2.1 Scatter Plots Relationships between two variables can be visualized by graphing data as a scatter plot. Think of the two list as ordered pairs.

More information

Graphical Analysis of Data using Microsoft Excel [2016 Version]

Graphical Analysis of Data using Microsoft Excel [2016 Version] Graphical Analysis of Data using Microsoft Excel [2016 Version] Introduction In several upcoming labs, a primary goal will be to determine the mathematical relationship between two variable physical parameters.

More information

Hacking FlowJo VX. 42 Time-Saving FlowJo Shortcuts To Help You Get Your Data Published No Matter What Flow Cytometer It Came From

Hacking FlowJo VX. 42 Time-Saving FlowJo Shortcuts To Help You Get Your Data Published No Matter What Flow Cytometer It Came From Hacking FlowJo VX 42 Time-Saving FlowJo Shortcuts To Help You Get Your Data Published No Matter What Flow Cytometer It Came From Contents 1. Change the default name of your files. 2. Edit your workspace

More information

Descriptive Statistics, Standard Deviation and Standard Error

Descriptive Statistics, Standard Deviation and Standard Error AP Biology Calculations: Descriptive Statistics, Standard Deviation and Standard Error SBI4UP The Scientific Method & Experimental Design Scientific method is used to explore observations and answer questions.

More information

Microarray Excel Hands-on Workshop Handout

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

More information

Once you have entered your Google and password, you can click the Sign In button to continue.

Once you have entered your Google  and password, you can click the Sign In button to continue. Slide 1 Welcome to the Creating and Uploading with Google Docs Tutorial. Google Docs allows you to create documents, spreadsheets, presentations, draw pictures, create forms, and much more directly within

More information

Annotating a single sequence

Annotating a single sequence BioNumerics Tutorial: Annotating a single sequence 1 Aim The annotation application in BioNumerics has been designed for the annotation of coding regions on sequences. In this tutorial you will learn how

More information

Basic Graphing on TI 83 / 84

Basic Graphing on TI 83 / 84 Basic Graphing on TI 83 / 84 A graphing calculator can, of course, graph but only from an equation in function form. That means each equation must be solved for "y". The first activity is to practice solving

More information

Please consider the environment before printing this tutorial. Printing is usually a waste.

Please consider the environment before printing this tutorial. Printing is usually a waste. Ortiz 1 ESCI 1101 Excel Tutorial Fall 2011 Please consider the environment before printing this tutorial. Printing is usually a waste. Many times when doing research, the graphical representation of analyzed

More information

PH36010 MathCAD worksheet Advanced Graphics and Animation

PH36010 MathCAD worksheet Advanced Graphics and Animation PH361 MathCAD worksheet Advanced Graphics and Animation In this worksheet we examine some more of mathcad's graphing capabilities and use animation to illustrate aspects of physics. Polar Plots A polar

More information

Pure Component Data Editing

Pure Component Data Editing Pure Component Data Editing Editing / Modifying DDB Pure Component Data DDBSP - Dortmund Data Bank Software Package DDBST Software & Separation Technology GmbH Marie-Curie-Straße 10 D-26129 Oldenburg Tel.:

More information

,!7IA3C1-cjfcei!:t;K;k;K;k ISBN Graphing Calculator Reference Card. Addison-Wesley s. Basics. Created in conjuction with

,!7IA3C1-cjfcei!:t;K;k;K;k ISBN Graphing Calculator Reference Card. Addison-Wesley s. Basics. Created in conjuction with Addison-Wesley s Graphing Calculator Reference Card Created in conjuction with Basics Converting Fractions to Decimals The calculator will automatically convert a fraction to a decimal. Type in a fraction,

More information

Machine Learning Software ROOT/TMVA

Machine Learning Software ROOT/TMVA Machine Learning Software ROOT/TMVA LIP Data Science School / 12-14 March 2018 ROOT ROOT is a software toolkit which provides building blocks for: Data processing Data analysis Data visualisation Data

More information

Using SQL-server as database engine

Using SQL-server as database engine This tutorial explains on a step by step base how to configure YDOC-Insights for usage with a SQL-server database. (How to manage SQL-server itself is not part of this tutorial) CONTENTS CONTENTS 1 1.

More information

Laboratory 1: Eclipse and Karel the Robot

Laboratory 1: Eclipse and Karel the Robot Math 121: Introduction to Computing Handout #2 Laboratory 1: Eclipse and Karel the Robot Your first laboratory task is to use the Eclipse IDE framework ( integrated development environment, and the d also

More information

General Guidelines: SAS Analyst

General Guidelines: SAS Analyst General Guidelines: SAS Analyst The Analyst application is a data analysis tool in SAS for Windows (version 7 and later) that provides easy access to basic statistical analyses using a point-and-click

More information

1 Introduction to Using Excel Spreadsheets

1 Introduction to Using Excel Spreadsheets Survey of Math: Excel Spreadsheet Guide (for Excel 2007) Page 1 of 6 1 Introduction to Using Excel Spreadsheets This section of the guide is based on the file (a faux grade sheet created for messing with)

More information

ToyBox Futuristi Instruction Manual

ToyBox Futuristi Instruction Manual ToyBox Futuristi Instruction Manual Contents Welcome to ToyBox Futuristi... 2 What can you do with this software?... 2 The Instructional Video... 2 Installing the software... 3 Windows... 3 Mac... 3 The

More information

easyfrap: Quick Start Guide Installation and step-by-step example

easyfrap: Quick Start Guide Installation and step-by-step example easyfrap: Quick Start Guide Installation and step-by-step example Installation Guidelines 1. Standalone version (if you don t have MATLAB installed on your computer): Download and install MATLAB Compiler

More information

Graphing Calculator How To Packet

Graphing Calculator How To Packet Graphing Calculator How To Packet The following outlines some of the basic features of your TI Graphing Calculator. The graphing calculator is a useful tool that will be used extensively in this class

More information

Models for Nurses: Quadratic Model ( ) Linear Model Dx ( ) x Models for Doctors:

Models for Nurses: Quadratic Model ( ) Linear Model Dx ( ) x Models for Doctors: The goal of this technology assignment is to graph several formulas in Excel. This assignment assumes that you using Excel 2007. The formula you will graph is a rational function formed from two polynomials,

More information

JMP Chong Ho

JMP Chong Ho JMP Interface: ipod of statistical software Chong Ho Yu, Ph.D. (2012) cyu@apu.edu www.creative wisdom.com JMP is software package created by SAS Institute for data visualization and exploratory data analysis.

More information

Pure Data Editing. Editing/Modifying DDB Pure Component Data. DDBSP - Dortmund Data Bank Software Package

Pure Data Editing. Editing/Modifying DDB Pure Component Data. DDBSP - Dortmund Data Bank Software Package Pure Data Editing Editing/Modifying DDB Pure Component Data DDBSP - Dortmund Data Bank Software Package DDBST Software & Separation Technology GmbH Marie-Curie-Straße 10 D-26129 Oldenburg Tel.: +49 441

More information

The Garbage Problem TEACHER NOTES. About the Lesson. Vocabulary. Teacher Preparation and Notes. Activity Materials

The Garbage Problem TEACHER NOTES. About the Lesson. Vocabulary. Teacher Preparation and Notes. Activity Materials About the Lesson In this activity, students will examine data about garbage production, observe comparisons in the data, make predictions based on the data, sketch a graph based on their predictions and

More information

Workshop #7: Docking. Suggested Readings

Workshop #7: Docking. Suggested Readings Workshop #7: Docking Protein protein docking is the prediction of a complex structure starting from its monomer components. The search space can be extremely large, so large amounts of computational resources

More information

Experiment 1 CH Fall 2004 INTRODUCTION TO SPREADSHEETS

Experiment 1 CH Fall 2004 INTRODUCTION TO SPREADSHEETS Experiment 1 CH 222 - Fall 2004 INTRODUCTION TO SPREADSHEETS Introduction Spreadsheets are valuable tools utilized in a variety of fields. They can be used for tasks as simple as adding or subtracting

More information