pppBenchmark

Abstract

Motivation: Promoter prediction is an important task in genome annotation projects, and during the past years many new promoter prediction programs (PPPs) have emerged. However, many of these programs are compared inadequately to other programs. In most cases, only a small portion of the genome is used to evaluate the program, which is not a realistic setting for whole genome annotation projects. In addition, a common evaluation design to properly compare PPPs is still lacking.

Results: We present a large-scale benchmarking study of 17 state-of-the-art PPPs. A multi-faceted evaluation strategy is proposed that can be used as a gold standard for promoter prediction evaluation, allowing authors of promoter prediction software to compare their method to existing methods in a proper way. This evaluation strategy is subsequently used to compare the chosen promoter predictors, and an in-depth analysis on predictive performance, promoter class specificity, overlap between predictors and positional bias of the predictions is conducted.

Reference

Abeel, T., Van de Peer, Y., Saeys, Y. 2009. Towards a gold standard for promoter prediction evaluation. Bioinformatics. 25(12):i313-i320.
PubMed - Bioinformatics

Manual

  1. Download pppBenchmark
  2. Unzip the package in a directory
  3. Read the documentation in the readme file
  4. Make sure you have Java 1.6+ installed
  5. Make sure your prediction scores are in the interval [0,1]
  6. Run the program with the following command: java -jar pppbenchmark-<version>.jar

Data

For new promoter prediction programs, you'll have to split these sets into training and validation folds.

Important note for novel promoter prediction programs!

When using this program to validate newly developed programs, it is important that you don't use the data that is used for validation in pppBenchmark as training data for your program.

The proper procedure here would be to split the data in training and testing, and run your program and pppBenchmark for each split. The best way to split the data is on the level of complete chromosomes. For example use 23 chromosomes for training and the one left out for validation. Do this for each chromosome left out.

Sample for splits

Download the sample data.
This zip file contains a prediction file for chr22, as well as tag and gene annotation. To validate this fold, issue the command java -jar pppbenchmark-1.3.jar --gene gene.chr22 --tags cage.chr22 chr22

Running this sample should yield the following results for each of the protocols:
1A0.10
1B0.25
2A0.34
2B0.58

Organisms

At the moment the program is only available for the human genome. But we are eager to make it available for other organisms. Please contact us if you would like pppBenchmark for a particular genome and we would be happy to assist you.

Contact

If you have comments or questions regarding this program, please contact the authors: Thomas Abeel or Yves Van de Peer.

Changelog

Version 1.3 (Dec. 1, 2009)
Based on user feedback, we have made some changes to pppBenchmark.
We added the --prefix option to have a prefix to all outputted files. 
The recall and precision axis are flipped, this allows slightly more 
accurate calculation of the auPRC as no points have to be discarded 
for a smooth curve.

Version 1.2 (Nov. 4, 2009)
Cleaned up the program output to something more sensible. 
Cleaned the code to make it easier to maintain and to do updates in 
the future.

Version 1.1 (Sep. 25, 2009)
Added two command line switches to allow you to set which reference 
annotation to use. This allows you to use training/validation folds 
of the original data.

Version 1.0 
Initial version as described in the paper
	

Contact:
VIB / UGent
Bioinformatics & Evolutionary Genomics
Technologiepark 927
B-9052 Gent
BELGIUM
+32 (0) 9 33 13807 (phone)
+32 (0) 9 33 13809 (fax)

Don't hesitate to contact the in case of problems with the website!