Genome Assembly and Annotation

Size: px
Start display at page:

Download "Genome Assembly and Annotation"

Transcription

1 Genome Assembly and Annotation My thanks go to Dr. Rob Edwards who initially developed this module and whose work I have heavily utilized in developing this module. So far in this class you ve been exposed to some the most recent advances in genomics, proteomics and bioinformatics. In a sense, we are now taking a step back to what got it all started DNA sequencing and the reconstruction of (almost) entire genomes. In the last 30 years, DNA sequencing has evolved from a laborious process in which one was fortunate to produce a few thousand nucleotides of good quality data after a week of hard work, to one in which one simply sends out a plate of samples to a core facility and produces several thousand nucleotides of data in a few hours (or thousands of kilobases of a data at a large facility). The dominant method of DNA sequencing involves labeling the DNA with four different fluorescent dyes, separating the DNA by electrophoresis, and measuring the intensity of the fluorescence to determine the base order. By the most common methods, this results in a trace file that records the wavelength of the DNA fragments as they pass the laser that excites the dye. Just about any DNA sequencing machine will infer the linear DNA sequence from the raw fluorescence data. There are a small variety of formats for storing and presenting this data, and the most popular one is the Standard Chromatogram File, or scf. This is the format we will be using. There are a variety of programs that will read these files and perform some post-processing of the data, often a re-inference of the linear DNA sequence and assignment of quality scores to the call, or assignment of nucleotide at each site. For genome sequencing, a suite of tools written by researchers at U. of Washington, Seattle is most commonly used. These programs, Phred, Phrap,and Consed are the most widely used for sequence data analysis. Variants of this method have been incorporated into other computer packages. You are invited to visit the UW-Seattle site to learn more or download the programs. However, we will not be running these programs. Instead, we will use some data that has already been partially pre-processed we will perform the final necessary processing to get the final usable data. I have provided a compressed file with 265 trace files that are part of the whole genome sequence (>134,000 traces) of the fascinating bacterium Geobacter metallireducens. This data is from the trace file archive at NCBI, and the data was originally produced at the DOE Joint Genome Institute. Sequencher Sequencher is one of the more popular programs for single-lab and small genome sequencing projects. Eukaryotic genome projects and genome sequencing centers generally use more industrial-strength (and less user-friendly) packages of programs. Sequencher is available for mac or pc. Using Sequencher We are using the demo version of Sequencher. Purchased versions of Sequencher have a physical or network key that enable it to run in full mode.the demo version will do almost everything the full version will, except such things that are vital to performing research such as printing, saving, and exporting analyses. Extract the file Course_Seqs.zip using the winzip utility in Windows XP (right-click and Extract All ). This should produce a folder of 265 files, all of which end with.b1.scf, although the.scf part may not be displayed.

2 Next, launch Sequencher demo. Dismiss the notification that you are running a demo version. Go to File>Import>Folder of Sequences. Navigate to Course_Seqs folder. Select it and approve the importation of 265 files. You should have something that looks like this: (note that I am showing the mac version of each window because the demo version of Sequencher interferes with copying screen shots to the clipboard) In the first column there is the name of the sequence and an icon that indicates that we are looking at a sequence new icons will appear once we assemble the sequences into contigs. The second column contains size of the sequence in bp. The third column gives an average quality value for the entire sequence as a percent. The remaining columns give details about that specific sequence. Click on the header for the Quality column. Your window should sort the sequences like so:

3 Click somewhere off of one of the sequences to deselect them. Now, double-click on the top sequence. You will see the text representation of the sequence with a background of different shades of blue-green. What does the coloring mean? Under the window menu, select User Preferences and then click on Confidence under the list of General preferences. You will see the confidence ranges and colors assigned to them. The score is a number between 1 and 60, where the number represents the power to 10. So a score of 20 means that the peak is incorrectly called one time in 100 (10 2 ) and a Phred score of 45 means that sequence is wrong one time in times ( ). In general a score above 20 means that the sequence is reliable. Close that window. Chromatograms Let s look at the some of the underlying data. At the top of the window showing the text sequence, click the Show Chromatogram button. You will see something like this: As you move along the X axis from line-to-line, this window shows the level of intensity of fluorescence of each of the four dyes. Each dye corresponds to a different nucleotide, as the legend to the left shows. During electrophoresis, the DNA sequence sample is moving past a detector that records the fluorescence hence the data are continuous and you get these flowing peaks. Ideally, each peak should be discrete from the others and represent a distinct base. However, there is always overlap among peaks to some extent. Note that in the text, the first several nucleotides are dark blue (low score). You can see why we have peaks (dyes for different nucleotides) overlapping extensively. A little further into the sequence, the peaks overlap very little and the confidence scores are higher. Close the windows for this sequence and scroll to the last sequence listed (according to Quality ). Double-click on it and view its chromatogram. You see that the peaks are often less distinct and there are many more secondary peaks. These are small peaks near the baseline that can complicate the ability of the machine to call the bases correctly. Confidence and Quality scores are heavily influenced by this.

4 Scroll through the sequence to see the start, middle and end. You will note that no matter which sequence you examine, the early part of the sequence is usually of better quality than the end this is mainly a consequence of the fact that it is more difficult to make the fine distinction between DNA strands that differ by one nucleotide in length as the overall length of the DNA strands increases. Additionally, the secondary peaks become much harder to distinguish from the primary peaks. (By the way, we won t get into this, but in diploid organisms the presence of 2 peaks at the same location may indicate that the sample is from a heterozygote at that site) If you go back to the sequence with the highest Quality, you see that after the first 20 called nucleotides, the peaks are fairly clean and one readily agrees with the machine calls. However, in the first 20 or so calls, there are probably some bases that should not have been called at all due to overlap in peaks or very little distinction from background. You can manually delete nucleotides, change the base that was called, or insert/remove indels (=insertion/deletions). Indels are inserted via the tab or shift-tab combination this is more relevant once one is examining contigs. In trying to manually edit sequences, it sometimes helps to change the height of the peaks in that region. This is done using the slider bar on the left: Play with it to see how it influences how well you can perceive secondary peaks. Sequencher has one other feature on this icon that helps to view secondary peaks. By clicking on the A, G, C, or T you can hide those traces. So the same view with only the T-trace showing you get an image like this: Notice that all the other bases are shown in italics to emphasize that those traces are hidden. You can see that there probably should be a T at the first of the two N's. These ambiguous peaks are sometimes called secondary peaks. Sequencher has a facility for calling the bases for secondary peaks. If you pull down the sequence menu and choose "Call secondary peaks..." you will see a similar dialog appear:

