10/4/2012. Analysis and Visualization of Biological Networks with Cytoscape. Outline of the Day. Introductions

Size: px
Start display at page:

Download "10/4/2012. Analysis and Visualization of Biological Networks with Cytoscape. Outline of the Day. Introductions"

Transcription

1 Analysis and Visualization of Biological Networks with Cytoscape John Scooter Morris, Ph.D., UCSF October 4, Outline of the Day Introductions and setup (15 minutes) Biological Networks (60 minutes) Analytical Approaches Visualization Break Introduction to Cytoscape (45 minutes) Guided tutorial Introduction to Cytoscape II (45 minutes) Lunch Plugin Demos and Use Cases (25 minutes) Tips & Tricks (15 minutes) Working with Data (25 minutes) Analysis with Microarray Data (25 minutes) Break In-depth Examples with Your Data Future directions Cytoscape 3.0 Questions and (hopefully) Answers 2 Introductions John Scooter Morris Currently Adjunct Assistant Professor, Pharmaceutical Chemistry Director, NIH Resource for Biocomputing, Visualization, and Informatics UCSF Roving Engineer, NIH National Resource for Network Biology (NRNB) Distinguished Systems Architect: Genentech, Inc. Cytoscape core team since 2006 Author of several Cytoscape plugins SFLDLoader, structureviz, clustermaker, chemviz, metanodeplugin, grouptool, commandtool, biocycplugin 3 1

2 Introductions Alex Pico, Ph.D Current Executive Director, National Resource for Network Biology 2007-Current Bioinformatics Group Leader, Gladstone Institutes, UCSF Cytoscape core team since 2007 Developer of several Cytoscape plugins: CriteriaMapper, GenMAPP Workspaces, GO-Elite, GOLayout, BubbleRouter, Mosaic. 4 Introductions You? Biologists Bioinformaticists Mathematicians Computer Scientists Molecular Biogists Chemists Other? 5 Introductions What do you hope to get from today s workshop? 6 2

3 Installation CD Contents Cytoscape installers for Mac, Linux, Windows Several additional plugins Sample data files PDFs for hands-on portions 7 Installation If you have not yet installed Cytoscape 2.8: Install Cytoscape by executing the appropriate installer If desired, copy plugins into your Cytoscape plugins folder Linux: {Cytoscape install directory}/plugins Included in installers! Windows: \Program Files\Cytoscape_v2.8.0\plugins Mac OS X: /Applications/Cytoscape_v2.8.0/plugins Alternatively, can use Install Plugin From File to install the desired plugins 8 What is a network tool? Networks provide an integrating context for data Commonly understood diagrammatic representation for concepts and relationships Provides structure that helps reduce underlying complexity of the data More efficient than searching databases element-by-element Network tools give us functionality for studying complex processes Analysis of global characteristics of the data, e.g. degree, clustering coefficient, shortest paths, centrality, density Identify key elements (hubs) and interesting subnets Help elucidate mechanisms of interaction Visualization of data superimposed upon the network Help understand how a process is modulated or attenuated by a stimulus 9 3

4 10/4/2012 Applications of Network Biology jactivemodules, UCSD Gene Function Prediction shows connections to sets of genes/ proteins involved in same biological process Detection of protein complexes/ other modular structures discover modularity & higher order organization (motifs, feedback loops) Network evolution biological process(s) conservation across species Prediction of new interactions and functional associations Statistically significant domaindomain correlations in protein interaction network to predict protein-protein or genetic interaction mcode, University of Toronto DomainGraph, Max Planck Institute PathBlast, UCSD 10 Applications of Network Informatics in Disease Agilent Literature Search Identification of disease subnetworks identification of disease network subnetworks that are transcriptionally active in disease. Subnetwork-based diagnosis source of biomarkers for disease classification, identify interconnected genes whose aggregate expression levels are predictive of disease state Subnetwork-based gene association map common pathway mechanisms affected by collection of genotypes (SNP, CNV) PinnacleZ, UCSD Mondrian, MSKCC 11 Biological Networks Motivation/Challenge Biological Network Taxonomy Network metrics and analysis Concepts Scale-free networks Random networks Network measures Clustering Network motifs Overrepresentation analysis 12 4

5 10/4/2012 The Challenge Making sense out of biological networks. 13 The Challenge Biological networks (nodes and edges) Seldom tell us anything by themselves Analysis involves: Understanding the characteristics of the network Modularity Comparison with other networks (specifically random networks) Visualization involves: Placing nodes in a meaningful way (layouts) Mapping biologically relevant data to the network Node size Node color Edge weights 14 The Challenge 15 5

6 10/4/2012 Biological Network Taxonomy Pathways Signaling Metabolic Regulatory Phylogeny (could also be thought of as similarity) 16 Biological Network Taxonomy Interactions Protein-Protein interactions Protein-Ligand interactions Genetic interactions Domain-Domain interactions Others Residue or atomic interactions Cell/cell interactions Population biology Epidemiology Social networks 17 Biological Network Taxonomy Similarity Protein-Protein similarity Chemical similarity Ligand similarity (SEA) Others Tag clouds Topic maps 18 6

7 Analytical approaches Concepts Graph/Network correspondence Node/Vertex correspondence Edge directedness Usually a network property Node degree Multigraph Allow multiple edges between nodes Hypergraph Allow edges to connect more than 2 nodes 19 Analytical approaches Scale-free networks Degree distribution follows power law: P(k) ~ k -γ, where γ is a constant. Result is that there are distinctive hubs (essential proteins?) Overall, though, network is resilient to perturbation Biological (and social) networks tend to be scalefree 20 Analytical approaches Random networks Algorithms exist to create random networks Flat random network: Erdos-Renyi High clustering coefficient: Watts-Strogatz Scale-free: Barabasi-Albert Nodes have similar degrees Useful to compare your network vs. a random network 21 7

