Skip to main content

D-Light on promoters: a client-server system for the analysis and visualization of cis-regulatory elements

Abstract

Background

The binding of transcription factors to DNA plays an essential role in the regulation of gene expression. Numerous experiments elucidated binding sequences which subsequently have been used to derive statistical models for predicting potential transcription factor binding sites (TFBS). The rapidly increasing number of genome sequence data requires sophisticated computational approaches to manage and query experimental and predicted TFBS data in the context of other epigenetic factors and across different organisms.

Results

We have developed D-Light, a novel client-server software package to store and query large amounts of TFBS data for any number of genomes. Users can add small-scale data to the server database and query them in a large scale, genome-wide promoter context. The client is implemented in Java and provides simple graphical user interfaces and data visualization. Here we also performed a statistical analysis showing what a user can expect for certain parameter settings and we illustrate the usage of D-Light with the help of a microarray data set.

Conclusions

D-Light is an easy to use software tool to integrate, store and query annotation data for promoters. A public D-Light server, the client and server software for local installation and the source code under GNU GPL license are available at http://biwww.che.sbg.ac.at/dlight.

Background

The specific transcription of genes is largely controlled by the interplay of transcription factors (TFs) attached to their specific binding sites (TFBSs). It is commonly accepted that for higher organisms the concurrent binding of two or more TFs is required to change the transcriptional state of a gene. In addition, the evolutionary conservation of such binding pattern is assumed - although differences are expected [1].

A number of computational tools have been developed to process experimental data for subsequent prediction of potential TFBSs and affected pathways. Experimentally determined binding regions are sequenced and compared for common patterns by elaborate statistical methods as e.g. implemented in MEME [2] or WEEDER [3]. The obtained binding site data are collected in databases such as JASPAR [4] or TRANSFAC [5]. Finally, with different prediction methods [6-10] occasionally incorporating homologous genes [11, 12] a huge amount of data for potential binding sites can be generated.

Currently several software packages or web servers are available to deal with these data. In general the different approaches are restricted to certain aspects or limited in the amount of data they are able to handle. For example, some tools are restricted to a only few genes [13, 14] and just very few implementations utilize information from orthologous genes [15-18]. Other methods require additional experimental data such as expression levels [19]. Moreover the servers are not always easy to use or cannot be complemented with user data. To our knowledge, no service is available for performing combinatorial queries on a genome wide level with concurrent inference of orthologous genes. Finally, only very few tools are freely available for local installation.

Our client-server based software, D-Light, provides a new tool which aims to overcome most of these limitation. (i) D-Light allows for combinatorial searches within or between different species on a genome wide scale. (ii) The software provides a simple JAVA-based graphical user interface (GUI) available as browser applet, Java Web Start application or as stand-alone JAVA application. (iii) Users can add new promoter sequences, positional frequency matrices (PFMs) representing the TFs or generic annotations for their subsequent usage in the combinatorial queries. (iv) A user management enables privacy. (v) Client and server are open source software and can be installed locally. We also provide a public D-Light server pre-filled with data from human, mouse and rat.

Below we first describe the technical concepts and their implementation. We then use D-Light to determine on average useful promoter sizes and score cutoff values. We finally demonstrate the relevance of D-Light on a biological example.

Implementation

We first discuss design principles of the D-Light system regarding datasets, access control and data retrieval. Then we describe server and client characteristics. A scheme of software components and data flow is shown in Figure 1. The implementation of D-Light solely employs open source software.

Figure 1
figure 1

Block diagram of the D-Light client-server system. Green arrows represent the data flow on user queries, red arrows the data flow when a user uploads new data via the client GUI. Once a gene hit list is provided to the viewer, data are requested gene-wise via the DAS protocoll.

Design principles

D-Light implements a gene centered concept for data storage and access. The promoter is seen as a continuous region on the genomic DNA sequence which is associated with a certain gene and labeled with an accession code. Users added sequence data, however, may comprise any piece of genomic DNA labeled with a unique accession code. D-Light supports multiple genomes defined during server setup. Genomic coordinates provided for a certain promoter allow linkage to external genome browsers.