5 The slider allows you to vary the sensitivity of the secondary peaks, while the other checkboxes allow you to control which peaks are called, if a standard reference that you provide is used for comparison, and how much of the sequence is re-examined. Try this with some of the sequences, especially in a region that you think is ambiguous. Alternate between the chromatogram and text views. When secondary peaks get called, you will see that the altered bases are flagged in a different color (pink) and the letters may have changed. Here are examples: The following table shows the IUPAC codes for unambiguous and ambiguous nucleotides. These codes are used mainly in two situations: 1) when the data quality does not permit calling of a base and 2) when more than one nucleotides really does exist at a site, for example in a heterozygote. symbol base symbol base A adenosine M A C (amino) C cytidine S G C (strong) G guanine W A T (weak) T thymidine B G T C U uridine D G A T R G A (purine) H A C T Y T C (pyrimidine) V G C A K G T (keto) N A G C T (any) - gap of indeterminate length Close the chromatogram window, but leave open the text view of the sequence. Click the Overview button at the top of the window. You should see something like this:

6 As the legend indicates, this shows the start and stop codons in all three possible reading frames. It would also show other features (similar to those in a GenBank file), if they were defined. Click the Bases button to get back to the text view. Now, click the cut map button to get the view below. This shows where various restriction enzymes could cut this sequence, as well as those that are not expected to cut it. This can be useful if one wants to insert this sequence into a vector, or wants to avoid cutting this region of the genome in a digest of genomic DNA. Return to the Bases view. The Ruler button provides a ruler with a number of different functions as shown below: There are 15 buttons on the ruler: 1. single stranded DNA sequence 2. double stranded DNA sequence 3. single stranded DNA sequence with translation 4. translation frame (1, 2, 3 or all) 5. space every 3 nucleotides 6. space every 5 nucleotides 7. space every 10 nucleotides 8. space every 20 nucleotides 9. no spaces 10. single space between lines 11. double space between lines 12. triple space between lines

7 13. DNA in lower case 14. DNA in upper case 15. Change font Playing around with the buttons, you could get a three frame translation of the sequence like this: Assembling & Trimming Sequences Assembling sequences 1 st run. The 265 sequences we have are a very small subset of the >134,000 traces used to construct the entire genome sequence. Even at that, if we were to try to compare each sequence to the others visually, this would be an almost insurmountable task. This is where Sequencher does its most useful work. Look above the main window in Sequencher at the buttons: We have the option of trying to piece together the sequences by various means, some based more on previous knowledge than others. We will blindly try to assemble the pieces into contiguous sequences (contigs). Click Assemble Automatically. Sequencher compares each sequence to the others, considering each strand. On my pc 102,850 comparisons were made in 3 minutes 51 seconds to construct 81 contigs and leave 22 fragments unconnected to others. If we had tried to construct the entire genome within Sequencher (assuming memory were adequate), the process would probably take weeks. Sequencing centers who focus on whole genomes need considerable computing power usually a cluster of fast CPUs.

8 You probably need to scroll down a bit in the main window to see the list of contigs. You will note the length column now shows the length of the alignments, not the individual sequences anymore. Double-click on one of them and you will see a display like this: This shows where the sequences overlap, the orientation (arrows), and where start/stop codons are in the three possible reading frames (see the legend). Green arrows represent the forward strand (the one you input), while red arrows indicate the sequences had to be reverse-complemented. Click on the Bases button at the top. You will get a view such as this (I scrolled into the alignment a bit): Your results may differ somewhat from mine depending on how much you played with some of the earlier options we explored. Click on one of the letters in the bottom sequence this is the consensus of the aligned sequences. This should highlight the same position in all of the aligned sequences. Note that dots represent places where a real difference appears to exist among the sequences and plus (+) signs indicate regions where disagreements involve some ambiguity in one sequence. Find one of these regions of disagreement and click on that letter in the bottom sequence. Now click on the button Show Chromatogram.

9 In many cases, like this one, the disagreement mainly exists because one or more sequences is of poor quality in that region and bases could not be called with high accuracy. If you wanted to, you could edit the alignment within this view by highlighting the base you want to change and typing the new letter. That is what I have done here: Well, that was fun. Now, get out of any sequence/contig specific windows you have opened and select all the sequences/contigs. Under the Contig menu, select Dissolve contig. You will be warned what you are about to do go ahead and dissolve them. Trimming Vector We are going to trim the sequence using two different criteria. In actual practice, these two trimming steps would be done in reverse order or simultaneously but doing it this way will probably illustrate the points better. This organism was sequenced via shot-gun sequencing in which the genome was cut or randomly sheared into small fragments that were then inserted into a cloning vector. Most cloning vectors are in some way derived from m13, puc, or Bluescript. In the polycloning region of these vectors are recognition sites for several restriction enzymes. In the case of this organism, the genomic DNA was inserted into a SmaI site. Close any chromatogram or text views of the sequences and then select all of the sequences (ctrl-a, or Select>Select All) Now, under the Sequence menu, select Trim Vector You ll get a window like this, and you should click Choose Insertion Site Now.

10 This will bring up a window like this: Before you can begin to trim the sequence, you need to select the vector in the Vecbase file. Click the top button for Use Vecbase file. Your options will be more restricted than shown here, but select BlueKSm. Now you see the sequence of the polycloning (or, polylinker) region. Since SmaI was used, click on it.