8 Analytical approaches Network measures Node degree Node indegree: # of edges for which this node is a target Node outdegree: # of edges for which this node is a source Shortest path length Shortest traversal distance between two nodes Can be weighted if edges have weights or hops if not 22 Network measures Node degree Analytical approaches Node indegree: # of edges for which this node is a target Node outdegree: # of edges for which this node is a source Shortest path length.5 Shortest traversal distance between two nodes.3 Can be weighted if edges have weights or hops if not Clustering coefficient Measures how close the neighbors of a node are to being a clique (fully connected group) 0 # of edges connecting a node s neighbors/the node s degree 1 23 Analytical approaches Centrality - measures of node importance Degree centrality (find hubs) Degree of this node / (# of nodes 1) Betweenness centrality (essentiality) The average number of shortest paths that go through this node Closeness centrality The sum of all shortest paths between this node and all other nodes / (# of nodes 1) 24 8

9 10/4/2012 Analytical approaches Clustering (find hubs, complexes) Goal: group related items together Clustering types: Hierarchical clustering Divide network into pair-wise hierarchy K-Means clustering Divide network into k groups MCL Uses a flow simulation to find groups Community Clustering Maximize intra-cluster edges vs. inter-cluster edges 25 Analytical approaches Motif finding Search directed networks for network motifs (feedforward loops, feedback loops, etc.) Overrepresentation analysis Find terms (GO) that are statistically overrepresented in a network Not really a network analysis technique Very useful for visualization 26 Analytical Approaches Network Analyzer Demo 27 9

10 10/4/2012 Visualization of Biological Networks Depiction Data Mapping Layouts Animation 28 Depiction There are various ways to depict biological networks: Node-Link (graph) representation This is what we most often think of Partitioned Node-Link representation Split graph into discrete partitions based on some feature Matrix representation Can be useful for very dense networks Can also map information into cells of matrix e.g. degree, color scale (heat map) 29 Data mapping Mapping of data values associated with graph elements onto graph visuals Visual attributes Node fill color, border color, border width, size, shape, opacity, label Edge type, color, width, ending type, ending size, ending color Mapping types Passthrough (labels) Continuous (numeric values) Discrete (categories) 30 10

11 10/4/2012 Data mapping Avoid cluttering your visualization with too much data Map the data you are specifically interested in to call out meaningful differences Mapping too much data to visual attributes may just confuse the viewer Can always create multiple networks and map different values 31 Layouts Layouts determine the location of nodes and (sometimes) the paths of edges Types: Simple Grid Partitions Hierarchical layout data as a tree or hierarchy Works best when there are no loops Circular (Radial) arrange nodes around a circle could use node attributes to govern position e.g. degree sorted 32 Layouts Types: Force-Directed simulate edges as springs may be weighted or unweighted Combining layouts Use a general layout (force directed) for the entire graph, but use hierarchical or radial to focus on a particular portion Multi-layer layouts Partition graph, layout each partition then layout partitions Many, many others 33 11

12 Layouts Use layouts to convey the relationships between the nodes Layout algorithms may need to be tuned to fit your network Layoutsà Settings menu Lots of parameters to change layout algorithm behavior Can also consider laying out portions of your network 34 Animation Animation is useful to show changes in a network: Over a time series Over different conditions Between species 35 Introduction to Cytoscape Overview Core Concepts Networks vs. Attributes VizMapper Plugins Apps Working with Data Loading network from the Web Importing networks from csv files or Excel Importing attributes from csv files or Excel The attribute browser Cytoscape tips & tricks 36 12

13 Cytoscape About Cytoscape: Cytoscape is an open source bioinformatics software platform for visualizing molecular interaction networks and integrating these interactions with gene expression profiles and other state data. Cytoscape Web Site 37 Visualization Integration Analysis WHAT IS CYTOSCAPE? 38 What is Cytoscape? Open source Cross platform A consortium University of Toronto University of Michigan Unilever 39 13

14 Core Concepts Networks and Annotations Networks e.g, biological pathways Annotations e.g., attributes or data 40 Core Concepts Visual Mapping with VizMapper Networks VizMapper Annotations 41 Visual Styles Use specific line types to indicate different types of interactions Encode specific physical entities as different node shapes. Set node sizes based on the degree of connectivity of the nodes. Browse extremely dense networks by controlling for the opacity of nodes Set node font sizes based on the degree of connectivity of the nodes. 42 Expression data 14

15 Core Concepts Apps! 43 Cytoscape Traditional uses Visualizing: PPI Pathways Mapping: Expression profiles Other state data Analysis: Network properties Data mapped onto network 44 Loading Networks Use import network from table: Excel file Comma or tab delimited text 45 15

16 Loading Attributes Loading attributes Use import attribute from table 46 Loading Attributes Loading attributes Use import attribute from table The Data Panel 47 Cytoscape Sessions In Cytoscape Open and Save mean Open Session and Save Session Sessions save pretty much everything: Networks Properties Visual styles Screen sizes 48 16

17 10/4/2012 Tutorial #1 Introduction to Cytoscape Part 1 Tutorial:Introduction_to_Cytoscape 49 Tutorial #2 Introduction to Cytoscape Part 2 Tutorial:Introduction_to_Cytoscape-part2 50 Cytoscape: Platform Cytoscape as a platform Plugin architecture BINGO GO Over expression analysis MCODE Finding protein complexes Agilent literature search plugin Creating networks from the literature 51 17

18 Examples/Demos clustermaker Clustering and cluster visualizations BiNGO Gene Ontology overrepresentation analysis structureviz Bringing protein structure to networks Mosaic Detangling network hairballs into pathways 52 Tips & Tricks Root graph There is one graph to rule them all. The networks in Cytoscape are all views on a single graph. Changing the attribute for a node in one network will also change that attribute for a node with the same ID in all other loaded networks There is no way to copy a node and keep the same ID Make a copy of the session 53 Tips & Tricks Network views When you open a large network, you will not get a view by default To improve interactive performance, Cytoscape has the concept of Levels of Detail Some visual attributes will only be apparent when you zoom in The level of detail for various attributes can be changed in the preferences To see what things will look like at full detail: Viewà Show Graphics Details 54 18