The second type of data stored in D-Light are features, which are in general binding sites of a certain transcription factor. User-added data may contain any type of features, with or without an associated score. If the user-added features are TFs with an associated PFM, an integrated prediction method allows the assignment of the TFs to all currently stored promoters.

All user-added data, namely promoters, features and the annotated locations thereof are private. Default data calculated during the D-Light server setup are accessible to all users. A certain user thus queries the union of default and his private data.

Inquiries to the server for the occurrences of certain features (or combinations thereof) are performed in two steps. First a list of promoters is generated, where at least one hit appears. Only during visualization of a certain promoter, all hits on that promoter are calculated (see Figure 1). This optimizes the response time for the interactive database queries. Complete hit lists are generated on request and can be downloaded in text format (csv format), which then requires more time.

Server

All data are stored in a MySQL relational database. The database schema is optimized for speed rather than for space requirement. Stored procedures additionally speed up complex queries.

The server setup is controlled by an XML formatted setup file and performed with Python scripts. By default, the scripts download data from NCBI, the JASPAR ftp server and our web site. If D-Light should use different data sources or prediction tools the setup scripts can be easily modified. Related comments are included in the corresponding scripts.

The controller is written in Java to utilize RMI (Remote Method Invocation) for the client. Annotation data transfer is captured by the BioDAS protocol using the Java based MyDas server [20] (see also Figure 1).

Client

The client is written in Java and communicates with the server via RMI. The GUI is based on AWT/Swing. The annotation viewer uses the GenoViz toolkit [21]. The client provides multiple query instances. The data required to visualize certain queries are stored in distinct objects which subsequently allows to change quickly between views.

All data visualized in lists, such as genes or features, are equipped with a filter which dynamically displays only records matching a regular expression style criterion.

Sequential data flow on user queries

The numbers 1 to 6 in the flowchart (Figure 1) reflect the sequential data flow during a typical user query to display annotations for a set of genes. (1) A query string is passed to the controller, which translates it to SQL queries. (2) The SQL query results in a list of matching genes which is passed to the client (3). When the user selects a gene, the BioDAS server is contacted (4). Then, the BioDAS server formulates a SQL query (5) and returns the data via a DAS-xml envelop (6).

TFBS prediction

The built-in binding site scanner, pyfscan, is written in C++ and implemented Python as extension. A stand-alone version of the TFBS scanner for usage independently of D-Light is included in the server package. By default, pyfscan calculates log-likelihood ratio scores with uniform background distribution b A  = b C  = b G  = b T  = 0.25:

S = i = 1 L ln f a , i b a

where i is the ithcolumn in the PFM, a denotes the current base given by the respective DNA sequence, fa,iis relative frequency of base a in column i and L is the length of the PFM.

The scores are converted into p-values using the method of Staden [22]. Raw scores are converted to normalized scores ranging from 0 to 100, where 100 corresponds to the maximum reachable score of a given PFM.

Retrieving promoter data

Promoter data are extracted from UCSC chromosome files. Currently we only provide promoter data for genomes with assigned RefSeq IDs. Since D-Light implements a gene-focused concept, a certain RefSeq ID may only appear once in the promoter set. In practice, UCSC assigns some RefSeq ID to several chromosomal locations. If this is the case, we sort by chromosome name and take the first one. This way, the assignments in normal chromosomes are preferred compared to “random” or “unknown” entities, e.g. chr1 is preferred to chr1_random. In hg19, multiply used IDs affects 3% of all IDs. In many cases these are non coding RNAs or microRNAs.

The chromosomal location information is taken from the respective refGene tables. Following UCSCs strategy we extract ±1 kB, ±2 kB and ±10 kB regions relative to the proposed TSS. In contrast to UCSCs strategy for providing promoter fasta files we also include sequences with unknown TSS. In this case, the CSS (coding sequence start) will be known. In many cases the TSS and CSS are within a few hundred bases, and the extracted promoters are likely to include an active TSS (see statistical analysis).

For cross-genome search homology information is required. We use the homology relations defined by the gene product rather than by genomic alignments. The homologous groups are derived from NCBI HomoloGene database [23] and transferred to the MySQL database during the D-Light server setup.

Default settings of the server