11 The SmaI site should now be highlighted in green. Click OK. Now, we don t need to save any information on this, so just click the red and white close button in the upper right of the window. You should be back at the list of sequences. Now, again go to the Sequence menu and select Trim Vector This time it will search for matches to the polylinker region sequence and SmaI site and flag those for trimming (=removal from further analysis). Now we see that many sequences still retained some of the vector sequence because the primer used for sequencing was specific for the cloning vector, not the insert. Go ahead and click Trim Checked Items. When the warning comes up that this is undoable, click Trim. Then close the trimming vector window. By the way, if things don t seem to be working correctly, let me know. In the worst-case scenario, you can shut the program down and re-import the sequences in a new run of the program. OK, let s rebuild the contigs do you recall how? Hmm this time 104,464 comparisons were made, 75 contigs constructed and it took 2 minutes 23 seconds on my pc (mac results are shown here). Why do you think we got fewer contigs and it took less time?

12 You already know how to view and edit the contigs, so let s move on to the next type of trimming that is typically done. Dissolve all the contigs. Under the Sequence menu, select Trim Ends This will automatically start the process. You will see that relatively less sequence is trimmed this time this is due to two factors: 1) much of the poorer quality sequence was removed with the vector sequence and 2) I already weeded out many of the truly bad sequences. At the top of the Ends Trimming window, click the Change Trim Criteria button. You will see a window like this: This allows you to fairly specifically determine how you want to automatically remove problem sequence areas. The defaults are usually good enough, but if you have a particular type of problem with your sequences (i.e., the peak intensity tends to drop off sharply after 500 bases, primer blobs obscure good sequence), you can partially address that here. Go ahead and get out of this window and Trim Checked Items. Select all the sequences, and Assemble Automatically. On my pc, this took 1 minute 53 seconds for 104,964 comparisons to build 73 contigs. Peruse some of them. It varies from contig to contig, but in general there are fewer disagreements among the sequences and fewer places where several dots are stretched across extensive areas of disagreement. Microbial Genome Annotation Gene prediction and genome annotation has become a very complex field that we will not have time to adequately explore. Microbes, not having introns or extensive intergenic regions in general, are easier for gene prediction and annotation than are eukaryotes, but still quite a cottage industry has arisen in the development of software. We will explore the online version of one of the popular packages. SoftBerry sells a fully functional version of fgeneb, but we will use the more limited online version. Follow this link.

13 We will use the website to predict where genes are located and the predicted amino acid sequence. The file we will use is the first 20,000 nucleotides of the Geobacter metallireducens genome sequence. This is the fasta file we will use: Gmetallireducens1to20000.fasta. It should be located on your computer. At the SoftBerry fgenesb site, you should see these controls: Open the fasta file in Word and paste the sequence into the textbox (I sometimes have problems with browsing to the file and uploading it). In the pull-down menu for selecting the closest organism, select Geobacter sulfurreducens PCA, as shown. Click on process. Your results should look similar to this: You may also get an assignment of genes to operons (3 in this case, although this run did not produce that information). This shows that 14 genes were predicted in this region. Predictions 2 and 8 are unusually short proteins and are probably wrong (no experimental evidence has been found that they are expressed as proteins). The file Gmetallireducens1to20000.gb shows the GenBank annotation of this region for your comparison. Not all of the start and stop positions agree between the prediction above and the GenBank file. However, in many cases the information in the GenBank file is based solely on computational inference and may be wrong. The problem of overprediction and correct identification of start and stop codon is a widespread one in genome annotation. In practice, genome sequencing centers and research groups use automated genome annotation methods (including the commercial version of fgenesb). However, this can be done simply by use of the above information and BLAST searches of the NCBI database. Try doing BLAST searches with some of the predictions to see if you get a hit to the G. metallireducens genome, to proteins in other species with similar names, or to completely unrelated species and proteins.

Bioinformatics Resources at a Glance

Bioinformatics Resources at a Glance Bioinformatics Resources at a Glance A Note about FASTA Format There are MANY free bioinformatics tools available online. Bioinformaticists have developed a standard format for nucleotide and protein sequences

More information

Vector NTI Advance 11 Quick Start Guide

Vector NTI Advance 11 Quick Start Guide Vector NTI Advance 11 Quick Start Guide Catalog no. 12605050, 12605099, 12605103 Version 11.0 December 15, 2008 12605022 Published by: Invitrogen Corporation 5791 Van Allen Way Carlsbad, CA 92008 U.S.A.

More information

Analyzing A DNA Sequence Chromatogram

Analyzing A DNA Sequence Chromatogram LESSON 9 HANDOUT Analyzing A DNA Sequence Chromatogram Student Researcher Background: DNA Analysis and FinchTV DNA sequence data can be used to answer many types of questions. Because DNA sequences differ

More information

GENE CONSTRUCTION KIT 4

GENE CONSTRUCTION KIT 4 GENE CONSTRUCTION KIT 4 Tutorials & User Manual from Textco BioSoftware, Inc. September 2012, First Edition Gene Construction Kit 4 Manual is Copyright Textco Bio- Software, Inc. 2003-2012. All rights

More information

Version 5.0 Release Notes

Version 5.0 Release Notes Version 5.0 Release Notes 2011 Gene Codes Corporation Gene Codes Corporation 775 Technology Drive, Ann Arbor, MI 48108 USA 1.800.497.4939 (USA) +1.734.769.7249 (elsewhere) +1.734.769.7074 (fax) www.genecodes.com

More information

DNA Sequencing Overview

DNA Sequencing Overview DNA Sequencing Overview DNA sequencing involves the determination of the sequence of nucleotides in a sample of DNA. It is presently conducted using a modified PCR reaction where both normal and labeled

More information

SeqScape Software Version 2.5 Comprehensive Analysis Solution for Resequencing Applications

SeqScape Software Version 2.5 Comprehensive Analysis Solution for Resequencing Applications Product Bulletin Sequencing Software SeqScape Software Version 2.5 Comprehensive Analysis Solution for Resequencing Applications Comprehensive reference sequence handling Helps interpret the role of each

More information

BIGPOND ONLINE STORAGE USER GUIDE Issue 1.1.0-18 August 2005