19 Tips & Tricks Network views When you open a large network, you will not get a view by default To improve interactive performance, Cytoscape has the concept of Levels of Detail Some visual attributes will only be apparent when you zoom in The level of detail for various attributes can be changed in the preferences To see what things will look like at full detail: Viewà Show Graphics Details 55 Tips & Tricks Some really useful commands Select the neighbors of a node Selectà Nodesà First Neighbors of Selected Nodes Finding the nodes on either side of an edge Selectà Nodesà Nodes Connected by Selected Edges Search for a node based on an attribute value: Click on the tools icon ( ) next to the search box Select the attribute you want to search under Select Attributeand click Apply The Search box will now search within the attribute you specified 56 Tips & Tricks Some more really useful commands The icon is a short-cut to doing a Force-directed layout To do a layout of only some nodes, select the nodes and then do Layoutà Cytoscape Layoutsà Force-Directed Layoutà Selected Nodes Only To change the background color (or any default visual property) Open the VizMapper tab and click on the two-node network labeled Defaults The background color is in the Global tab To force node height and width to be equal: Go to the default appearance dialog Click on dependencies 57 19

20 Tips & Tricks Logging By default, Cytoscape writes it s logs to the Error Dialog: Helpà Error Dialog Can change a preference to write it to the console Edità Preferencesà Properties Set logger.console to true Don t forget to save your preferences Restart Cytoscape (can also turn on debugging: cytoscape.debug, but I don t recommend it) 58 Tips & Tricks Memory Cytoscape uses lots of it Doesn t like to let go of it An occasional restart when working with large networks is a good thing Destroy views when you don t need them Java doesn t give us a good way to get the memory right at start time Cytoscape 2.7 does a much better job at guessing good default memory sizes than previous versions 59 Tips & Tricks.cytoscape directory Your defaults and any plugins downloaded from the plugin manager will go here Sometimes, if things get really messed up, deleting (or renaming) this directory can give you a clean slate Plugin manager Outdated doesn t necessarily mean won t work Plugin authors don t always update their plugins immediately after new releases Click on Show outdated plugins to see the entire list of plugins

21 Getting Help 61 Tutoral Working with Data 62 Tutoral Analysis of Microarray Data 63 21

22 In-depth Examples Work through an example use case provided by the audience 64 Future Directions Cytoscape 3.0 Re-architecture of Cytoscape Significantly more modular (uses OSGi) Separation of UI from core algorithms Multiple roots Provides for better isolation between apps Provides ability for apps to export an API Beta release October 1, 2012 Final release December, Future Directions Cytoscape 3.0 beta demo 66 22

23 Future Directions RBVI Plugins chemviz: Improved renderer Support CyCommands (2.8)/API (3.0) Support for multiple fingerprints Support for determining maximum common substructure Support for substructure searching Expose additional chemical descriptors Cytoscape 3 version structureviz: Ability to create networks from structures residue interactions domain interactions Ability to interact with Cytoscape from within Chimera Cytoscape 3 version clustermaker: Fuzzy clustering Additional algorithms Cytoscape 3 version 67 Demo/Sample use cases Use case 1: Expression data anlaysis Plugins: BiNGO, clustermaker Use case 2: Protein complexes in protein-protein interaction networks Plugins: clustermaker 68 Expression data analysis Load galfiltered.cys Explore the expression fold changes: gal1rgexp, gal4rgexp, and gal80rexp. The network is colored by gal4rgexp values. To explore the expression profile for these three deletions, we can use clustermaker to do a hierarchical cluster Pluginsà Clusterà Hierarchical Choose the attributes we re interested in (node.gal1rgexp, node.gal4rgexp, node.gal80rexp) Choose the type of clustering (pairwise average-linkage, Euclidean distance) Click Create Clusters 69 23

24 Expression data analysis Now, visualize the clusters by clicking on Visualize Clusters This will bring up the TreeView If the colors are too dark, they can be adjusted in the Settings dialog. Select the dendrogram branch at the top, as shown Note that this will also select those proteins in the network view 70 Expression data analysis Now we can see if these genes show any GO overrepresentation Start BiNGO Pluginsà Start BiNGO Give the clusters a name (e.g. cluster1) Click on Start BiNGO to process the data The results include a table and a network of GO associations In this case the top term is galactose catabolic process via UDP-galactose, which makes good sense 71 Protein Complexes Load collinsplus.cys Three networks, but only one view combined_scores_good.txt: Combined MS/TAP Yeast PPI network from Collins, et. al. DNA and Tran b.csv: Yeast EMAP RNAPuberNov2+Meg6c.csv: Yeast EMAP 72 24

25 Protein Complexes Load collinsplus.cys Three networks, but only one view combined_scores_good.txt: Combined MS/TAP Yeast PPI network from Collins, et. al. DNA and Tran b.csv: Yeast EMAP RNAPuberNov2+Meg6c.csv: Yeast EMAP Find MCL clusters in the PPI network Pluginsà Clusterà MCL cluster Density Parameter: 1.8 Weak EdgeWeight Pruning Threshold: 1.0E-10 Maximum residual value: Array source: PE Score Click on Visualize Clusters 73 Protein Complexes Now that we have PPI clusters, we can explore some EMAP data Select the DNA and Tran network Now perform a hierarchical cluster Pluginsà Clusterà Hierarchical Cluster Click on Visualize Clusters to bring up the TreeView 74 Protein Complexes Now that we have PPI clusters, we can explore some EMAP data Select the DNA and Tran network Now perform a hierarchical cluster Pluginsà Clusterà Hierarchical Cluster Click on Visualize Clusters to bring up the TreeView Select your PPI clustered network in Cytoscape Search for GIM5 and select the entire cluster Note how the proteins in TreeView highlight Note that BUD27 doesn t cluster very well in EMAP Deselect BUD27 edge 75 25

JustClust User Manual

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

More information

Visualizing Networks: Cytoscape. Prat Thiru

Visualizing Networks: Cytoscape. Prat Thiru Visualizing Networks: Cytoscape Prat Thiru Outline Introduction to Networks Network Basics Visualization Inferences Cytoscape Demo 2 Why (Biological) Networks? 3 Networks: An Integrative Approach Zvelebil,

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