The space an time requirements of D-Light depend essentially on the promoter sizes, the size and composition of the PFM database and the p-value cutoff of the prediction method. We aimed to find parameter settings which are useful for an “average” gene. Considering the average density of predicted TFBS and average GC content (Figure 2), we decided to use ±2 kB promoter sequences by default. We also include genes with unknown TSS (see also section Results and discussion). Our defaults include the promoters for human, mouse and rat. There are, however, 25 genomes with RefSeq associations available (e.g. D. melanogaster or C. elegans) and provided for download on our web server.

Figure 2
figure 2

GC-content, TFBS frequencies at various p-value cutoffs and ENCODE Txn occurrences. Data are collected in bins of 50 bases from a non-redundant human promoter set consisting of approx. 23.000 ±10 kB sequences. Upper panel: For high cutoff values such as p = 10−2 (red line) the TFBS density (TFBSd) curve approximately mirrors the GC content (right axis). Lower p-value cutoffs result in curves with a sharp peak around the TSS. Lower panel: The distribution of ENCODE Txn peak centers. The left y-axes are scaled to one according to the maximum peak.

In accordance with FIMO [24], which we used as reference TFBS prediction tool during our software development, the p-value cutoff is set to 10−4. By default, the JASPAR CORE Vertebrata set is enabled in D-Light, resulting in 116 usable PFMs which can achieve scores with a p-value smaller than 10−4.

Results and discussion

We first show a statistical analysis of the promoters from the human genome regarding the distribution of predicted TFBS with respect to different parameters. Then we perform a case study applying D-Light to a microarray experiment based gene sets from a cell cycle study.

Statistics on promoters

From the hg19 we created ±10 kB promoters set with annotated TSS consisting of approximately 23,000 sequences. We then predicted TFBS for the JASPAR CORE Vertebrata PFMs using the log-likelihood ratio score with different p-value cutoffs.

We first plotted the frequencies of predicted binding sites the GC content of the promoter sequences in intervals of 50 bases (Figure 2, upper panel). With a loose p-value cutoff (<0.01) the hits are almost equally distributed but with less hits around the TSS.

The average GC content of the applied PFMs is 47.4%. Therefore less hits appear in the GC reach regions around the TSS on average. The negative peak is rather small compared to the ground level. The PFMs which remain at lower p-value cutoffs only have a marginally higher GC content (49% for PFMs which reach p-values below 10−5). The positive peaks which appear at more stringent p-value cutoffs presumably appear because of the increasing number of real binding sites.

This result is supported by a comparison to ENCODE [25] data. We extracted the Txn Factor ChIP track data from the UCSC database and calculated the distance of the peak centers to the nearest TSS of RefSeq genes and plotted the relative frequencies of occurrence again with bin width of 50 bases (Figure 2, lower panel). The shape of the distribution is very similar to the curve of the predicted TFBS at p-value cutoff < 104 and < 105 respectively. Note that the base level of predicted TFBS is much higher than the base level of experimentally determined TFBS.

The peaks of all TFBS curves lie within two kilo-bases upstream the TSS and 1.5 kilo-bases downstream. Therefore we consider at least a ±2 kB region in D-Light.

Unfortunately, for many genes the TSS is not known. However, when the gene is coding for a protein, in general the start of the coding sequence (CSS) is known and annotated. We were interested in the distribution of the distance between the proposed TSS and CSS, in case that both entities are annotated. The distance varies between 1 base and a 1.9 mega bases. The quantiles are 114 (0.25-quartile), 373 (median), and 4280.25 (0.75-quartile). Therefore, in the majority of these cases the TSS is in close proximity to the CSS. In the human genome there are about 4000 genes with RefSeq association annotated with a CSS but not with a TSS. These genes are neglected by the UCSC rules for creating promoter sequences. We subsequently include such genes and use the CSS as anchor for defining the “up- and downstream” region, as only a fraction of those genes will have the TSS outside the proposed promoter region.

