Interacting with Assay Data. Basic Ways to Interact: Experiment: cuts across all assay types Assay: by batch, run or sample.

Slides:



Advertisements
Similar presentations
Work Orders Throughout this slide show there will be hyperlinks (highlighted in blue). Follow the hyperlinks to navigate to the specified Topic or Figure.
Advertisements

Batches, Buckets and Bookbags Elizabeth B. Thomsen NOBLE: North of Boston Library Exchange EGILS2014.
SERVICE MANAGER 9.2 VIEWS AND REPORTS July, 2011.
Microsoft Excel 2003 Illustrated Complete Excel Files and Incorporating Web Information Sharing.
SESSION TWO SECURITY AND GROUP PERMISSIONS Security and Group Permissions.
Ohio Child Licensing and Quality System (OCLQS)
Access Lesson 2 Creating a Database
Managing Grades with Excel Viewing Help To view Help 1.Open Excel on your computer. 2.In the top right hand corner of the Excel Screen type in the.
Automating Tasks With Macros
Macros Tutorial Week 20. Objectives By the end of this tutorial you should understand how to: Create macros Assign macros to events Associate macros with.
1 Introduction to OBIEE: Learning to Access, Navigate, and Find Data in the SWIFT Data Warehouse Lesson 5: Navigation in OBIEE – Touring the Catalog Page.
Chapter 2 Querying a Database
Edit the text with your own short phrases. The animation is already done for you; just copy and paste the slide into your existing presentation. RegisterLogin.
Inventory Throughout this slide show there will be hyperlinks (highlighted in blue) follow the hyperlinks to navigate to the specified Topic or Figure.
Customer Oriented Reports (COR) Ad Hoc Presented By: Jennifer Hancock April 2010.
Chapter 3 Maintaining a Database
XP New Perspectives on Microsoft Access 2002 Tutorial 51 Microsoft Access 2002 Tutorial 5 – Enhancing a Table’s Design, and Creating Advanced Queries and.
Web Technologies Website Development Trade & Industrial Education
CHAPTER 9 Introducing Microsoft Office Learning Objectives Start Office programs and explore common elements Use the Ribbon Work with files Use.
CHAPTER 9 Introducing Microsoft Office Learning Objectives Start Office programs and explore common elements Use the Ribbon Work with files Use.
AESuniversity User Tips & Tricks. Session Outline  Working with your Caseload Customers  Recording Services  Snapshot Tips  Searching Tips  Working.
Website Development with Dreamweaver
ASENT_IMPORT.PPT Importing Part Lists and Board Data Last revised 10/28/2009.
Systems Module Slide 2 – Overview and Navigation
XP New Perspectives on Integrating Microsoft Office XP Tutorial 2 1 Integrating Microsoft Office XP Tutorial 2 – Integrating Word, Excel, and Access.
Management Information Systems MS Access MS Access is an application software that facilitates us to create Database Management Systems (DBMS)
XP 1 Microsoft Access 2003 Introduction To Microsoft Access 2003.
Create Forms Lesson 5. Objectives Software Orientation The Forms group (below) is located on the Create tab in the Ribbon and can be used to create a.
Go to your school’s web locker site school name.schoolweblockers.com) Your user name is the first letter of your first name, the first 4.
Chapter 17 Creating a Database.
Analysing Data with Excel Viewing Help To view Help 1.On the Start menu, point to Programs, and then click Microsoft Excel. 2.On the Help menu,
SESSION 3.1 This section covers using the query window in design view to create a query and sorting & filtering data while in a datasheet view. Microsoft.
For additional assistance, please call the Help Desk Searching 1. If a Search window does not appear after logging into the system, click the Search icon.
FIX Eye FIX Eye Getting started: The guide EPAM Systems B2BITS.
Microsoft Access. Microsoft access is a database programs that allows you to store retrieve, analyze and print information. Companies use databases for.
My Dashboard (for Corporate Users) Intuit Financial Services University Business Financial Solutions Certification.
Labcheck Next Generation Quick Start Guide Filters.
McGraw-Hill/Irwin The Interactive Computing Series © 2002 The McGraw-Hill Companies, Inc. All rights reserved. Microsoft Excel 2002 Working with Data Lists.
Gold – Crystal Reports Introductory Course Cortex User Group Meeting New Orleans – 2011.
Work with Tables and Database Records Lesson 3. NAVIGATING AMONG RECORDS Access users who prefer using the keyboard to navigate records can press keys.
Staff Module and Summary of Changes 1. Icon Changes: Page 3 Signing In and Password/Pin Changes: Page 4 Logging Out: Page 8 Staff Module Changes: Page.
Key Applications Module Lesson 22 — Managing and Reporting Database Information Computer Literacy BASICS.
Microsoft Office 2013 Try It! Chapter 4 Storing Data in Access.
Staff Module and Summary of Changes 1. Icon Changes: Page 3 Signing In and Password/Pin Changes: Page 4 Logging Out: Page 8 Staff Module Changes: Page.
Access Queries and Forms. Adding a New Field  To insert a field after you have saved your table, open Access, and open the table  It is easier to add.
Invoices and Service Invoices Training Presentation for Raytheon Supply Chain Platform (RSCP) April 2016.
Fab25 User Training Cerium Labs LabCollector - LIMS Lynette Ballast.
This was written with the assumption that workbooks would be added. Even if these are not introduced until later, the same basic ideas apply Hopefully.
Orders – View and Print Boeing Supply Chain Platform (BSCP) Detailed Training January 2015.
Acess Test Questions. Chapter 1 (Lynda.com) Question 1 An access database uses five main components (database objects). Which is not one of them? Tables.
1. Education Specialist/ Program Animal Keeper's Day in ZIMS Zoological Information Management System.
Perform a complete mail merge Lesson 14 By the end of this lesson you will be able to complete the following: Use the Mail Merge Wizard to perform a basic.
Emdeon Office Batch Management Services This document provides detailed information on Batch Import Services and other Batch features.
Core LIMS Training: Project Management
Project Management: Messages
Introduction to OBIEE:
Practical Office 2007 Chapter 10
Configuring Applications
Single Sample Registration
Find and Replace Used to quickly find and/or replace data quickly
Boeing Supply Chain Platform (BSCP) Detailed Training
Central Document Library Quick Reference User Guide View User Guide
Transition from Classic Interface Phoenix Interface to
Introducing Microsoft Office 2010
Education Specialist/ Program Animal Keeper's Day in ZIMS
Welcome USPS – R 03/20/2019 4/6/2019.
Overview of Contract Association Batch Upload
Tutorial 7 – Integrating Access With the Web and With Other Programs
Community-Engaged Partnership Database: VCU’s Commitment to Community Engagement
Presentation transcript:

Interacting with Assay Data

Basic Ways to Interact: Experiment: cuts across all assay types Assay: by batch, run or sample

Assay View: Most of this already exists in labkey Should give user a grid of data from one assay by either batch, run or sample (like grid here: /assay/home/assayRuns.view) I believe much of this already is possible in text-assays, but we should be able to define the default view for each grid (batch/run/sample) as text. This way it gets packaged when the assay is distributed The fields of these grids might not actually be the same as the underlying table. It would be useful to be able to write a query and use it to replace the table (also defined as a text-file) Each view might have an ‘add sample button’, much like regular lists. This produces a form with batch/run/results fields. It creates a single-sample run without user knowing it

Assay View: Users should be able to create different ‘actions’ associated with either the batch/run/result views of an assay – Each action is an HTML page that does something to or with the selected results – Gives a really flexible way to interact with assay data without needing to constantly write custom HTML for the basic view – Could be written as HTML, placed somewhere is simple modules folder – Saves a whole lot of cases where users would otherwise need to maintain custom batches.html, runs.html and results.html pages. – When multiple actions exist, the menu is cleaner than creating a button for each. – My example puts the menu below, but maybe it should be in the button bar – Some actions are generic across all assays, like export, remove, etc. Custom example include Export as something other than CSV (like FASTA) Set the value of some field across lots of records Produce some sort of custom visualization

Experiment View: Experiment: cuts across all assay types Assay: by batch, run or sample

Experiment View: Experiment is kind of like a run group User can see all experiments in the system or filter what they created The view contains expts from all assay types (not just one assay) Experiment will have a ‘status’ – Could be filtered by default to show only expts that are not ‘complete’ – This is a good productivity tool (users can easily see what work they have to do) plus it gently forces users to completely fill out information (runs don’t become complete until all steps are finished) – If this could be combined with the ability to assign runs to technicians, assign a due date and prospectively create runs, it becomes really useful When you click an expt, you open it’s workbook, which has a tab for each assay type within it – Granted workbooks might not be introduced until later Should allow searching from this view – Should be able to search against all sample or run attributes within expts and return a list of expts containing matches (ie. ‘any field or text contains ZZZZZ’) – For common fields like subjectID, we might want to allow filtering specifically on that field (subjectID=X) Note that each expt is assigned a numeric ID In this view perhaps each expt could be expanded to show one row for runs it contains? (next slide) IDDescriptionAssay TypeOwnerStatus 100MHC Typing of Animal YSSPbbimberActive 101Another ExptMultiplebbimberActive 102One moreELISPOTbbimberComplete 103Another oneGeneralbbimberComplete

Expanding expt to show runs: This way you can see status of each individual run or download the run. However, you still retain each expt as one unit. Each run has its own ID – Perhaps that ID is related to expt id, perhaps not IDDescriptionRun IDAssay TypeOwnerStatus 100MHC Typing of Animal Y SSPbbimberActive 101Another Expt 101-1SSPbbimberSamples Added 101-2ELISPOTbbimberFailed 101-3ELISPOTbbimberPending 101-4ELISAbbimberComplete 102One more ELISPOTbbimberComplete 103Another one GeneralbbimberComplete

The expt workbook Clicking an expt will open the expt workbook This might not happen immediately, but it will be really useful when it does – It’s like a run group, but better Workbook is useful as a container of related information Should be able to add multiple assays tabs. – Retaining order might be useful. Often assay 1 leads to assay 2, etc (as opposed to alphabetic order). – Each tab reflects a given set of samples moving through one assay – Each assay tab might have multiple runs Ie. The user enter 20 samples for an MHC SSP run. Some of these sample might fail in the first run. The user can requeue the failed samples, then make a second run (preferably in the same tab). Process repeats until all samples are complete Should be able to add any number of blank tabs to write text or attach files Each workbook should support comments on any tab (like a message board) Should be able to attach files to any tab (there might be files that pertain to the MHC assay tab, or files that pertain the to ELISPOT assay tab

Overall navigation and aesthetics: I like the design from the NIH proposal with the top toolbar and high level navigation points When clicking the assay menu, users get a list of all assays. Clicking one assay takes them to a grid of that assay in which they can toggle between batch/run/result. It basically takes them direct to the view here: /assay/home/assayRuns.view