Protein Protein Interaction Networks

Protein Protein Interaction Networks Functional Pattern Mining from Genome Scale Protein Protein Interaction Networks Young-Rae Cho, Ph.D. Assistant Professor Department of Computer Science Baylor University it My Definition of Bioinformatics

More information

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

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

More information

Bioinformatics: Network Analysis

Bioinformatics: Network Analysis Bioinformatics: Network Analysis Graph-theoretic Properties of Biological Networks COMP 572 (BIOS 572 / BIOE 564) - Fall 2013 Luay Nakhleh, Rice University 1 Outline Architectural features Motifs, modules,

More information

NNMi120 Network Node Manager i Software 9.x Essentials

NNMi120 Network Node Manager i Software 9.x Essentials NNMi120 Network Node Manager i Software 9.x Essentials Instructor-Led Training For versions 9.0 9.2 OVERVIEW This course is designed for those Network and/or System administrators tasked with the installation,

More information

Data Mining Cluster Analysis: Basic Concepts and Algorithms. Lecture Notes for Chapter 8. Introduction to Data Mining

Data Mining Cluster Analysis: Basic Concepts and Algorithms. Lecture Notes for Chapter 8. Introduction to Data Mining Data Mining Cluster Analysis: Basic Concepts and Algorithms Lecture Notes for Chapter 8 by Tan, Steinbach, Kumar 1 What is Cluster Analysis? Finding groups of objects such that the objects in a group will

More information

MicroStrategy Analytics Express User Guide

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

More information

Healthcare Analytics. Aryya Gangopadhyay UMBC

Healthcare Analytics. Aryya Gangopadhyay UMBC Healthcare Analytics Aryya Gangopadhyay UMBC Two of many projects Integrated network approach to personalized medicine Multidimensional and multimodal Dynamic Analyze interactions HealthMask Need for sharing

More information

Exercise with Gene Ontology - Cytoscape - BiNGO

Exercise with Gene Ontology - Cytoscape - BiNGO Exercise with Gene Ontology - Cytoscape - BiNGO This practical has material extracted from http://www.cbs.dtu.dk/chipcourse/exercises/ex_go/goexercise11.php In this exercise we will analyze microarray

More information

Tutorial for proteome data analysis using the Perseus software platform

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

More information

Advanced Presentation Features and Animation

Advanced Presentation Features and Animation There are three features that you should remember as you work within PowerPoint 2007: the Microsoft Office Button, the Quick Access Toolbar, and the Ribbon. The function of these features will be more

More information

Eclipse 4 RCP application Development COURSE OUTLINE

Eclipse 4 RCP application Development COURSE OUTLINE Description The Eclipse 4 RCP application development course will help you understand how to implement your own application based on the Eclipse 4 platform. The Eclipse 4 release significantly changes

More information

DeCyder Extended Data Analysis module Version 1.0

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

More information

Graph/Network Visualization

Graph/Network Visualization Graph/Network Visualization Data model: graph structures (relations, knowledge) and networks. Applications: Telecommunication systems, Internet and WWW, Retailers distribution networks knowledge representation

More information

CLC Bioinformatics Database

CLC Bioinformatics Database CLC Bioinformatics Database End User USER MANUAL Manual for CLC Bioinformatics Database 4.6 Windows, Mac OS X and Linux September 3, 2015 This software is for research purposes only. QIAGEN Aarhus A/S

More information

A Tutorial on dynamic networks. By Clement Levallois, Erasmus University Rotterdam

A Tutorial on dynamic networks. By Clement Levallois, Erasmus University Rotterdam A Tutorial on dynamic networks By, Erasmus University Rotterdam V 1.0-2013 Bio notes Education in economics, management, history of science (Ph.D.) Since 2008, turned to digital methods for research. data

More information

Network Analysis. BCH 5101: Analysis of -Omics Data 1/34

Network Analysis. BCH 5101: Analysis of -Omics Data 1/34 Network Analysis BCH 5101: Analysis of -Omics Data 1/34 Network Analysis Graphs as a representation of networks Examples of genome-scale graphs Statistical properties of genome-scale graphs The search

More information

They can be obtained in HQJHQH format directly from the home page at: http://www.engene.cnb.uam.es/downloads/kobayashi.dat

They can be obtained in HQJHQH format directly from the home page at: http://www.engene.cnb.uam.es/downloads/kobayashi.dat HQJHQH70 *XLGHG7RXU This document contains a Guided Tour through the HQJHQH platform and it was created for training purposes with respect to the system options and analysis possibilities. It is not intended

More information

Comparative Analysis Report:

Comparative Analysis Report: Comparative Analysis Report: Visualization Tools & Platforms By Annabel Weiner, Erol Basusta, Leah Wilkinson, and Quenton Oakes Table of Contents Executive Summary Introduction Assessment Criteria Publishability

More information

Creating a Network Graph with Gephi

Creating a Network Graph with Gephi Creating a Network Graph with Gephi Gephi is a powerful tool for network analysis, but it can be intimidating. It has a lot of tools for statistical analysis of network data most of which you won't be

More information

RA MODEL VISUALIZATION WITH MICROSOFT EXCEL 2013 AND GEPHI

RA MODEL VISUALIZATION WITH MICROSOFT EXCEL 2013 AND GEPHI RA MODEL VISUALIZATION WITH MICROSOFT EXCEL 2013 AND GEPHI Prepared for Prof. Martin Zwick December 9, 2014 by Teresa D. Schmidt (tds@pdx.edu) 1. DOWNLOADING AND INSTALLING USER DEFINED SPLIT FUNCTION

More information

Designing portal site structure and page layout using IBM Rational Application Developer V7 Part of a series on portal and portlet development

Designing portal site structure and page layout using IBM Rational Application Developer V7 Part of a series on portal and portlet development Designing portal site structure and page layout using IBM Rational Application Developer V7 Part of a series on portal and portlet development By Kenji Uchida Software Engineer IBM Corporation Level: Intermediate

More information

Chapter 14: Links. Types of Links. 1 Chapter 14: Links