Of significant importance for studying gene regulation on the basis of predicted TFBS’s is the balance between statistical significance of the hits and potentially false hits. Different authors use different p-value cutoffs for their methods to predict TFBS, commonly between 10−4 and 10−6. We therefore investigated the reachable significance of the 130 JASPAR CORE Vertebrata PFMs using our built-in prediction method. In Figure 3 we plotted the percentage of matrices able to achieve a certain p-value, given a uniform background distribution. With a p-value cutoff of 10−4 13 PFMs can not obtain hits, namely GATA2, Prrx2, ETS1, NFE2L1::MafG, ARID3A, Arnt, Arnt::Ahr, GATA3, MZF1_1-4, NFIC, Pdx1, SOX10, YY1, ZEB1, ZNF354C, and Sox5. The most significant hits can be obtained with the PFM Pax4.

Figure 3
figure 3

Number of PFMs, hits and promoters for different p-value cutoffs. The number of hits (red), number of affected promoters (green) and number of hit producing PMFs (blue) depend on the p-value cutoff. Note that the percentage of hits are plotted on the logarithmic scale (right side). The 100% baseline corresponds to the values obtained without any P-value cutoff, i.e. all possible positions for a hit, all promoters and all PFMs respectively.

Using the same dataset and prediction method as mentioned above we calculated the number of hits (in percent of the maximum possible hits) below a certain p-value cutoff (Figure 3). The percentage is decreasing linearly with the cutoff until a p-value of 10−7. Then the curve flattens presumably due to the low number of different PMFs effective for those p-value cutoffs. We also have been interested in how many different corresponding promoters are affected. Until a cutoff of 10−6 all promoters receive a hit. When increasing the significance in a TFBS search from the default cutoff 10−4 to 10−7 (i.e. by the factor 1000), only half of the matrices will report hits from only 50 percent of the promoters. It is thus important to know down to which p-value cutoff a certain PFM is able to obtain hits. A table for the JASPAR CORE Vertebrata PFMs is given in Additional file 1.

Comparison with similar tools

We have compared the capabilities of D-Light with eight similar publicly accessible services. While some of the tools use a pure HTML/JavaScript approach, others including D-Light implement a Java-Client software. We investigated regarding six properties: (i) The tool uses precalculated TFBS. (ii) It enables combinatorial queries, either by searching for co-occurrences of TFBS or clusters of TFBS or comparison between occurrence in a set of homologous sequences with the final goal to decrease false positive predictions. (iii) The tool provides access to sequences of multiple genomes. This is implicitly the case when multiple sequences can be uploaded. (iv) The tool accepts sequences uploaded by the user. (v) The tool accepts PFMs uploaded by the user. And (vi), the results can be downloaded in a textual, tabular form, or textual results can easily be copy-pasted from the corresponding web page for further processing by the user. The results are summarized in Table 1.

Table 1 Comparison with similar tools

A short survey of how the tools characterize themselves on their respective web page, the corresponding web links and some remarks are given in Additional file 2. Note that there are other similar software tools such as SeqVISTA [30] or GeneACT [15], which were not accessible or fully working at the time of writing the manuscript. We therefore could not properly evaluate these tools for adding them to the table.

Application to a microarray dataset

Cheung et al. demonstrated the applicability of their software GeneACT [15] by using the microarray data set (GSE1692) deposited in NCBI Gene Expression Omnibus [31] by Cam et. al [32]. The GSE1692 set contains expression data of cell cycle dependent genes in T98G fibrosarcoma cells. Cheung et al. defined differentially expressed genes (positive set) and non differentially expressed genes (negative set) by f-test p-value cutoff of p < 0.05 and p > 0.7 respectively and provided the corresponding lists of genes as Additional file 1 to their publication. We extracted the list of genes, respectively the corresponding NM numbers and prepared the positive and the negative list by adding a ‘$’ sign to end of each NM number (NM_xxxxxxx\.) to enforce full length accession code matches in D-Light while ignoring the sequence version number.

Cheung et al. found that the E2F family binding sites are over-represented in the positive set. The JASPAR entry E2F1 represents the binding pattern of the E2F family members such as E2F-1 or E2F-4. The authors proved the correctness of the predictions for some of the genes of the positive set by conducting ChIP assays [15]. We wanted to know if one can get comparable results using D-Light. For this purpose we pasted the positive list to D-Light to query the TF annotations in hg19 (p-value cutoff 10−4) and downloaded the resulting data in a comma separated values (csv) file format and did the same for the negative list. From the GSE1692 positive set 767 genes were represented in D-Light, and 723 genes from the negativ set.

