Difference between revisions of "Workspace"

(Renaming a project data node)
(Loading data from a remote instance of caArray)
Line 201: Line 201:
 
===Loading data from a remote instance of caArray===
 
===Loading data from a remote instance of caArray===
  
Click on the '''Go''' button next to the caArray data source at the bottom of the dialog.  All available caArray experiments at that location will be displayed.
+
geWorkbench can download data from instances of caArray.  In the File->Open dialog, click the '''Remote''' setting.
  
[[Image:T_ProjectFolder_caArrayExpts.png]]
+
You can edit the connection settings to connect to the desired instance of caArray by pushing the '''Edit''' button.  The configuration for connecting to the production instance of caArray at the NCI is shown here:
  
Note that the type of experiment data provided here in caArray is of type "derived bioassay".  This is data that has been processed from raw data, for example using RMA.
+
Image:T_caArray_EditConnection.png
  
Select an experiment that has derived bioassays.  Here we depict the experiment ending in *99049.  The number of derived bioassays, 12, is displayed, along with the experiment information. (A new dataset, "Public Rembrandt" has subsequently been added, which would also be good to use for experimenting with caArray data download.  It has 53 bioassays available).
 
  
To retrieve the bioassays themselves, right click on the experiment and press '''Get bioassays'''.  This will download the list of available bioassays into geWorkbench.
+
If you click on the red '''Go''' button next to the caArray data source at the bottom of the dialog, all available caArray experiments at that location will be displayed.
  
[[Image:T_ProjectFolder_GetRemoteBioassays.png]]
+
Instead, you can select only particular kinds of experiments by pushing the '''Filter''' button.  Here we show experiments of type "Human" being selected.
  
  
To actually retrieve bioassay data, select one or more desired arrays and push the '''Open''' button.  (Although below we show retrieving multiple array datasets, for demonstration purposes you might want to first select just one, as each can take several minutes to download).
+
Image:T_caArray_Filter.png
  
You can either select the merge option here, or wait until all data has been successfully download to perform a merge later.
+
And here are the resulting entries in the database:
  
Note that downloading data from a remote resource is not multi-threaded, so you will not be able to perform other actions in geWorkbench while the data is downloaded.
+
Image:T_caArray_Human_Expts.png
  
[[Image:T_ProjectFolder_OpenRemoteBioassays.png]]
+
 
 +
Push the '''Show Arrays''' button to see the individual array datasets available for download for this experiment.
 +
 
 +
Image:T_caArray_ShowArrays.png
 +
 
 +
