Basic Features

Tool Cells

The g2nb environment provides a number of graphical widgets that make performing analyses easy, even for non-programming users. These widgets take the form of Tool Cells that allow a user to prepare analyses, launch jobs and visualize results.

To insert a Tool Cell, open the Toolbox panel on the lefthand side of the interface, then search or browse through the list. When you find the tool you wish to add, simply click on it. The tool will be added to your currently selected notebook.

Keyboard Shortcut: G

Authentication Cells

Authentication cells allows a user to sign into a g2nb-enabled platform, such as Galaxy or GenePattern. They look like a login form with the additional option of selecting which server to sign into.

Galaxy Login

Analysis Cells

After a user has signed in using an Authentication Cell, the next task is usually to insert an Analysis Cell to perform an analysis. To do this, click the Toolbox panel. Search or browse through the list and then click one of the options to insert an Analysis Cell of that type.

Every Analysis Cell has a number of parameters, which can be used to upload data and to select other options for the analysis. Once you fill in these parameters, click Run to submit them as a job on the tool''s server.

Once the Run button has been clicked, all selected files will upload and then a Job section will be appended below the Analysis Cell to indicate the status of the job in queue (see Analysis Jobs below).

GenePattern Analysis

Analysis Jobs

Once an analysis is launched, a new section will appear under the analysis cell. This section represents the status of a job that has been submitted to queue for processing. Jobs progress through the states of Pending, Running and finally either to Completed or Error.

Once a job has completed or experienced an error, the cell will update to display a list of outputs. These outputs are files that can be displayed in the browser, downloaded, or sent as input to another analysis.

If this analysis includes visualization, the visualization will load and appear inside the Job section of the cell.

Additional options, such as memory requirements, can be specified when submitting a job. These options are hidden by default, but can be made visible by going to the cell''s Gear menu and selecting Toggle Advanced Options.GenePattern Job

Galaxy Job

Markdown Cells

Markdown cells are another cell type available in the g2nb environment. They allow a notebook author to take notes, document methods or embed images in a notebook document.

To insert a markdown cell, first click the Insert a Cell Below button in the notebook''s toolbar, then change the type to Markdown by clicking on the Type dropdown in the toolbar and selecting Markdown.

Markdown Menu

Markdown cells allow the user to format text using either HTML or the Markdown syntax. Additionally, we provide a "What You See is What You Get" rich text editor (see the Rich Text Editor section below).

Keyboard Shortcut: M

Rich Text Editor

The Rich Text Editor allows a user to format notes and documentation in a notebook in much the same way that one might use Microsoft Word or Libre Office — without the need to write a single HTML tag or line of markdown.

To use the Rich Text Editor, simply insert a markdown cell (see the instructions above). This opens the Rich Text Editor and displays the button, which renders the text.

Style the text as desired, and when finished, click the button.

Rich Text Editor

Notebook Projects

The g2nb Workspace allows users to create multiple workspace environments, called “projects.” Each project allows users to independently install extensions, libraries, data files and other dependencies necessary for their biologic or bioinformatic workflows.

Users should be able to leverage notebook projects to keep independent work separate, to manage mutually-conflicting dependencies and to support a diverse array of computational tools.

When you sign in, you will be presented with a list of your available projects. You may search, browse or manage your projects from this page.

When creating a project, you will be prompted to assign it a name and a description. These may be changed later by editing the project.

To launch a project, simply click on it in the list. This will open the project in a new tab. Behind the scenes, the g2nb Workspace launches an independent Jupyter instance. These instances are gracefully suspended after an hour of inactivity, and may be resumed at a later date.

Once a project has been launched, you should see the familiar g2nb (JupyterLab) interface. From here you may install libraries, run analyses or perform other work necessary for your research.

Sharing and publishing projects is described here.

Projects