We then counted the occurrences of all annotated TFs, calculated the average occurrence per gene P t ¯ and N t ¯ , where t is one of the TFs provided by D-Light. For each t we calculated the ratio r= P t ¯ / N t ¯ . The top ranking over-represented TF is indeed E2F1 (r = 1.41) followed by NFYA (r = 1.34) and USF1 (r = 1.26) which is in accordance to the results of Cheung and coworkers. The ratios delivered by our computational experiment, however, are rather low. We repeated this analysis for various p-value cutoffs. The results are shown on Table 2. At high p-value cutoffs no overrepresentation is observed. The lower the cutoff, the higher are the ratios. Unfortunately, the minimum reachable p-value of a certain PFM is limited and the predicted hits disappear below a certain p-value cutoff. In order to obtain evidence for the reliability of the ratios we applied the bootstrap function of R to calculate the 95% confidence intervals of the P t ¯ and N t ¯ values. In any case the average values are within the 95% CI.

Table 2 Overrepresentation of predicted TFBS in the GSE1692 data set

We then performed queries with the same lists of genes, but now using the D-Light feature to cross-check if a certain binding site is also predicted in the homologous mouse gene (mouse genome version mm10). By doing so, the number of usable genes (i.e. genes where a homologous gene is defined by HomoloGene) reduces to 619 and 548 respectively. The ratio of over-representation increase to 2.45 for E2F1, which demonstrates the value of incorporating orthologous information to improve the quality of the predictions.