BIGPOND ONLINE STORAGE USER GUIDE Issue 1.1.0-18 August 2005 BIGPOND ONLINE STORAGE USER GUIDE Issue 1.1.0-18 August 2005 PLEASE NOTE: The contents of this publication, and any associated documentation provided to you, must not be disclosed to any third party without

More information

Working with AppleScript

Working with AppleScript Tutorial for Macintosh Working with AppleScript 2016 Gene Codes Corporation Gene Codes Corporation 775 Technology Drive, Ann Arbor, MI 48108 USA 1.800.497.4939 (USA) +1.734.769.7249 (elsewhere) +1.734.769.7074

More information

Clone Manager. Getting Started

Clone Manager. Getting Started Clone Manager for Windows Professional Edition Volume 2 Alignment, Primer Operations Version 9.5 Getting Started Copyright 1994-2015 Scientific & Educational Software. All rights reserved. The software

More information

Microsoft Excel 2013 Tutorial

Microsoft Excel 2013 Tutorial Microsoft Excel 2013 Tutorial TABLE OF CONTENTS 1. Getting Started Pg. 3 2. Creating A New Document Pg. 3 3. Saving Your Document Pg. 4 4. Toolbars Pg. 4 5. Formatting Pg. 6 Working With Cells Pg. 6 Changing

More information

DNA sequencing is the process of determining the precise order of the nucleotide bases in a particular DNA molecule. In 1974, two methods of DNA

DNA sequencing is the process of determining the precise order of the nucleotide bases in a particular DNA molecule. In 1974, two methods of DNA BIO440 Genetics Laboratory DNA sequencing DNA sequencing is the process of determining the precise order of the nucleotide bases in a particular DNA molecule. In 1974, two methods of DNA sequencing were

More information

LESSON 9. Analyzing DNA Sequences and DNA Barcoding. Introduction. Learning Objectives

LESSON 9. Analyzing DNA Sequences and DNA Barcoding. Introduction. Learning Objectives 9 Analyzing DNA Sequences and DNA Barcoding Introduction DNA sequencing is performed by scientists in many different fields of biology. Many bioinformatics programs are used during the process of analyzing

More information

AS4.1 190509 Replaces 260806 Page 1 of 50 ATF. Software for. DNA Sequencing. Operators Manual. Assign-ATF is intended for Research Use Only (RUO):

AS4.1 190509 Replaces 260806 Page 1 of 50 ATF. Software for. DNA Sequencing. Operators Manual. Assign-ATF is intended for Research Use Only (RUO): Replaces 260806 Page 1 of 50 ATF Software for DNA Sequencing Operators Manual Replaces 260806 Page 2 of 50 1 About ATF...5 1.1 Compatibility...5 1.1.1 Computer Operator Systems...5 1.1.2 DNA Sequencing

More information

Microsoft Word 2010. Quick Reference Guide. Union Institute & University

Microsoft Word 2010. Quick Reference Guide. Union Institute & University Microsoft Word 2010 Quick Reference Guide Union Institute & University Contents Using Word Help (F1)... 4 Window Contents:... 4 File tab... 4 Quick Access Toolbar... 5 Backstage View... 5 The Ribbon...

More information

Introduction to Bioinformatics 3. DNA editing and contig assembly

Introduction to Bioinformatics 3. DNA editing and contig assembly Introduction to Bioinformatics 3. DNA editing and contig assembly Benjamin F. Matthews United States Department of Agriculture Soybean Genomics and Improvement Laboratory Beltsville, MD 20708 matthewb@ba.ars.usda.gov

More information

RETRIEVING SEQUENCE INFORMATION. Nucleotide sequence databases. Database search. Sequence alignment and comparison

RETRIEVING SEQUENCE INFORMATION. Nucleotide sequence databases. Database search. Sequence alignment and comparison RETRIEVING SEQUENCE INFORMATION Nucleotide sequence databases Database search Sequence alignment and comparison Biological sequence databases Originally just a storage place for sequences. Currently the

More information

TUTORIAL 4 Building a Navigation Bar with Fireworks

TUTORIAL 4 Building a Navigation Bar with Fireworks TUTORIAL 4 Building a Navigation Bar with Fireworks This tutorial shows you how to build a Macromedia Fireworks MX 2004 navigation bar that you can use on multiple pages of your website. A navigation bar

More information

After you complete the survey, compare what you saw on the survey to the actual questions listed below:

After you complete the survey, compare what you saw on the survey to the actual questions listed below: Creating a Basic Survey Using Qualtrics Clayton State University has purchased a campus license to Qualtrics. Both faculty and students can use Qualtrics to create surveys that contain many different types

More information

CATIA Basic Concepts TABLE OF CONTENTS

CATIA Basic Concepts TABLE OF CONTENTS TABLE OF CONTENTS Introduction...1 Manual Format...2 Log on/off procedures for Windows...3 To log on...3 To logoff...7 Assembly Design Screen...8 Part Design Screen...9 Pull-down Menus...10 Start...10

More information

Once you have obtained a username and password you must open one of the compatible web browsers and go to the following address to begin:

Once you have obtained a username and password you must open one of the compatible web browsers and go to the following address to begin: CONTENT MANAGER GUIDELINES Content Manager is a web-based application created by Scala that allows users to have the media they upload be sent out to individual players in many locations. It includes many

More information

Microsoft Office PowerPoint 2013

Microsoft Office PowerPoint 2013 Microsoft Office PowerPoint 2013 Navigating the PowerPoint 2013 Environment The Ribbon: The ribbon is where you will access a majority of the commands you will use to create and develop your presentation.

More information

Tutorial for Windows and Macintosh. Preparing Your Data for NGS Alignment

Tutorial for Windows and Macintosh. Preparing Your Data for NGS Alignment Tutorial for Windows and Macintosh Preparing Your Data for NGS Alignment 2015 Gene Codes Corporation Gene Codes Corporation 775 Technology Drive, Ann Arbor, MI 48108 USA 1.800.497.4939 (USA) 1.734.769.7249