Chapter 14: Links. Types of Links. 1 Chapter 14: Links 1 Unlike a word processor, the pages that you create for a website do not really have any order. You can create as many pages as you like, in any order that you like. The way your website is arranged and

More information

Visualizing molecular simulations

Visualizing molecular simulations Visualizing molecular simulations ChE210D Overview Visualization plays a very important role in molecular simulations: it enables us to develop physical intuition about the behavior of a system that is

More information

Clustering & Visualization

Clustering & Visualization Chapter 5 Clustering & Visualization Clustering in high-dimensional databases is an important problem and there are a number of different clustering paradigms which are applicable to high-dimensional data.

More information

What s New in Pathway Studio Web 11.1

What s New in Pathway Studio Web 11.1 1 1 What s New in Pathway Studio Web 11.1 Elseiver is pleased to announce the release of Pathway Studio Web 11.1 for all database subscriptions (Mammal, Mammal+ChemEffect+DiseaseFx, Plant). This release

More information

Complex Networks Analysis: Clustering Methods

Complex Networks Analysis: Clustering Methods Complex Networks Analysis: Clustering Methods Nikolai Nefedov Spring 2013 ISI ETH Zurich nefedov@isi.ee.ethz.ch 1 Outline Purpose to give an overview of modern graph-clustering methods and their applications

More information

Gephi Tutorial Visualization

Gephi Tutorial Visualization Gephi Tutorial Welcome to this Gephi tutorial. It will guide you to the basic and advanced visualization settings in Gephi. The selection and interaction with tools will also be introduced. Follow the

More information

TIBCO Spotfire Network Analytics 1.1. User s Manual

TIBCO Spotfire Network Analytics 1.1. User s Manual TIBCO Spotfire Network Analytics 1.1 User s Manual Revision date: 26 January 2009 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED TIBCO

More information

Tutorial: setting up a web application