The TF occurrences counting in the csv formatted data files was performed using a simple Python script (available at http://biwww.che.sbg.ac.at/dlight/tools/overrep.py) but using Excel should be also feasible for an experienced Excel user. We extended the Python script to search for over-represented pairs of the TFBS with a minimum sequence separation of 10 and a maximum sequence separation of 100 base pairs. The five top ranking pairs are E2F1-NFYA, Mycn-USF1, MYC::MAX-USF1, USF1-USF1 and FOXC1-RREB1. Equipped with these results one now could use D-Light to search for other genes which have co-occurrences of e.g. E2F1-NFYA or query for other partnering factors for E2F1.

Conclusions

D-Light is a platform independent client-server software to integrate, store and query annotation data for promoters for an arbitrary number of genomes. A major benefit is the smooth integration of user supplied small scale data with pre-assembled large scale data. D-Light complements other computational tools in the context of predicting and analyzing gene regulation.

Software components responsible for data import are written in Python and thus can easily be adapted to handle other annotation data than TFBS or other prediction methods thereof. Both, client and server are open source. The software can be installed locally in sensitive environments.

The analysis of a non redundant human promoter data set has shown that on average up and downstream TSS regions are equally covered with potential TFBS’s and that on average a ±2 kB region the most densely annotated one. However, D-Light is not restricted in this manner and may be set up with any promoter sizes.

For the next version of D-Light we consider to include the complete genome sequences which then should overcome the currently narrow definition of a promoter region. As shown in the array data use case example, some external scripting is required to search for over-represented TFBS in certain sets of genes. We will investigate also other potential use-cases and include the required procedures and statistical analyses directly into D-Light. Then, import and export of annotations and sequences in standard file formats such as gff3 will be an issue. Finally, links to other useful databases such as NCBI Nucleotide, NCBI Protein, PubMed or PDB will be established.

Availability and requirements

Project name: D-Light

Project home page: http://biwww.che.sbg.ac.at/dlight

Operating system(s): Client platform independent, server requires Linux

Programming languages: Java, Python, C++

Other requirements: The client requires Java 1.6 or higher, for server see installation manual

Any restrictions to use by non-academics: none

Binaries and source is also provided in Additional files 3 and 4.

References

  1. Degnan BM, Vervoort M, Larroux C, Richards GS: Early evolution of metazoan transcription factors. Curr Opin Genet Dev. 2009, 19 (6): 591-599. 10.1016/j.gde.2009.09.008. [http://dx.doi.org/10.1016/j.gde.2009.09.008]

    Article  CAS  PubMed  Google Scholar 

  2. Bailey TL, Williams N, Misleh C, Li WW: MEME: discovering and analyzing DNA and protein sequence motifs. Nucleic Acids Res. 2006, 34 (Web Server issue): W369-W373. [http://dx.doi.org/10.1093/nar/gkl198]

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  3. Pavesi G, Mereghetti P, Mauri G, Pesole G: Weeder Web: discovery of transcription factor binding sites in a set of sequences from co-regulated genes. Nucleic Acids Res. 2004, 32 (Web Server issue): W199-W203. [http://dx.doi.org/10.1093/nar/gkh465]

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  4. Portales-Casamar E, Thongjuea S, Kwon AT, Arenillas D, Zhao X, Valen E, Yusuf D, Lenhard B, Wasserman WW, Sandelin A: JASPAR 2010: the greatly expanded open-access database of transcription factor binding profiles. Nucleic Acids Res. 2010, 38 (Database issue): D105-D110. [http://dx.doi.org/10.1093/nar/gkp950]

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  5. Matys V, Kel-Margoulis OV, Fricke E, Liebich I, Land S, Barre-Dirrie A, Reuter I, Chekmenev D, Krull M, Hornischer K, Voss N, Stegmaier P, Lewicki-Potapov B, Saxel H, Kel AE, Wingender E: TRANSFAC and its module TRANSCompel: transcriptional gene regulation in eukaryotes. Nucleic Acids Res. 2006, 34 (Database issue): D108-D110. [http://dx.doi.org/10.1093/nar/gkj143]

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  6. Zare-Mirakabad F, Ahrabian H, Sadeghi M, Nowzari-Dalini A, Goliaei B: New scoring schema for finding motifs in DNA Sequences. BMC Bioinformatics. 2009, 10: 93-10.1186/1471-2105-10-93. [http://dx.doi.org/10.1186/1471-2105-10-93]

    Article  PubMed Central  PubMed  Google Scholar 

  7. Chin F, Leung HCM: DNA motif representation with nucleotide dependency. IEEE/ACM Trans Comput Biol Bioinform. 2008, 5: 110-119. [http://dx.doi.org/10.1109/TCBB.2007.70220]

    Article  CAS  PubMed  Google Scholar 

  8. Ellrott K, Yang C, Sladek FM, Jiang T: Identifying transcription factor binding sites through Markov chain optimization. Bioinformatics. 2002, 18 (Suppl 2): S100-S109. 10.1093/bioinformatics/18.suppl_2.S100.

    Article  PubMed  Google Scholar 

  9. Naughton BT, Fratkin E, Batzoglou S, Brutlag DL: A graph-based motif detection algorithm models complex nucleotide dependencies in transcription factor binding sites. Nucleic Acids Res. 2006, 34 (20): 5730-5739. 10.1093/nar/gkl585. [http://dx.doi.org/10.1093/nar/gkl585]

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  10. Frith MC, Li MC, Weng Z: Cluster-Buster: finding dense clusters of motifs in DNA sequences. Nucleic Acids Res. 2003, 31 (13): 3666-3668. 10.1093/nar/gkg540.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  11. Palin K, Taipale J, Ukkonen E: Locating potential enhancer elements by comparative genomics using the EEL software. Nat Protoc. 2006, 1: 368-374. 10.1038/nprot.2006.56. [http://dx.doi.org/10.1038/nprot.2006.56]

    Article  CAS  PubMed  Google Scholar 

  12. Sinha S, Schroeder MD, Unnerstall U, Gaul U, Siggia ED: Cross-species comparison significantly improves genome-wide prediction of cis-regulatory modules in Drosophila. BMC Bioinformatics. 2004, 5: 129-10.1186/1471-2105-5-129. [http://dx.doi.org/10.1186/1471-2105-5-129]

    Article  PubMed Central  PubMed  Google Scholar 

  13. Tonon L, Touzet H, Varré JS: TFM-Explorer: mining cis-regulatory regions in genomes. 2010, [http://dx.doi.org/10.1093/nar/gkq473]

    Google Scholar 

  14. Loots GG, Ovcharenko I: rVISTA 2.0: evolutionary analysis of transcription factor binding sites. Nucleic Acids Res. 2004, 32 (Web Server issue): W217-W221. [http://dx.doi.org/10.1093/nar/gkh383]

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  15. Cheung TH, Kwan YL, Hamady M, Liu X: Unraveling transcriptional control and cis-regulatory codes using the software suite GeneACT. Genome Biol. 2006, 7 (10): R97-10.1186/gb-2006-7-10-r97. [http://dx.doi.org/10.1186/gb-2006-7-10-r97]

    Article  PubMed Central  PubMed  Google Scholar 

  16. Chang LW, Fontaine BR, Stormo GD, Nagarajan R: PAP: a comprehensive workbench for mammalian transcriptional regulatory sequence analysis. Nucleic Acids Res. 2007, 35 (Web Server issue): W238-W244. [http://dx.doi.org/10.1093/nar/gkm308]

    Article  PubMed Central  PubMed  Google Scholar 

  17. Berezikov E, Guryev V, Cuppen E: CONREAL web server: identification and visualization of conserved transcription factor binding sites. Nucleic Acids Res. 2005, 33 (Web Server issue): W447-W450. [http://dx.doi.org/10.1093/nar/gki378]

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  18. Marinescu VD, Kohane IS, Riva A: MAPPER: a search engine for the computational identification of putative transcription factor binding sites in multiple genomes. BMC Bioinformatics. 2005, 6: 79-10.1186/1471-2105-6-79. [http://dx.doi.org/10.1186/1471-2105-6-79]

    Article  PubMed Central  PubMed  Google Scholar 

  19. Kato M, Tsunoda T: MotifCombinator: a web-based tool to search for combinations of cis-regulatory motifs. BMC Bioinformatics. 2007, 8: 100-10.1186/1471-2105-8-100. [http://dx.doi.org/10.1186/1471-2105-8-100]

    Article  PubMed Central  PubMed  Google Scholar 

  20. Prlić A, Down TA, Kulesha E, Finn RD, Kähäri A, Hubbard TJP: Integrating sequence and structural biology with DAS. BMC Bioinformatics. 2007, 8: 333-10.1186/1471-2105-8-333. [http://dx.doi.org/10.1186/1471-2105-8-333]

    Article  PubMed Central  PubMed  Google Scholar 

  21. Helt GA, Nicol JW, Erwin E, Blossom E, Blanchard SG, Chervitz SA, Harmon C, Loraine AE: Genoviz software development kit: java tool kit for building genomics visualization applications. BMC Bioinformatics. 2009, 10: 266-10.1186/1471-2105-10-266. [http://dx.doi.org/10.1186/1471-2105-10-266]

    Article  PubMed Central  PubMed  Google Scholar 

  22. Staden R: Staden: searching for motifs in nucleic acid sequences. Methods Mol Biol. 1994, 25: 93-102. [http://dx.doi.org/10.1385/0-89603-276-0:93]

    CAS  PubMed  Google Scholar 

  23. Sayers EW, Barrett T, Benson DA, Bolton E, Bryant SH, Canese K, Chetvernin V, Church DM, DiCuccio M, Federhen S, Feolo M, Fingerman IM, Geer LY, Helmberg W, Kapustin Y, Landsman D, Lipman DJ, Lu Z, Madden TL, Madej T, Maglott DR, Marchler-Bauer A, Miller V, Mizrachi I, Ostell J, Panchenko A, Phan L, Pruitt KD, Schuler GD, Sequeira E, Sherry ST, Shumway M, Sirotkin K, Slotta D, Souvorov A, Starchenko G, Tatusova TA, Wagner L, Wang Y, Wilbur WJ, Yaschenko E, Ye J: Database resources of the national center for biotechnology information. Nucleic Acids Res. 2011, 39 (Database issue): D38-D51. [http://dx.doi.org/10.1093/nar/gkq1172]

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  24. Grant CE, Bailey TL, Noble WS: FIMO: scanning for occurrences of a given motif. Bioinformatics. 2011, 27 (7): 1017-1018. 10.1093/bioinformatics/btr064. [http://dx.doi.org/10.1093/bioinformatics/btr064]

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  25. Consortium ENCODEP: The ENCODE (ENCyclopedia Of DNA Elements) project. Science. 2004, 306 (5696): 636-640.

    Article  Google Scholar 

  26. Fu Y, Frith MC, Haverty PM, Weng Z: MotifViz: an analysis and visualization tool for motif discovery. Nucleic Acids Res. 2004, 32 (Web Server issue): W420-W423. [http://dx.doi.org/10.1093/nar/gkh426]

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  27. Sosinsky A, Bonin CP, Mann RS, Honig B: Target Explorer: An automated tool for the identification of new target genes for a specified set of transcription factors. Nucleic Acids Res. 2003, 31 (13): 3589-3592. 10.1093/nar/gkg544.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  28. Loots GG, Ovcharenko I, Pachter L, Dubchak I, Rubin EM: rVista for comparative sequence-based discovery of functional transcription factor binding sites. Genome Res. 2002, 12 (5): 832-839. [http://dx.doi.org/10.1101/gr.225502]

    Article  PubMed Central  PubMed  Google Scholar 

  29. Aerts S, Loo PV, Thijs G, Mayer H, de Martin R, Moreau Y, Moor BD: TOUCAN 2: the all-inclusive open source workbench for regulatory sequence analysis. Nucleic Acids Res. 2005, 33 (Web Server issue): W393-W396. [http://dx.doi.org/10.1093/nar/gki354]

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  30. Hu Z, Frith M, Niu T, Weng Z: SeqVISTA: a graphical tool for sequence feature visualization and comparison. BMC Bioinformatics. 2003, 4: 1-10.1186/1471-2105-4-1.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  31. Barrett T, Suzek TO, Troup DB, Wilhite SE, Ngau WC, Ledoux P, Rudnev D, Lash AE, Fujibuchi W, Edgar R: NCBI GEO: mining millions of expression profiles-database and tools. Nucleic Acids Res. 2005, 33 (Database issue): D562-D566. [http://dx.doi.org/10.1093/nar/gki022]

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  32. Cam H, Balciunaite E, Blais A, Spektor A, Scarpulla RC, Young R, Kluger Y, Dynlacht BD: A common set of gene regulatory networks links metabolism and growth inhibition. Mol Cell. 2004, 16 (3): 399-411. 10.1016/j.molcel.2004.09.037. [http://dx.doi.org/10.1016/j.molcel.2004.09.037]

    Article  CAS  PubMed  Google Scholar 

Download references

Acknowledgements

The authors thank Gerald Lirk, Fritz Aberger and Stefan Wegenkittl for helpful comments. JL receives a fellowship of the Austrian Study Grant Authority.

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Peter Lackner.

Additional information

Competing interests

The authors declare that they have no competing interests.

Authors’ contributions

JL, TE, MF, SG, CL designed and implemented D-Light. CJZ performed the statistical analyses and the example applications. PL conceived the study, contributed to implementation and data analysis and wrote the text. All authors read and approved the manuscript.

Electronic supplementary material

12859_2012_5926_MOESM1_ESM.csv

Additional file 1: P-values for JASPAR PFMs. Table with the lowest reachable p-value for the 130 JASPAR CORE Vertebrata PFMs. (CSV 6 KB)

12859_2012_5926_MOESM2_ESM.pdf

Additional file 2: Comparison with similar tools. Short survey of how the tools characterize themselves on their respective web page and the corresponding web links. (PDF 55 KB)

Additional file 3: Installation package. Server and client software for local installation. (ZIP 9 MB)

Additional file 4: Source code package. Source code of server and client. (ZIP 536 KB)

Authors’ original submitted files for images

Below are the links to the authors’ original submitted files for images.

Authors’ original file for figure 1

Authors’ original file for figure 2

Authors’ original file for figure 3

Rights and permissions

Open Access This article is published under license to BioMed Central Ltd. This is an Open Access article is distributed under the terms of the Creative Commons Attribution License ( https://creativecommons.org/licenses/by/2.0 ), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.

Reprints and permissions

About this article

Cite this article

Laimer, J., Zuzan, C.J., Ehrenberger, T. et al. D-Light on promoters: a client-server system for the analysis and visualization of cis-regulatory elements. BMC Bioinformatics 14, 140 (2013). https://doi.org/10.1186/1471-2105-14-140

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/1471-2105-14-140

Keywords