More information

Embroidery Fonts Plus ( EFP ) Tutorial Guide Version 1.0505

Embroidery Fonts Plus ( EFP ) Tutorial Guide Version 1.0505 Embroidery Fonts Plus ( EFP ) Tutorial Guide Version 1.0505 1 Contents Chapter 1 System Requirements.................. 3 Chapter 2 Quick Start Installation.................. 4 System Requirements................

More information

Windows XP Pro: Basics 1

Windows XP Pro: Basics 1 NORTHWEST MISSOURI STATE UNIVERSITY ONLINE USER S GUIDE 2004 Windows XP Pro: Basics 1 Getting on the Northwest Network Getting on the Northwest network is easy with a university-provided PC, which has

More information

How to create and personalize a PDF portfolio

How to create and personalize a PDF portfolio How to create and personalize a PDF portfolio Creating and organizing a PDF portfolio is a simple process as simple as dragging and dropping files from one folder to another. To drag files into an empty

More information

Digital Marketing EasyEditor Guide Dynamic

Digital Marketing EasyEditor Guide Dynamic Surveys ipad Segmentation Reporting Email Sign up Email marketing that works for you Landing Pages Results Digital Marketing EasyEditor Guide Dynamic Questionnaires QR Codes SMS 43 North View, Westbury

More information

Microsoft Word Track Changes

Microsoft Word Track Changes Microsoft Word Track Changes This document is provided for your information only. You SHOULD NOT upload a document into imedris that contains tracked changes. You can choose to use track changes for your

More information

Excel -- Creating Charts

Excel -- Creating Charts Excel -- Creating Charts The saying goes, A picture is worth a thousand words, and so true. Professional looking charts give visual enhancement to your statistics, fiscal reports or presentation. Excel

More information

GenBank, Entrez, & FASTA

GenBank, Entrez, & FASTA GenBank, Entrez, & FASTA Nucleotide Sequence Databases First generation GenBank is a representative example started as sort of a museum to preserve knowledge of a sequence from first discovery great repositories,

More information

How to Make the Most of Excel Spreadsheets

How to Make the Most of Excel Spreadsheets How to Make the Most of Excel Spreadsheets Analyzing data is often easier when it s in an Excel spreadsheet rather than a PDF for example, you can filter to view just a particular grade, sort to view which

More information

WHAT S NEW IN WORD 2010 & HOW TO CUSTOMIZE IT

WHAT S NEW IN WORD 2010 & HOW TO CUSTOMIZE IT WHAT S NEW IN WORD 2010 & HOW TO CUSTOMIZE IT The Ribbon... 2 Default Tabs... 2 Contextual Tabs... 2 Minimizing and Restoring the Ribbon... 3 Customizing the Ribbon... 3 A New Graphic Interface... 5 Live

More information

INTRODUCTION to ESRI ARCGIS For Visualization, CPSC 178

INTRODUCTION to ESRI ARCGIS For Visualization, CPSC 178 INTRODUCTION to ESRI ARCGIS For Visualization, CPSC 178 1) Navigate to the C:/temp folder 2) Make a directory using your initials. 3) Use your web browser to navigate to www.library.yale.edu/mapcoll/ and

More information

Snagit 10. Getting Started Guide. March 2010. 2010 TechSmith Corporation. All rights reserved.

Snagit 10. Getting Started Guide. March 2010. 2010 TechSmith Corporation. All rights reserved. Snagit 10 Getting Started Guide March 2010 2010 TechSmith Corporation. All rights reserved. Introduction If you have just a few minutes or want to know just the basics, this is the place to start. This

More information

MS Word 2007 practical notes

MS Word 2007 practical notes MS Word 2007 practical notes Contents Opening Microsoft Word 2007 in the practical room... 4 Screen Layout... 4 The Microsoft Office Button... 4 The Ribbon... 5 Quick Access Toolbar... 5 Moving in the

More information

USER MANUAL SlimComputer

USER MANUAL SlimComputer USER MANUAL SlimComputer 1 Contents Contents...2 What is SlimComputer?...2 Introduction...3 The Rating System...3 Buttons on the Main Interface...5 Running the Main Scan...8 Restore...11 Optimizer...14

More information

SICKLE CELL ANEMIA & THE HEMOGLOBIN GENE TEACHER S GUIDE

SICKLE CELL ANEMIA & THE HEMOGLOBIN GENE TEACHER S GUIDE AP Biology Date SICKLE CELL ANEMIA & THE HEMOGLOBIN GENE TEACHER S GUIDE LEARNING OBJECTIVES Students will gain an appreciation of the physical effects of sickle cell anemia, its prevalence in the population,

More information

Excel 2007 Basic knowledge

Excel 2007 Basic knowledge Ribbon menu The Ribbon menu system with tabs for various Excel commands. This Ribbon system replaces the traditional menus used with Excel 2003. Above the Ribbon in the upper-left corner is the Microsoft

More information

Microsoft PowerPoint 2010

Microsoft PowerPoint 2010 Microsoft PowerPoint 2010 Starting PowerPoint... 2 PowerPoint Window Properties... 2 The Ribbon... 3 Default Tabs... 3 Contextual Tabs... 3 Minimizing and Restoring the Ribbon... 4 The Backstage View...

More information

Searching Nucleotide Databases

Searching Nucleotide Databases Searching Nucleotide Databases 1 When we search a nucleic acid databases, Mascot always performs a 6 frame translation on the fly. That is, 3 reading frames from the forward strand and 3 reading frames

More information

Microsoft PowerPoint 2011

Microsoft PowerPoint 2011 Microsoft PowerPoint 2011 Starting PowerPoint... 2 Creating Slides in Your Presentation... 3 Beginning with the Title Slide... 3 Inserting a New Slide... 3 Adding an Image to a Slide... 4 Downloading Images

More information

HOW TO ORGANIZE PICTURES

HOW TO ORGANIZE PICTURES Get started When you upload your pictures to Shutterfly, you can do much more than view them. Our workspace offers tools that let you quickly and easily organize your photos as well. We re going to show

