1. Introduction

PAGE is a Java application designed to extract and visualize phase-shifted patterns of gene expression data involving dose, time, and biological responses. To use PAGE, users must first load the gene expression data and then run q-Cluster analysis. This user manual serves as a reference on using PAGE in a step-by-step fashion.

2. Software Requirement

The following software must be installed in order to execute PAGE.

  • Java 2 Runtime Environment, Standard Edition 1.4.2 or later

3. Getting Started

  • Double click on PAGE.bat

4. Load Experiment

PAGE uses tab-delimited text file as input. This input file contains gene expression data at various dose and time points. The following subsections explain the input file format and the step-by-step description of how to load the input file into PAGE for single and multiple experiments, including how to load and save experiment configuration.

4.1 Input File Format Description

  • The input file must be tab-delimited text file.
  • The file must not have any empty space between tabs.
  • The first row is consisted of header labeling each column as shown in blue.
  • The first column contains the unique row identifiers as shown in red.
  • The second column contains the gene accession numbers as shown in green.
Table with file format description

4.2 Load a Single Experiment

To load an experiment from a tab-delimited file:
1. Click on Project and select Load Experiment

Click on project in the top left corner and click load experiement

1. On the file chooser window, go to the directory containing the input file and enter the input filename. Then, click Open.

Open file

2. Enter the number of dose and time points that corresponds to the experiment being loaded. Then, click Submit.

Enter total dose points and total time points in the boxes then submit

3. Enter the experiment label in the text field

Enter experiement label in the text field at the top of the popup

4. Click on the button with “Row #” to label the corresponding row. Enter the trend identifier and click Submit. Repeat this step for each button labeled with “Row #”.

Enter trend identifier for row number in the text box then click submit

5. Click on the button with “Col #” to label the corresponding column. Enter the trend identifier and click Submit. Repeat this step for each button labeled with “Col #”.

Enter trend identifier for collumn number in the text box then click submit

6. Click on the button with a number on the “Select Array Label” panel to select the sample(s) that correspond to the dose and time labels for each row and column. At least one checkbox must be selected. Click Submit when finished. Repeat this step for each button labeled with a number on the “Select Array Label” panel.

Select Sample(s)

7. Click Save to open the file chooser window. Enter the filename and click Save to save the experiment configuration. This step is optional but necessary to avoid repeating the previous steps when the same experiment is being loaded again.

click the save button

Enter file name in the text field

8. Click OK to load the experiment.

4.3 Load Multiple Experiments

  • To load multiple experiments onto the same project, repeat steps 1 to 8 in Section 4.2 for each experiment.

4.4 Load Experiment Configuration

To load experiment configuration that have been previously saved, click Load to open the file choose window. Then, select the file containing the experiment configuration and click Open. This step skips steps 4-8 in loading a single experiment.


click load in the bottom right to open the file choose window

Click and open the file containing the experiment configuration

Click load

5. Remove Experiment

1. Click on an experiment node from the tree panel.

Click on experiment node

2. Click on Project and select Remove Experiment.

click on project in the upper left hand corner and click on remove experiment
After the removal of experiment, the windows should be empty

6. Run Trend Analysis

1. Click on File and select Run Trend Analysis

Run trend analysis

2. Enter the window size and the normalization threshold value. The window size is the number of consecutive points fixed for the trend length. The normalization threshold (default value = 1.0) is the cut-off for defining an upward or downward trend from one point to the next.

Enter normalization threshold value

Enter window size in the text field

3. Click Submit

After clicking submit, the project window should popup

7. Save as Tab-Delimited File

1. Click on Project and select Export All Trends as Tab-Delimited Text File


click on project in the upper left corner and select Export All Trends as a Tab-Delimited Text File

2. Enter the filename and click Save to save the results in a tab-delimited text file.

Enter filename in the text filed and click save

8. Save Current Chart

1. Click on Project and select Save Current Chart as jpg.

Click on project in the upper left hand corner and save Current Chart as jpg.

2. Enter the filename and click Save. PAGE will automatically append the .jpg extension to the filename entered by the user.

Enter the filename in the text fields then click save

9. View Trend

9.1 Setting the Maximum Threshold of Bicluster Score

1. Enter a number between 0 and 1 to remove any bicluster above the bicluster threshold.

Set the maximum threshold of bicluster score in the bottom left of the window

2. Click on Filter to apply the bicluster threshold to the analysis.

Click on Filter

3. Click on any row in the table on the left panel to view the corresponding q-Cluster.

Corresponding q-Cluster

9.2 Selecting Trends

1. To remove any trend in the selected q-Cluster, go to the Trend Display Selection panel and highlight the desired trends in Group I.

Highlight desired trends in the Trend Display Selection panel to remove trends

2. Click on the button “Remove >>”

Select the remove button in Trends Display Selection section

3. To insert trends back into the q-Cluster, go to the Trend Display Selection panel and highlight the desired trends in Group II.

Highlight desired trends in Group II

4. Click on button “<< Insert”

Click insert

9.3 Zooming

1. Zoom-in: Drag the mouse from the upper left hand corner to the lower right hand corner to highlight the desired zone. Then, release the mouse.

Zooming

q-Cluster after being zoomed in

2. Zoom-out: Drag the mouse in the opposite direction on the line graph panel and release the mouse.

zoom out of q-Cluster

10. Retrieve Gene List

10.1 Union

1. Click on the button “Group I Union” to generate the union of all the genes from the trends that are being displayed in the line graph panel.

Generate the union of all the genes

Group I Union

2. To save the gene list, click on File and select Save as Tab-Delimited.

Select save as Tab-Delimited

3. Enter the filename to save the gene list and click Save on the file chooser window.

Enter filename in the text field

10.2 Intersection

1. Click on the button “Group I Intersection” to generate the intersection of all the genes from the trends that are being displayed in the line graph panel.

Group I Intersection

10.3 Difference (Group I – Group II)

1. Click on the button “Group I – Group II” to generate the list of all the genes in Group I but not in Group II.

2. To save the gene list, click on File and select Save as Tab-Delimited.

3. Enter the filename to save the gene list and click Save on the file chooser window.

Group I – Group II

2. To save the gene list, click on File and select Save as Tab-Delimited.

3. Enter the filename to save the gene list and click Save on the file chooser window.

11. Exit

1. Click on Project and select Exit to exit the program.

Exit the program