PIIKA 2.5 Video Tutorial

PIIKA 2.5 Guide

This page describes the various input files and parameters associated with using PIIKA 2.5.

Step #1: Input files

Main input file (required)--- The main input file must be a file in tab-delimited text format. The format of the input file must follow these rules. Important note: If all of the arrays in your experiment correspond to different treatments/controls, then the order of the columns (except for the first two) is unimportant. However, if you have arrays from, say, multiple animals that all received the same treatment (biological replicates), then the data for the arrays corresponding to the same treatment must be in adjacent columns. Although the 4 arrays corresponding to each subject in our sample data were not grouped together for analysis purposes, suppose that we did want to group them together (for, say, clustering). Then all of the arrays corresponding to subject A must appear together, and the same for the other subjects, as shown in the sample file.

The following figure illustrates the use of the above rules using a portion of the sample input file.

PIIKA input visual aid

What is the best way to make a file like this? That depends on the format of the files produced by your image analysis software. If you are familiar with programming and/or UNIX utilities, you can write a program that takes those files as input and outputs a file in the format specified above. If you do not have this expertise, the best method would probably be to construct the file in Excel (or the spreadsheet program of your choice). To use Excel, follow these general guidelines:

  1. Open a new Excel file.
  2. Save the file in tab-delimited text (.txt) format (call the file main_input_file.txt).
  3. Enter "Peptide" in cell A1 and "Accession" in cell B1.
  4. Import the first file from your image analysis software (corresponding to the first array in your experiment) into Excel as a separate spreadsheet.
  5. Copy and paste the names of the peptides and the accession numbers from this file into columns A and B, respectively, of main_input_file.txt starting at row 2.
  6. Copy and paste the foreground and background measurements in this file into columns C and D, respectively, of main_input_file.txt starting at row 2
  7. Put appropriate column headings in cells C1 and D1.
  8. Repeat steps 4, 6, and 7 for each array, putting the new data into successive columns, making sure that the order of the peptides are identical for each array.
If you have difficulty creating a file in the appropriate format, please e-mail the author for assistance.

Treatment-control combinations file (optional)---This file specifies the treatment-control combinations. T-tests will be performed for each peptide for each treatment-control combination specified in this file, and these combinations will also be used for biological subtractions. This file must be a tab-delimited text file, with one treatment-control combination specified per line. Each line should contain the number corresponding to the treatment, followed by a tab, followed by the number corresponding to the control. This "number" refers to the order of the treatments as they appear in the main input file. For example, if you were using the sample dataset and set "Number of inter-array replicates" to be 1, then the line "1<tab>2" in this file would mean a comparison between A-1 and A-2. If, however, "Number of inter-array replicates" is 4, then the line "1<tab>2" would mean a comparison between subject A (all four samples combined) and subject B (all four samples combined).

The following figure illustrates the features of the example treatment-control combinations file.

PIIKA input visual aid

Treatment-control combinations for P-value visualizations file (optional)--- This file specifies the treatment-control combinations for constructing P-value visualization files. It must be a tab-delimited text file similar to the one described above, except two treatment-control combinations must be specified per line. The first two columns correspond to the first treatment-control combination, and are used for the left semicircle in each circle in the visualization file, while the third and fourth columns correspond to the second treatment-control combination and are used for the right semicircle. Any treatment-control combination listed in this file must also appear in the "Treatment-control combinations file" described above.

The following figure illustrates the features of the example P-value visualizations file.

PIIKA input visual aid

Step #2: Required parameters

Number of technical replicates per unique peptide on the same array---the number of technical replicates corresponding to the same peptide sequence on a single array. The value of this parameter would be 9 for the sample data.

Number of treatments---The number of unique biological treatments in your experiment. If you do not have any inter-array replicates (either technical or biological), then this will be equal to the number of arrays. If you do have inter-array technical replicates, then this will be equal to the number of arrays divided by the number of inter-array replicates per treatment. The value of this parameter would be 24 for the sample data.

Number of unique peptides on the array---The number of unique peptide sequences on the array. This is equal to the total number of spots on the array divided by the number of intra-array technical replicates per peptide. The value of this parameter would be 297 for the sample data.

Number of inter-array replicates---The number of inter-array replicates (either biological or technical) per treatment. The value of this parameter would be 1 for the sample data.

Depending on the nature of your data, by specifying different values for the above parameters, your data will be analyzed in a different way. For example, suppose that for the sample data you choose the following values for the above paramaters rather than the ones specified above:

In this case, for each subject the normalized intensity values for the 4 time points corresponding to that subject will be averaged together. As an example of a consequence of this, the heatmap will have only 6 columns (corresponding to the 6 treatments/subjects) rather than 24.

Step #3: Optional parameters

Background correction method---The choice of background correction method. Options are background subtraction (default), background scaling (normalizing the background by scaling to the median background of the entire array), and None (omission of background correction.)

Distance metric for hierarchical clustering---The distance metric to use when performing hierarchical clustering. Choices are (1 - Pearson correlation) (default) and Euclidean distance.

Linkage method for hierarchical clustering---The linkage method to use when performing hierarchical clustering. Choices are McQuitty linkage (default), average linkage, and complete linkage.

Perform chi-square test?---If yes, then the chi-square test will be performed to identify peptides with inconsistent phosphorylation patterns among the technical replicates on each array. As a result, PIIKA 2 will output extra t-test files containing only peptides that are consistently phosphorylated in both the treatment and the control, and also omits from the heatmaps and PCA analyses any peptides that are not consistently phosphorylated on any of the arrays.

Perform F test?---If yes, then the F test will be performed to identify peptides with inconsistent phosphorylation patterns among the biological replicates. The implications of this option are analogous to that of the "Perform chi-square test?" option.

Perform biological subtraction before performing F test?---If yes, then biological subtraction will be performed on each treatment-control combination before performing the F test.

Perform random tree analysis?---If yes, then the analysis described under the heading "Statistical significance of the clustering of a priori groups" in the PIIKA 2 paper will be performed. In order for perform this analysis, your samples must be named such that PIIKA 2 can tell which samples are in the same group. To do this, your sample names (column names in the main input file) must have a hyphen in them, where everything before the hyphen defines the name of the group, and everything after the hyphen is a number (letters are not allowed) that is unique to that sample. For example, in the same data, the samples corresponding to subject A are labeled "A-1", "A-2", "A-3", and "A-4", and similarly for the other subjects.

Perform peptide subset analysis?---If yes, then the analysis described under the heading "Identifying sets of peptides that support the clustering of a priori groups" will be performed. For this analysis to work correctly, the same sample naming format as described above must be used.

Value of alpha (false positive rate) for statistical significance testing---The P-value threshold for describing a peptide as differentially phosphorylated between a treatment and a control.

Estimated background probability that a peptide will be differentially phosphorylated---This value is used for calculating positive and negative predictive values; see the "Positive and negative predictive values" section of the manuscript describing PIIKA 2 for details.

Step #4: E-mail address

Enter your e-mail address so we can send you an e-mail when your job has finished running. This e-mail will contain a link enabling you to download the results.