More information

Create a Poster Using Publisher

Create a Poster Using Publisher Contents 1. Introduction 1. Starting Publisher 2. Create a Poster Template 5. Aligning your images and text 7. Apply a background 12. Add text to your poster 14. Add pictures to your poster 17. Add graphs

More information

Surveyor. DNA Variant Analysis Software. Mutation. SoftGenetics LLC. v 3.1. 200 Innovation Blvd, Suite 235 State College PA 16803 USA 814/237/9340

Surveyor. DNA Variant Analysis Software. Mutation. SoftGenetics LLC. v 3.1. 200 Innovation Blvd, Suite 235 State College PA 16803 USA 814/237/9340 Mutation Surveyor DNA Variant Analysis Software v 3.1 SoftGenetics LLC 200 Innovation Blvd, Suite 235 State College PA 16803 USA 814/237/9340 email: info@softgenetics.com technical service: tech_support@softgenetics.com

More information

Pulling a Random Sample from a MAXQDA Dataset

Pulling a Random Sample from a MAXQDA Dataset In this guide you will learn how to pull a random sample from a MAXQDA dataset, using the random cell function in Excel. In this process you will learn how to export and re-import variables from MAXQDA.

More information

KPN SMS mail. Send SMS as fast as e-mail!

KPN SMS mail. Send SMS as fast as e-mail! KPN SMS mail Send SMS as fast as e-mail! Quick start Start using KPN SMS mail in 5 steps If you want to install and use KPN SMS mail quickly, without reading the user guide, follow the next five steps.

More information

How to create pop-up menus

How to create pop-up menus How to create pop-up menus Pop-up menus are menus that are displayed in a browser when a site visitor moves the pointer over or clicks a trigger image. Items in a pop-up menu can have URL links attached

More information

Free Excel add-in for linear regression and multivariate data analysis

Free Excel add-in for linear regression and multivariate data analysis Free Excel add-in for linear regression and multivariate data analysis INSTALLATION INSTRUCTIONS The RegressIt add-in for regression analysis operates under Excel 2007, 2010, and 2013 and either Windows

More information

Adobe Acrobat 6.0 Professional

Adobe Acrobat 6.0 Professional Adobe Acrobat 6.0 Professional Manual Adobe Acrobat 6.0 Professional Manual Purpose The will teach you to create, edit, save, and print PDF files. You will also learn some of Adobe s collaborative functions,

More information

Using Microsoft Word. Working With Objects

Using Microsoft Word. Working With Objects Using Microsoft Word Many Word documents will require elements that were created in programs other than Word, such as the picture to the right. Nontext elements in a document are referred to as Objects

More information

TLMC WORKSHOP: THESIS FORMATTING IN WORD 2010

TLMC WORKSHOP: THESIS FORMATTING IN WORD 2010 Table of Contents Introduction... 2 Getting Help... 2 Tips... 2 Working with Styles... 3 Applying a Style... 3 Choosing Which Styles to Use... 3 Modifying a Style... 4 Creating A New Style... 4 Setting

More information

MICROSOFT OFFICE ACCESS 2007 - NEW FEATURES

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

More information

Microsoft Word 2010 Prepared by Computing Services at the Eastman School of Music July 2010

Microsoft Word 2010 Prepared by Computing Services at the Eastman School of Music July 2010 Microsoft Word 2010 Prepared by Computing Services at the Eastman School of Music July 2010 Contents Microsoft Office Interface... 4 File Ribbon Tab... 5 Microsoft Office Quick Access Toolbar... 6 Appearance

More information

Quick Start Guide. Highly customizable automated trading Automate your trades according to rules and models you create.

Quick Start Guide. Highly customizable automated trading Automate your trades according to rules and models you create. POWER E*TRADE PRO EXCEL MANAGER Quick Start Guide We are pleased to announce the launch of Excel Manager, an exciting new feature in Power E*TRADE Pro that leverages the flexibility of Microsoft Excel

More information

5. Tutorial. Starting FlashCut CNC

5. Tutorial. Starting FlashCut CNC FlashCut CNC Section 5 Tutorial 259 5. Tutorial Starting FlashCut CNC To start FlashCut CNC, click on the Start button, select Programs, select FlashCut CNC 4, then select the FlashCut CNC 4 icon. A dialog

More information

How do you use word processing software (MS Word)?

How do you use word processing software (MS Word)? How do you use word processing software (MS Word)? Page 1 How do you use word processing software (MS Word)? Lesson Length: 2 hours Lesson Plan: The following text will lead you (the instructor) through

More information

Microsoft Office Word 2007 Training

Microsoft Office Word 2007 Training Microsoft Office Word 2007 Training Created & Hosted by: Hagop (Jack) Hadjinian I.A., Information Technology Course Contents: Lesson 1: Get to know the Ribbon Lesson 2: Find everyday commands The lesson

More information

Contact Manager HELP GUIDE

Contact Manager HELP GUIDE Contact Manager HELP GUIDE Monday Friday 8 am 7:30 pm, Saturday 9 am 5 pm, Sunday 9 am 1 pm Revised: June 3, 2014 Table of Contents Managing Contacts... 4 Create A New Contact... 4 Contact Name(s)... 4

More information

Intellect Platform - The Workflow Engine Basic HelpDesk Troubleticket System - A102

Intellect Platform - The Workflow Engine Basic HelpDesk Troubleticket System - A102 Intellect Platform - The Workflow Engine Basic HelpDesk Troubleticket System - A102 Interneer, Inc. Updated on 2/22/2012 Created by Erika Keresztyen Fahey 2 Workflow - A102 - Basic HelpDesk Ticketing System

More information

itunes Basics Website: http://etc.usf.edu/te/

itunes Basics Website: http://etc.usf.edu/te/ Website: http://etc.usf.edu/te/ itunes is the digital media management program included in ilife. With itunes you can easily import songs from your favorite CDs or purchase them from the itunes Store.

More information

Petrel TIPS&TRICKS from SCM