Tutorial: setting up a web application Elective in Software and Services (Complementi di software e servizi per la società dell'informazione) Section Information Visualization Number of credits : 3 Tutor: Marco Angelini e- mail: angelini@dis.uniroma1.it

More information

Introduction to Bioinformatics AS 250.265 Laboratory Assignment 6

Introduction to Bioinformatics AS 250.265 Laboratory Assignment 6 Introduction to Bioinformatics AS 250.265 Laboratory Assignment 6 In the last lab, you learned how to perform basic multiple sequence alignments. While useful in themselves for determining conserved residues

More information

UCINET Visualization and Quantitative Analysis Tutorial

UCINET Visualization and Quantitative Analysis Tutorial UCINET Visualization and Quantitative Analysis Tutorial Session 1 Network Visualization Session 2 Quantitative Techniques Page 2 An Overview of UCINET (6.437) Page 3 Transferring Data from Excel (From

More information

DATA MINING CLUSTER ANALYSIS: BASIC CONCEPTS

DATA MINING CLUSTER ANALYSIS: BASIC CONCEPTS DATA MINING CLUSTER ANALYSIS: BASIC CONCEPTS 1 AND ALGORITHMS Chiara Renso KDD-LAB ISTI- CNR, Pisa, Italy WHAT IS CLUSTER ANALYSIS? Finding groups of objects such that the objects in a group will be similar

More information

Informatics for Integrating Biology & the Bedside. i2b2 Workbench Developer s Guide. Document Version: 1.0 i2b2 Software Release: 1.3.

Informatics for Integrating Biology & the Bedside. i2b2 Workbench Developer s Guide. Document Version: 1.0 i2b2 Software Release: 1.3. Informatics for Integrating Biology & the Bedside i2b2 Workbench Developer s Guide Document Version: 1.0 i2b2 Software Release: 1.3.2 Table of Contents About this Guide iii Prerequisites 1 Downloads 1

More information

CLC Sequence Viewer USER MANUAL

CLC Sequence Viewer USER MANUAL CLC Sequence Viewer USER MANUAL Manual for CLC Sequence Viewer 7.6.1 Windows, Mac OS X and Linux September 3, 2015 This software is for research purposes only. QIAGEN Aarhus A/S Silkeborgvej 2 Prismet

More information

1. Introduction Gene regulation Genomics and genome analyses Hidden markov model (HMM)

1. Introduction Gene regulation Genomics and genome analyses Hidden markov model (HMM) 1. Introduction Gene regulation Genomics and genome analyses Hidden markov model (HMM) 2. Gene regulation tools and methods Regulatory sequences and motif discovery TF binding sites, microrna target prediction

More information

Visualization of Phylogenetic Trees and Metadata

Visualization of Phylogenetic Trees and Metadata Visualization of Phylogenetic Trees and Metadata November 27, 2015 Sample to Insight CLC bio, a QIAGEN Company Silkeborgvej 2 Prismet 8000 Aarhus C Denmark Telephone: +45 70 22 32 44 www.clcbio.com support-clcbio@qiagen.com

More information

Remix Your Data: Visualizing Library Instruction Statistics

Remix Your Data: Visualizing Library Instruction Statistics Remix Your Data: Visualizing Library Instruction Statistics Brianna Marshall David Edward Ted Polley We will be handing out flash drives. If you would like to follow along, please install Sci2 and Gephi

More information

NaviCell Data Visualization Python API

NaviCell Data Visualization Python API NaviCell Data Visualization Python API Tutorial - Version 1.0 The NaviCell Data Visualization Python API is a Python module that let computational biologists write programs to interact with the molecular

More information

Version Control with Subversion and Xcode

Version Control with Subversion and Xcode Version Control with Subversion and Xcode Author: Mark Szymczyk Last Update: June 21, 2006 This article shows you how to place your source code files under version control using Subversion and Xcode. By

More information

DataPA OpenAnalytics End User Training

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

More information

AGILENT S BIOINFORMATICS ANALYSIS SOFTWARE

AGILENT S BIOINFORMATICS ANALYSIS SOFTWARE ACCELERATING PROGRESS IS IN OUR GENES AGILENT S BIOINFORMATICS ANALYSIS SOFTWARE GENESPRING GENE EXPRESSION (GX) MASS PROFILER PROFESSIONAL (MPP) PATHWAY ARCHITECT (PA) See Deeper. Reach Further. BIOINFORMATICS

More information

Understanding the dynamics and function of cellular networks

Understanding the dynamics and function of cellular networks Understanding the dynamics and function of cellular networks Cells are complex systems functionally diverse elements diverse interactions that form networks signal transduction-, gene regulatory-, metabolic-

More information

Logging In From your Web browser, enter the GLOBE URL: https://bms.activemediaonline.net/bms/

Logging In From your Web browser, enter the GLOBE URL: https://bms.activemediaonline.net/bms/ About GLOBE Global Library of Brand Elements GLOBE is a digital asset and content management system. GLOBE serves as the central repository for all brand-related marketing materials. What is an asset?

More information

For Introduction to Java Programming, 5E By Y. Daniel Liang

For Introduction to Java Programming, 5E By Y. Daniel Liang Supplement H: NetBeans Tutorial For Introduction to Java Programming, 5E By Y. Daniel Liang This supplement covers the following topics: Getting Started with NetBeans Creating a Project Creating, Mounting,

More information

Creating and Managing Online Surveys LEVEL 2

Creating and Managing Online Surveys LEVEL 2 Creating and Managing Online Surveys LEVEL 2 Accessing your online survey account 1. If you are logged into UNF s network, go to https://survey. You will automatically be logged in. 2. If you are not logged

More information

Search help. More on Office.com: images templates

Search help. More on Office.com: images templates Page 1 of 7 PowerPoint 2010 Home > PowerPoint 2010 Help and How-to > Getting started with PowerPoint Search help More on Office.com: images templates Basic tasks in PowerPoint 2010 Here are some basic

More information

Mass Frontier 7.0 Quick Start Guide

Mass Frontier 7.0 Quick Start Guide Mass Frontier 7.0 Quick Start Guide The topics in this guide briefly step you through key features of the Mass Frontier application. Editing a Structure Working with Spectral Trees Building a Library Predicting

More information

Hierarchical Clustering Analysis

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

More information

Data Mining Clustering (2) Sheets are based on the those provided by Tan, Steinbach, and Kumar. Introduction to Data Mining

Data Mining Clustering (2) Sheets are based on the those provided by Tan, Steinbach, and Kumar. Introduction to Data Mining Data Mining Clustering (2) Toon Calders Sheets are based on the those provided by Tan, Steinbach, and Kumar. Introduction to Data Mining Outline Partitional Clustering Distance-based K-means, K-medoids,

More information

Presented by Peiqun (Anthony) Yu

Presented by Peiqun (Anthony) Yu Presented by Peiqun (Anthony) Yu A Multi-Scale, Multi-Layer, Translucent Virtual Space Henry Lieberman, IEEE International Conference on Information Visualization, London, September 1997. Constant Information

More information

Molecule Shapes. support@ingenuity.com www.ingenuity.com 1

Molecule Shapes. support@ingenuity.com www.ingenuity.com 1 IPA 8 Legend This legend provides a key of the main features of Network Explorer and Canonical Pathways, including molecule shapes and colors as well as relationship labels and types. For a high-resolution

More information

REGULATIONS FOR THE DEGREE OF BACHELOR OF SCIENCE IN BIOINFORMATICS (BSc[BioInf])

REGULATIONS FOR THE DEGREE OF BACHELOR OF SCIENCE IN BIOINFORMATICS (BSc[BioInf]) 820 REGULATIONS FOR THE DEGREE OF BACHELOR OF SCIENCE IN BIOINFORMATICS (BSc[BioInf]) (See also General Regulations) BMS1 Admission to the Degree To be eligible for admission to the degree of Bachelor

More information

Simply Accounting Intelligence Tips and Tricks Booklet Vol. 1

Simply Accounting Intelligence Tips and Tricks Booklet Vol. 1 Simply Accounting Intelligence Tips and Tricks Booklet Vol. 1 1 Contents Accessing the SAI reports... 3 Running, Copying and Pasting reports... 4 Creating and linking a report... 5 Auto e-mailing reports...

More information

Network Metrics, Planar Graphs, and Software Tools. Based on materials by Lala Adamic, UMichigan

Network Metrics, Planar Graphs, and Software Tools. Based on materials by Lala Adamic, UMichigan Network Metrics, Planar Graphs, and Software Tools Based on materials by Lala Adamic, UMichigan Network Metrics: Bowtie Model of the Web n The Web is a directed graph: n webpages link to other webpages

More information

Manual. OIRE Escuela de Profesiones de la Salud. Power Point 2007

Manual. OIRE Escuela de Profesiones de la Salud. Power Point 2007 Power Point 2007 Manual OIRE Escuela de Profesiones de la Salud Power Point 2007 2008 The New Power Point Interface PowerPoint is currently the most common software used for making visual aids for presentations.

More information

#jenkinsconf. Jenkins as a Scientific Data and Image Processing Platform. Jenkins User Conference Boston #jenkinsconf

#jenkinsconf. Jenkins as a Scientific Data and Image Processing Platform. Jenkins User Conference Boston #jenkinsconf Jenkins as a Scientific Data and Image Processing Platform Ioannis K. Moutsatsos, Ph.D., M.SE. Novartis Institutes for Biomedical Research www.novartis.com June 18, 2014 #jenkinsconf Life Sciences are

More information

WebSphere Business Monitor V6.2 Business space dashboards

WebSphere Business Monitor V6.2 Business space dashboards Copyright IBM Corporation 2009 All rights reserved IBM WEBSPHERE BUSINESS MONITOR 6.2 LAB EXERCISE WebSphere Business Monitor V6.2 What this exercise is about... 2 Lab requirements... 2 What you should

More information

Visualization Plugin for ParaView

Visualization Plugin for ParaView Alexey I. Baranov Visualization Plugin for ParaView version 1.3 Springer Contents 1 Visualization with ParaView..................................... 1 1.1 ParaView plugin installation.................................

More information

Viewing and Troubleshooting Perfmon Logs

Viewing and Troubleshooting Perfmon Logs CHAPTER 7 To view perfmon logs, you can download the logs or view them locally. This chapter contains information on the following topics: Viewing Perfmon Log Files, page 7-1 Working with Troubleshooting

More information

Gephi Tutorial Quick Start

Gephi Tutorial Quick Start Gephi Tutorial Welcome to this introduction tutorial. It will guide you to the basic steps of network visualization and manipulation in Gephi. Gephi version 0.7alpha2 was used to do this tutorial. Get

More information

Adobe Summit 2015 Lab 718: Managing Mobile Apps: A PhoneGap Enterprise Introduction for Marketers

Adobe Summit 2015 Lab 718: Managing Mobile Apps: A PhoneGap Enterprise Introduction for Marketers Adobe Summit 2015 Lab 718: Managing Mobile Apps: A PhoneGap Enterprise Introduction for Marketers 1 INTRODUCTION GOAL OBJECTIVES MODULE 1 AEM & PHONEGAP ENTERPRISE INTRODUCTION LESSON 1- AEM BASICS OVERVIEW

More information

Data Mining Cluster Analysis: Basic Concepts and Algorithms. Lecture Notes for Chapter 8. Introduction to Data Mining

Data Mining Cluster Analysis: Basic Concepts and Algorithms. Lecture Notes for Chapter 8. Introduction to Data Mining Data Mining Cluster Analysis: Basic Concepts and Algorithms Lecture Notes for Chapter 8 Introduction to Data Mining by Tan, Steinbach, Kumar Tan,Steinbach, Kumar Introduction to Data Mining 4/8/2004 Hierarchical

More information

Hierarchical Data Visualization

Hierarchical Data Visualization Hierarchical Data Visualization 1 Hierarchical Data Hierarchical data emphasize the subordinate or membership relations between data items. Organizational Chart Classifications / Taxonomies (Species and

More information

SAS Visual Analytics 7.2 for SAS Cloud: Quick-Start Guide

SAS Visual Analytics 7.2 for SAS Cloud: Quick-Start Guide SAS Visual Analytics 7.2 for SAS Cloud: Quick-Start Guide Introduction This quick-start guide covers tasks that account administrators need to perform to set up SAS Visual Statistics and SAS Visual Analytics

More information

Hierarchical Data Visualization. Ai Nakatani IAT 814 February 21, 2007

Hierarchical Data Visualization. Ai Nakatani IAT 814 February 21, 2007 Hierarchical Data Visualization Ai Nakatani IAT 814 February 21, 2007 Introduction Hierarchical Data Directory structure Genealogy trees Biological taxonomy Business structure Project structure Challenges

More information

VISUALIZING HIERARCHICAL DATA. Graham Wills SPSS Inc., http://willsfamily.org/gwills

VISUALIZING HIERARCHICAL DATA. Graham Wills SPSS Inc., http://willsfamily.org/gwills VISUALIZING HIERARCHICAL DATA Graham Wills SPSS Inc., http://willsfamily.org/gwills SYNONYMS Hierarchical Graph Layout, Visualizing Trees, Tree Drawing, Information Visualization on Hierarchies; Hierarchical

More information

Document Management User Guide

Document Management User Guide IBM TRIRIGA Version 10.3.2 Document Management User Guide Copyright IBM Corp. 2011 i Note Before using this information and the product it supports, read the information in Notices on page 37. This edition

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

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

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

More information

Hamline University Administrative Computing Page 1

Hamline University Administrative Computing Page 1 User Guide Banner Handout: BUSINESS OBJECTS ENTERPRISE (InfoView) Document: boxi31sp3-infoview.docx Created: 5/11/2011 1:24 PM by Chris Berry; Last Modified: 8/31/2011 1:53 PM Purpose:... 2 Introduction:...

More information

USER GUIDE. Unit 2: Synergy. Chapter 2: Using Schoolwires Synergy

USER GUIDE. Unit 2: Synergy. Chapter 2: Using Schoolwires Synergy USER GUIDE Unit 2: Synergy Chapter 2: Using Schoolwires Synergy Schoolwires Synergy & Assist Version 2.0 TABLE OF CONTENTS Introductions... 1 Audience... 1 Objectives... 1 Before You Begin... 1 Getting

More information

Deploying Windows Streaming Media Servers NLB Cluster and metasan

Deploying Windows Streaming Media Servers NLB Cluster and metasan Deploying Windows Streaming Media Servers NLB Cluster and metasan Introduction...................................................... 2 Objectives.......................................................

More information

Salient Dashboard Designer 5.75. Training Guide

Salient Dashboard Designer 5.75. Training Guide Salient Dashboard Designer 5.75 Training Guide Salient Dashboard Designer Salient Dashboard Designer enables your team to create interactive consolidated visualizations of decision support intelligence,

More information

Back Propagation Neural Networks User Manual

Back Propagation Neural Networks User Manual Back Propagation Neural Networks User Manual Author: Lukáš Civín Library: BP_network.dll Runnable class: NeuralNetStart Document: Back Propagation Neural Networks Page 1/28 Content: 1 INTRODUCTION TO BACK-PROPAGATION

More information

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

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

More information

WatchDox Administrator's Guide. Application Version 3.7.5

WatchDox Administrator's Guide. Application Version 3.7.5 Application Version 3.7.5 Confidentiality This document contains confidential material that is proprietary WatchDox. The information and ideas herein may not be disclosed to any unauthorized individuals

More information

RuleBender 1.1.415 Tutorial

RuleBender 1.1.415 Tutorial RuleBender 1.1.415 Tutorial Installing and Launching RuleBender Requirements OSX Getting Started Linux Getting Started Windows Getting Started Using the Editor The Main Window Creating and Opening Files

More information

Guide for Data Visualization and Analysis using ACSN

Guide for Data Visualization and Analysis using ACSN Guide for Data Visualization and Analysis using ACSN ACSN contains the NaviCell tool box, the intuitive and user- friendly environment for data visualization and analysis. The tool is accessible from the

More information

Dmitri Krioukov CAIDA/UCSD

Dmitri Krioukov CAIDA/UCSD Hyperbolic geometry of complex networks Dmitri Krioukov CAIDA/UCSD dima@caida.org F. Papadopoulos, M. Boguñá, A. Vahdat, and kc claffy Complex networks Technological Internet Transportation Power grid

More information

Data Integration. Lectures 16 & 17. ECS289A, WQ03, Filkov

Data Integration. Lectures 16 & 17. ECS289A, WQ03, Filkov Data Integration Lectures 16 & 17 Lectures Outline Goals for Data Integration Homogeneous data integration time series data (Filkov et al. 2002) Heterogeneous data integration microarray + sequence microarray

More information

Data Mining. SPSS Clementine 12.0. 1. Clementine Overview. Spring 2010 Instructor: Dr. Masoud Yaghini. Clementine

Data Mining. SPSS Clementine 12.0. 1. Clementine Overview. Spring 2010 Instructor: Dr. Masoud Yaghini. Clementine Data Mining SPSS 12.0 1. Overview Spring 2010 Instructor: Dr. Masoud Yaghini Introduction Types of Models Interface Projects References Outline Introduction Introduction Three of the common data mining

More information

Setting Up Person Accounts

Setting Up Person Accounts Setting Up Person Accounts Salesforce, Winter 16 @salesforcedocs Last updated: November 4, 2015 Copyright 2000 2015 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark of salesforce.com,

More information

WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide

WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide This document is intended to help you get started using WebSpy Vantage Ultimate and the Web Module. For more detailed information, please see

More information

Dell SonicWALL SRA 7.5 Secure Virtual Meeting and Secure Virtual Assist

Dell SonicWALL SRA 7.5 Secure Virtual Meeting and Secure Virtual Assist Dell SonicWALL SRA 7.5 Secure Virtual Meeting and Secure Virtual Assist Document Scope This document describes how to configure and use the Dell SonicWALL SRA Secure Virtual Meeting feature and the Dell

More information

MAS 500 Intelligence Tips and Tricks Booklet Vol. 1

MAS 500 Intelligence Tips and Tricks Booklet Vol. 1 MAS 500 Intelligence Tips and Tricks Booklet Vol. 1 1 Contents Accessing the Sage MAS Intelligence Reports... 3 Copying, Pasting and Renaming Reports... 4 To create a new report from an existing report...

More information

Most of your tasks in Windows XP will involve working with information

Most of your tasks in Windows XP will involve working with information OFFICE 1 File Management Files and Folders Most of your tasks in Windows XP will involve working with information stored on your computer. This material briefly explains how information is stored in Windows

More information

Spectrum Technology Platform. Version 9.0. Administration Guide

Spectrum Technology Platform. Version 9.0. Administration Guide Spectrum Technology Platform Version 9.0 Administration Guide Contents Chapter 1: Getting Started...7 Starting and Stopping the Server...8 Installing the Client Tools...8 Starting the Client Tools...9

More information

Example: Document Clustering. Clustering: Definition. Notion of a Cluster can be Ambiguous. Types of Clusterings. Hierarchical Clustering

Example: Document Clustering. Clustering: Definition. Notion of a Cluster can be Ambiguous. Types of Clusterings. Hierarchical Clustering Overview Prognostic Models and Data Mining in Medicine, part I Cluster Analsis What is Cluster Analsis? K-Means Clustering Hierarchical Clustering Cluster Validit Eample: Microarra data analsis 6 Summar

More information

Virtual CD v10. Network Management Server Manual. H+H Software GmbH

Virtual CD v10. Network Management Server Manual. H+H Software GmbH Virtual CD v10 Network Management Server Manual H+H Software GmbH Table of Contents Table of Contents Introduction 1 Legal Notices... 2 What Virtual CD NMS can do for you... 3 New Features in Virtual

More information

Frog VLE Update. Latest Features and Enhancements. September 2014

Frog VLE Update. Latest Features and Enhancements. September 2014 1 Frog VLE Update Latest Features and Enhancements September 2014 2 Frog VLE Update: September 2014 Contents New Features Overview... 1 Enhancements Overview... 2 New Features... 3 Site Backgrounds...

More information

ORACLE BUSINESS INTELLIGENCE WORKSHOP

ORACLE BUSINESS INTELLIGENCE WORKSHOP ORACLE BUSINESS INTELLIGENCE WORKSHOP Integration of Oracle BI Publisher with Oracle Business Intelligence Enterprise Edition Purpose This tutorial mainly covers how Oracle BI Publisher is integrated with

More information

PORTAL ADMINISTRATION

PORTAL ADMINISTRATION 1 Portal Administration User s Guide PORTAL ADMINISTRATION GUIDE Page 1 2 Portal Administration User s Guide Table of Contents Introduction...5 Core Portal Framework Concepts...5 Key Items...5 Layouts...5

More information

You must have at least Editor access to your own mail database to run archiving.

You must have at least Editor access to your own mail database to run archiving. Archiving An archive is a copy of a database you can create to store information no longer in use. Like a replica, an archive contains all documents and design elements in the original database, but unlike

More information

Creating Drawings in Pro/ENGINEER

Creating Drawings in Pro/ENGINEER 6 Creating Drawings in Pro/ENGINEER This chapter shows you how to bring the cell phone models and the assembly you ve created into the Pro/ENGINEER Drawing mode to create a drawing. A mechanical drawing

More information

WebSphere Business Monitor V7.0 Business space dashboards

WebSphere Business Monitor V7.0 Business space dashboards Copyright IBM Corporation 2010 All rights reserved IBM WEBSPHERE BUSINESS MONITOR 7.0 LAB EXERCISE WebSphere Business Monitor V7.0 What this exercise is about... 2 Lab requirements... 2 What you should

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

3D structure visualization and high quality imaging. Chimera

3D structure visualization and high quality imaging. Chimera 3D structure visualization and high quality imaging. Chimera Vincent Zoete 2008 Contact : vincent.zoete@isb sib.ch 1/27 Table of Contents Presentation of Chimera...3 Exercise 1...4 Loading a structure

More information