Now we will select four of the arrays and push the '''Open''' button to begin the download.  Dont' forget to click the '''Merge''' button first if desired to merge the data into a single dataset.
 +
 
 +
Image:T_caArray_Open4Arrays.png
 +
 
 +
 
 +
You will be prompted to select the quantitation type from those available for the experiment.  Here we select CHP Signal:
 +
 
 +
Image:T_caArray_QuantType.png
  
 
===To add a remote source===
 
===To add a remote source===

Revision as of 14:08, 13 August 2008

Home | Quick Start | Basics | Menu Bar | Preferences | Component Configuration Manager | Workspace | Information Panel | Local Data Files | File Formats | caArray | Array Sets | Marker Sets | Microarray Dataset Viewers | Filtering | Normalization | Tutorial Data | geWorkbench-web Tutorials

Analysis Framework | ANOVA | ARACNe | BLAST | Cellular Networks KnowledgeBase | CeRNA/Hermes Query | Classification (KNN, WV) | Color Mosaic | Consensus Clustering | Cytoscape | Cupid | DeMAND | Expression Value Distribution | Fold-Change | Gene Ontology Term Analysis | Gene Ontology Viewer | GenomeSpace | genSpace | Grid Services | GSEA | Hierarchical Clustering | IDEA | Jmol | K-Means Clustering | LINCS Query | Marker Annotations | MarkUs | Master Regulator Analysis | (MRA-FET Method) | (MRA-MARINa Method) | MatrixREDUCE | MINDy | Pattern Discovery | PCA | Promoter Analysis | Pudge | SAM | Sequence Retriever | SkyBase | SkyLine | SOM | SVM | T-Test | Viper Analysis | Volcano Plot


Outline

In this tutorial, you will learn how to:

  • Create a new Project.
  • Load microarray data.
  • Merge data from several loaded microarray experiments.
  • Rename a project and/or project node.
  • Remove a project and/or project node.
  • Save project files that you have created.
  • Load, add, and/or modify remote data.


Overview

This section covers three areas - (1) the logical organization of data within geWorkbench into projects and workspaces, (2)working with data files in this logical structure, and (3) special handling of microarray data files, including obtaining data from local and remote sources, and merging multiple data files into one. These topics are bundled into one because these various operations are all handled within the same Project Folders component.

Workspaces and Projects

In the Project Folders component there is a top-level object called a workspace. The workspace can contain one or more separate projects, and each project can contain opened data files and analysis results. An analogy might be that a workspace is like a drawer in a filing cabinet, and projects are individual folders in that drawer. Projects allow data to be grouped, for example by experiment. A project can contain many different types of data, for example microarray data, fasta sequence files and graphical images. The workspace as a whole, with all its projects and data nodes, can be saved and restored. However, only one workspace can be open at one time.

Microrray data and merging

When working with microarray data, all data to be analyzed must be present within one data node in a project. If the data exists as multiple files containing results from single arrays, the data must be merged into a single node before it can be used. geWorkbench can perform this merging step either at the time data is read in, or later in a separate step. Once merged, such a dataset can be saved to disk; it will be saved in the geWorkbench matrix file format.


Supported data formats

  • Microarray
    • Affymetrix MAS5/GCOS files - produced by the Affymetrix data analysis programs.
    • Affymetrix File Matrix - a spreadsheet-type multi-experiment format; this is the native file type created by geWorkbench from merged datasets.
    • Tab-delimited text (RMAExpress file) - A simple columnar file format, produced by the program RMAExpress.
    • Affy Excel or txt data file - formats for single Affymetrix experiments (not supported).
    • Genepix files - Produced by a popular analysis program for two-color microarrays.
  • Other
    • FASTA files. DNA or amino-acid sequence files in FASTA format.
    • Pattern files - sequence motifs produced using the Pattern Discovery component of geWorkbench.
    • Genotypic data files - (not supported).

Limitations

The current method of saving a workspace is Java version specific (serialization), and so should not be used for long-term data storage. At present, the only type of remote data source which can be opened is NCICB's caArray database. The remote file open feature is not multi-threaded, so you cannot perform other tasks in geWorkbench while downloading remote files.


Creating a new project and loading microarray data files

In this example, we will load 10 individual Affymetrix MAS5 format files, and merge them into a single dataset. The origin of these file is described in the section Tutorial_-_Data

All data must belong to a project. Right-click on the Workspace entry in the Project Folders window at upper left to create a new project.

T NewProject.png


Next, right-click on the New Project entry and select Open Files.

T OpenFiles.png


A file browser will appear with which you can select the files you wish to open. The default is to browse for local files, that is on your own computer. geWorkbench can also access data from caArray databases.

T OpenFile MAS5.png


Here, we will select file type Affymetrix GCOS/MAS5 as shown.

Make sure to check the Merge files checkbox. This will create the merged data node as the files are read in.

We will select 10 MAS5 format text files from the directory cardiogenomics.med.harvard.edu, which is included in the geWorkbench tutorial download.

Click Open.


A message will appear giving information about associating an annotation file with the dataset.

T Annotation-selection1.png

A file browser will then open with which you can, if you wish, select an annotation file matching your dataset. This is needed if you intend to use features of geWorkbench such as the Sequence Retriever or GO Terms component (Gene Ontology).


T Annotation-selection2.png

A status bar will display as the data is loaded:

T File-loading-status-bar.png


The merged dataset is listed in the Project folder. The data is displayed, in single array format, in the Microarray Viewer. Note we have increased the intensity slider to maximum here. You can scroll through the arrays from first to last using the slider. The display in the Microarray Viewer is by marker in the linear order the markers appear in the data file. It does not correspond in any way to a physical picture or representation of the actual 2-D microarray.

T Merged MAS5 files.png


Merging microarray datafiles after they have already been loaded.

If data files are not merged at the time they are read in, they can also be merged later, as long as they are from the same chip type.


1. Select the read-in data files that you want to merge.

2. Click on File in the menu bar, and choose Merge Datasets.

The picture shows the resulting merged dataset created from several individual data files.

T MergeIndividual.png


The result is a new data node containing the merged data. The original data nodes are still present.

T ProjectFolder IndividMerged.png


Renaming a project or a data node

Renaming a project

1. Right-click on Project folder.

2. Select Rename.


T ProjectFolder RenameProject.png


3. In the pop-up screen rename your project.

4. Click on the OK button


Renaming a project data node

1. Right-click on a Project Folder data node.

2. Select Rename.

T RenameNode.png


3. In the pop-up screen rename your data node.

T ProjectFolder RenameDataset2.png


4. Click on the OK button.

Removing a project or a data node

Removing a project

1. Right-click on Project folder.

2. Select Remove.


Removing a project data node

1. Right-click on the data node.

2. Select Remove.


Saving a data node to a file

It is here that, among other things, you can create the matrix multi-experiment file format used by geWorkbench from a merged dataset.

1. Right-click on data node that you want to save.

2. Click Save.

T NodeOptionsMenu.png


A standard file Save screen will come up.

3. Choose a location.

4. Enter a name.

5. Click on the Save button.

Working with remote data sources

The remote Open File dialog

geWorkbench can retrieve data from certain remote data sources; currently only instances of the NCICB's caArray database are supported. The Open File dialog allows remote sources to be added to the list of those available either manually or through discovery using grid services. Entries (locations, parameters) for non-grid services can be edited.

As before, right-click on Project which will bring up the Open File dialog. Click the Remote radio button. The Open File dialog window will be expanded to include remote sources.

Note the distinction between the "Open File" button, which opens a local or remote file, and the "Go" button, described below, which connects to a chosen remote resource to allow browsing.

T File Remote Open.png

Four additional buttons appear. They are:

caArray button - lists remote resources.

Go button - connects to the selected remote source.

Add A New Resource button - Opens the Data Source Definition Page used to add a remote data source.

Edit button - Edits remote source parameters.

Loading data from a remote instance of caArray

geWorkbench can download data from instances of caArray. In the File->Open dialog, click the Remote setting.

You can edit the connection settings to connect to the desired instance of caArray by pushing the Edit button. The configuration for connecting to the production instance of caArray at the NCI is shown here:

Image:T_caArray_EditConnection.png


If you click on the red Go button next to the caArray data source at the bottom of the dialog, all available caArray experiments at that location will be displayed.

Instead, you can select only particular kinds of experiments by pushing the Filter button. Here we show experiments of type "Human" being selected.


Image:T_caArray_Filter.png

And here are the resulting entries in the database:

Image:T_caArray_Human_Expts.png


Push the Show Arrays button to see the individual array datasets available for download for this experiment.

Image:T_caArray_ShowArrays.png

Now we will select four of the arrays and push the Open button to begin the download. Dont' forget to click the Merge button first if desired to merge the data into a single dataset.

Image:T_caArray_Open4Arrays.png


You will be prompted to select the quantitation type from those available for the experiment. Here we select CHP Signal:

Image:T_caArray_QuantType.png

To add a remote source

(Note - currently only caArray data sources are supported).

1. Click on the Add A New Resource button.

(T)MRemoteData2.png This is the Data Source Definition Page

2. Fill in the Data Source definition page. URL and Short Name are required fields.

3. Click on the OK button.

The configuration is set up to automatically reflect your additional Data Source.


To modify a remote source

The specification of the remote resource can be edited.

1. Click on the Edit button at the bottom of the Open File dialog.

2. Make the changes that you need.

3. Click on the OK button

T ProjectPanel EditRemote.png