Petrel TIPS&TRICKS from SCM Petrel TIPS&TRICKS from SCM Knowledge Worth Sharing Histograms and SGS Modeling Histograms are used daily for interpretation, quality control, and modeling in Petrel. This TIPS&TRICKS document briefly

More information

Vodafone PC SMS 2010. (Software version 4.7.1) User Manual

Vodafone PC SMS 2010. (Software version 4.7.1) User Manual Vodafone PC SMS 2010 (Software version 4.7.1) User Manual July 19, 2010 Table of contents 1. Introduction...4 1.1 System Requirements... 4 1.2 Reply-to-Inbox... 4 1.3 What s new?... 4 2. Installation...6

More information

UGENE Quick Start Guide

UGENE Quick Start Guide Quick Start Guide This document contains a quick introduction to UGENE. For more detailed information, you can find the UGENE User Manual and other special manuals in project website: http://ugene.unipro.ru.

More information

Merging Labels, Letters, and Envelopes Word 2013

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

More information

Information Technology. Introduction to Vista

Information Technology. Introduction to Vista Information Technology Introduction to Vista The Vista Login Screen. Vista, like XP, remembers the previous user. After logging in, you can select your own picture. For a different user to login, click

More information

Reviewing documents with track changes in Word 2013

Reviewing documents with track changes in Word 2013 Reviewing documents with track changes in Word 2013 Information Services Reviewing documents with track changes in Word 2013 This note covers how to use Word s reviewing tools to track the changes made

More information

Exercises for the UCSC Genome Browser Introduction

Exercises for the UCSC Genome Browser Introduction Exercises for the UCSC Genome Browser Introduction 1) Find out if the mouse Brca1 gene has non-synonymous SNPs, color them blue, and get external data about a codon-changing SNP. Skills: basic text search;

More information

Microsoft Office 2010: Introductory Q&As PowerPoint Chapter 3

Microsoft Office 2010: Introductory Q&As PowerPoint Chapter 3 Microsoft Office 2010: Introductory Q&As PowerPoint Chapter 3 How do I resize the picture so that it maintains its proportions? (PPT 141) Press and hold the shift key while dragging a sizing handle away

More information

OUTLOOK WEB APP (OWA): MAIL

OUTLOOK WEB APP (OWA): MAIL Office 365 Navigation Pane: Navigating in Office 365 Click the App Launcher and then choose the application (i.e. Outlook, Calendar, People, etc.). To modify your personal account settings, click the Logon

More information

When you install Mascot, it includes a copy of the Swiss-Prot protein database. However, it is almost certain that you and your colleagues will want

When you install Mascot, it includes a copy of the Swiss-Prot protein database. However, it is almost certain that you and your colleagues will want 1 When you install Mascot, it includes a copy of the Swiss-Prot protein database. However, it is almost certain that you and your colleagues will want to search other databases as well. There are very

More information

Internet Explorer 7. Getting Started The Internet Explorer Window. Tabs NEW! Working with the Tab Row. Microsoft QUICK Source

