1 / 70

Click anywhere to go on to the next slide

Tour of ViroBIKE Analysis of Metagenome Aggregates. ViroBIKE (Biological Integrated Knowledge Environment) combines: Knowledge: All completed viral genomes known to NCBI Many viral metagenomes

gada
Download Presentation

Click anywhere to go on to the next slide

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Tour of ViroBIKEAnalysis of Metagenome Aggregates ViroBIKE (Biological Integrated Knowledge Environment) combines: Knowledge:All completed viral genomes known to NCBI Many viral metagenomes Analytical Tools: A powerful graphical language that permits creative expression to those with no programming experience It is accessible through a virological community web site: http://ixion.csbc.vcu.edu/virobike This demonstration is best viewed as a slide show,enabling you to simulate a session and make changes in cursor position more obvious.To do this, click Slide Show on the top tool bar, then View show. Click anywhere to go on to the next slide

  2. Tour of ViroBIKEAnalysis of Metagenome Aggregates In this tour, you'll see how to: Slide 4 8 17 24 32 37 80 85 92 • Log onto ViroBIKE • Speak BioBIKE (the language of ViroBIKE) • Find the number of contigs in a metagenome • Find the average contig size in a metagenome • Find the average GC content within a metagenome • Visualize the distribution of GC content amongst the contigs of a metagenome You can go to any slide in this tour at any time by typing the slide number and pressing Enter.

  3. Coming Attractions! If you like this tour, you might also try Sequence Comparison, where you'll see how to: • Display the sequence of a metagenome contig • Find similar sequences amongst metagenomes • Find similar sequences amongst known viruses • Find similar sequences amongst everything in GenBank • Make a sequence alignment • Make a phylogenetic tree

  4. URL: htpp://ixion.csbc.vcu.edu/virobike The public can access everything at the community web site (except member names and e-mails), but only registered users can write to it. For now you're public. Access ViroBIKE through the blue bar.

  5. Click the link to the public access login screen.

  6. Your name (no spaces) Enter anything you like as a login name, but no spaces or symbols.No password necessary.Click New Login

  7. Construct the code you want to execute here! For a visual guide to the VPL, click here You can leave the blue bar to access other resources, but screen space is scarce, so grab it and move it offscreen to the left.

  8. Construct the code you want to execute here! For a visual guide to the VPL, click here Function palette Workspace The BioBIKE environment is divided into three areas as shown. You'll bring functions down from the function palette to the workspace, execute them, and note the results in the results window Results window

  9. Construct the code you want to execute here! For a visual guide to the VPL, click here HELP! PROBLEM Two very important buttons on the function palette: On-line help (general) Something went wrong? Tell us!

  10. Construct the code you want to execute here! For a visual guide to the VPL, click here Two very important buttons in the workspace: Undo (return to workspace before last action) Redo (Get back the workspace you undid)

  11. Construct the code you want to execute here! For a visual guide to the VPL, click here Our Story Suppose you have a special interest in a sequence, a contig, derived from the metagenome taken from the Arctic Ocean. The metagenome is called p-arct. How many sequences does that metagenome contain? Clicking on or hovering over any palette button brings down choices of functions or data to bring into the workspace. Click on the LISTS-TABLES button to reach a function that will count how many sequences are within the list of sequences that make up the metagenome p-Arct.

  12. Construct the code you want to execute here! For a visual guide to the VPL, click here

  13. Construct the code you want to execute here! For a visual guide to the VPL, click here

  14. A COUNT-OF function box is now in the workspace. Before continuing with the problem, let's consider what function boxes mean.

  15. Argument(object) Function-name Flag Keyword object General Syntax of BioBIKE The basic unit of BioBIKE is the function box. It consists of the name of a function, perhaps one or more required arguments, and optional keywords and flags. A function may be thought of as a black box: you feed it information, it produces a product.

  16. Argument(object) Function-name Flag Keyword object General Syntax of BioBIKE Function boxes contain the following elements: • Function-name (e.g. SEQUENCE-OF or LENGTH-OF) • Argument: Required, acted on by function • Keyword clause: Optional, more information • Flag: Optional, more (yes/no) information

  17. Argument(object) Function-name Flag Keyword object • Option icon: Brings up a menu of keywords and flags • Action icon: Brings up a menu enabling you to execute a function, copy and paste, information, get help, etc • Clear/Delete icon: Removes information you entered or removes box entirely General Syntax of BioBIKE … and icons to help you work with functions:

  18. Back to our story… we wanted to count the number of contiguous sequences in our favorite metagenome p-Arct. Click on the gray argument box to activate it for entry, either from the keyboard or by insertion.

More Related