Internet Explorer 7. Getting Started The Internet Explorer Window. Tabs NEW! Working with the Tab Row. Microsoft QUICK Source Microsoft QUICK Source Internet Explorer 7 Getting Started The Internet Explorer Window u v w x y { Using the Command Bar The Command Bar contains shortcut buttons for Internet Explorer tools. To expand

More information

3 What s New in Excel 2007

3 What s New in Excel 2007 3 What s New in Excel 2007 3.1 Overview of Excel 2007 Microsoft Office Excel 2007 is a spreadsheet program that enables you to enter, manipulate, calculate, and chart data. An Excel file is referred to

More information

Introduction to Word 2007

Introduction to Word 2007 Introduction to Word 2007 You will notice some obvious changes immediately after starting Word 2007. For starters, the top bar has a completely new look, consisting of new features, buttons and naming

More information

Week 5 Cookbook: GIS Tutorial Chapter 2 GIS Map Design: Choropleth Maps

Week 5 Cookbook: GIS Tutorial Chapter 2 GIS Map Design: Choropleth Maps Week 5 Cookbook: GIS Tutorial Chapter 2 GIS Map Design: Choropleth Maps Week 5 Overview 1. Introducing Choropleth Maps 2. Introducing Map Elements 3. First Hands-On Example 4. Your Turn: GIS Tutorial Chapter

More information

EDIT202 PowerPoint Lab Assignment Guidelines

EDIT202 PowerPoint Lab Assignment Guidelines EDIT202 PowerPoint Lab Assignment Guidelines 1. Create a folder named LABSEC-CCID-PowerPoint. 2. Download the PowerPoint-Sample.avi video file from the course WebCT/Moodle site and save it into your newly

More information

OneDrive for Business User Guide

OneDrive for Business User Guide OneDrive for Business User Guide Contents About OneDrive for Business and Office 365... 2 Storing University Information in the Cloud... 2 Signing in... 2 The Office 365 Interface... 3 The OneDrive for

More information

Making a Web Page with Microsoft Publisher 2003

Making a Web Page with Microsoft Publisher 2003 Making a Web Page with Microsoft Publisher 2003 The first thing to consider when making a Web page or a Web site is the architecture of the site. How many pages will you have and how will they link to

More information

What Do You Think? for Instructors

What Do You Think? for Instructors Accessing course reports and analysis views What Do You Think? for Instructors Introduction As an instructor, you can use the What Do You Think? Course Evaluation System to see student course evaluation

More information

Excel 2007: Basics Learning Guide

Excel 2007: Basics Learning Guide Excel 2007: Basics Learning Guide Exploring Excel At first glance, the new Excel 2007 interface may seem a bit unsettling, with fat bands called Ribbons replacing cascading text menus and task bars. This

More information

Sage Accountants Business Cloud EasyEditor Quick Start Guide

Sage Accountants Business Cloud EasyEditor Quick Start Guide Sage Accountants Business Cloud EasyEditor Quick Start Guide VERSION 1.0 September 2013 Contents Introduction 3 Overview of the interface 4 Working with elements 6 Adding and moving elements 7 Resizing

More information

Creating tables of contents and figures in Word 2013

Creating tables of contents and figures in Word 2013 Creating tables of contents and figures in Word 2013 Information Services Creating tables of contents and figures in Word 2013 This note shows you how to create a table of contents or a table of figures

More information

MultiExperiment Viewer Quickstart Guide

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

More information

SECTION 5: Finalizing Your Workbook

SECTION 5: Finalizing Your Workbook SECTION 5: Finalizing Your Workbook In this section you will learn how to: Protect a workbook Protect a sheet Protect Excel files Unlock cells Use the document inspector Use the compatibility checker Mark

More information

Getting Started with Excel 2008. Table of Contents

Getting Started with Excel 2008. Table of Contents Table of Contents Elements of An Excel Document... 2 Resizing and Hiding Columns and Rows... 3 Using Panes to Create Spreadsheet Headers... 3 Using the AutoFill Command... 4 Using AutoFill for Sequences...

More information

Lync 2013 FAQ s. How do I keep my Lync conversation window on top of all the other windows on my computer, so I can see it while I work?

Lync 2013 FAQ s. How do I keep my Lync conversation window on top of all the other windows on my computer, so I can see it while I work? Lync 2013 FAQ s How do I keep my Lync conversation window on top of all the other windows on my computer, so I can see it while I work? Select the drop-down button next to the Options icon, select Tools,

More information

edgebooks Quick Start Guide 4

edgebooks Quick Start Guide 4 edgebooks Quick Start Guide 4 memories made easy SECTION 1: Installing FotoFusion Please follow the steps in this section to install FotoFusion to your computer. 1. Please close all open applications prior

More information

IT Quick Reference Guides Using Windows 7

IT Quick Reference Guides Using Windows 7 IT Quick Reference Guides Using Windows 7 Windows Guides This sheet covers many of the basic commands for using the Windows 7 operating system. WELCOME TO WINDOWS 7 After you log into your machine, the

More information

RESTRICTION DIGESTS Based on a handout originally available at

RESTRICTION DIGESTS Based on a handout originally available at RESTRICTION DIGESTS Based on a handout originally available at http://genome.wustl.edu/overview/rst_digest_handout_20050127/restrictiondigest_jan2005.html What is a restriction digests? Cloned DNA is cut

More information

UF Health SharePoint 2010 Introduction to Content Administration

UF Health SharePoint 2010 Introduction to Content Administration UF Health SharePoint 2010 Introduction to Content Administration Email: training@health.ufl.edu Web Page: http://training.health.ufl.edu Last Updated 2/7/2014 Introduction to SharePoint 2010 2.0 Hours

More information

CREATING EXCEL PIVOT TABLES AND PIVOT CHARTS FOR LIBRARY QUESTIONNAIRE RESULTS

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

More information

Lottery Looper. User Manual

Lottery Looper. User Manual Lottery Looper User Manual Lottery Looper 1.7 copyright Timersoft. All rights reserved. http://www.timersoft.com The information contained in this document is subject to change without notice. This document

More information

DOING MORE WITH WORD: MICROSOFT OFFICE 2010

DOING MORE WITH WORD: MICROSOFT OFFICE 2010 University of North Carolina at Chapel Hill Libraries Carrboro Cybrary Chapel Hill Public Library Durham County Public Library DOING MORE WITH WORD: MICROSOFT OFFICE 2010 GETTING STARTED PAGE 02 Prerequisites

More information

Creating Interactive PDF Forms

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

More information

CentralMass DataCommon

CentralMass DataCommon CentralMass DataCommon User Training Guide Welcome to the DataCommon! Whether you are a data novice or an expert researcher, the CentralMass DataCommon can help you get the information you need to learn

More information

Microsoft Office Access 2007 Basics

Microsoft Office Access 2007 Basics Access(ing) A Database Project PRESENTED BY THE TECHNOLOGY TRAINERS OF THE MONROE COUNTY LIBRARY SYSTEM EMAIL: TRAININGLAB@MONROE.LIB.MI.US MONROE COUNTY LIBRARY SYSTEM 734-241-5770 1 840 SOUTH ROESSLER

More information

New Features in Microsoft Office 2007

New Features in Microsoft Office 2007 New Features in Microsoft Office 2007 TABLE OF CONTENTS The Microsoft Office Button... 2 The Quick Access Toolbar... 2 Adding buttons to the Quick Access Toolbar... 2 Removing buttons from the Quick Access

More information

Sequencing Analysis Software Version 5.1

Sequencing Analysis Software Version 5.1 Applied Biosystems DNA Sequencing Analysis Software Sequencing Analysis Software Version 5.1 The Applied Biosystems DNA Sequencing Analysis Software v5.1 is designed to analyze, display, edit, save, and

More information

FirstClass FAQ's An item is missing from my FirstClass desktop

FirstClass FAQ's An item is missing from my FirstClass desktop FirstClass FAQ's An item is missing from my FirstClass desktop Deleted item: If you put a item on your desktop, you can delete it. To determine what kind of item (conference-original, conference-alias,

More information

Formatting & Styles Word 2010

Formatting & Styles Word 2010 Formatting & Styles Word 2010 Produced by Flinders University Centre for Educational ICT CONTENTS Layout... 1 Using the Ribbon Bar... 2 Minimising the Ribbon Bar... 2 The File Tab... 3 What the Commands

More information

Word 2010: The Basics Table of Contents THE WORD 2010 WINDOW... 2 SET UP A DOCUMENT... 3 INTRODUCING BACKSTAGE... 3 CREATE A NEW DOCUMENT...

Word 2010: The Basics Table of Contents THE WORD 2010 WINDOW... 2 SET UP A DOCUMENT... 3 INTRODUCING BACKSTAGE... 3 CREATE A NEW DOCUMENT... Word 2010: The Basics Table of Contents THE WORD 2010 WINDOW... 2 SET UP A DOCUMENT... 3 INTRODUCING BACKSTAGE... 3 CREATE A NEW DOCUMENT... 4 Open a blank document... 4 Start a document from a template...

More information