Heat*seq
  • Use application
  • Instructions

HeatChIPseq

1 - Select a dataset

2 - Load your data (optional)

Upload a bed-like peak file. Tab delimited, first three columns should be chromosome, peak start and peak end. Maximum size: 10MB. Please, use the same reference genome version as the selected dataset.

First lines of your file should look like this:

chr start end
chr1 125423 125891
chr1 8545032 8546254
chr4 4523698 4524785
chr12 854120 854870
chrX 2458750 2459872

You can download an example file . It is a human ESR1 (ERalpha) ChIP-seq experiment in MCF7 cells, without a header.

The example file is a ESR1 (ERalpha) ChIP-seq in MCF7 cells. Please select only human datasets.

3 - Plot customization

  • My peaks
  • Correlation table
  • Static heatmap
  • Responsive heatmap
  • Tree
  • Pairwise plot
  • Samples metadata
Save as tab delimited .txt
Save as tab delimited .txt
Save as png Save as pdf Save as svg Export data as tab delimited .txt
Save as png Save as pdf Save as svg
Save as png Save as pdf Save as svg Export data as tab delimited .txt
Save as tab delimited .txt

HeatChIPseq

1 Contents

2 Instructions

2.1 Remarks on performance

2.2 Selecting a dataset

2.3 Loading a peak file

2.4 Looking at the Correlation table

2.5 Static heatmap

2.6 Responsive heatmap

2.7 Tree

2.8 Pairwise plot

2.9 Sample metadata

2.10 Correlation correction

2.11 About the datasets

3 FAQ

3.1 How to cite?

3.2 Where can I find the source code?

3.3 Can you add this dataset on HeatChIPseq? One of your datasets does not seem up to date, can you update it?

3.4 Could you implement this new feature? | I want to report a bug.

3.5 I have uploaded a peak file. How do I remove it?

3.6 What happens to the files I upload?

4 About

HeatChIPseq screenshot

2 Instructions

To access the application, click on the Use Application button on the top bar. The step-by-step instructions for using the application are below.

2.1 Remarks on performance

HeatRNAseq runs some quite intensive tasks on both server and client sides. It thus needs a reasonably recent browser on a reasonably fast computer, tablet of phone. Here are some general suggestions concerning performance:

  • Most of the tasks are queued: changing parameters during loading does not stop current tasks but puts them on hold until all previous tasks are completed. The direct consequence is that some buttons might look non-responsive because the application is running a task in the background (loading bar on top of the webpage). We suggest to wait until current tasks are fully executed before changing parameters.
  • One particular intensive task is the Interactive heatmap, we recommend using the static heatmap first while changing options and filters before switching to the interactive heatmap.
  • If the application shows a grey filter, it means the connection with the server was lost, sorry. :( Nothing can be done but re-launching the application. Refreshing the page usually keeps options as they were, while opening a new web page will start the application with default values.

2.2 Selecting a dataset

The first step is to select a dataset to work with. At the moment, there are 4 datasets available: Transcription Factor (TF) ChIP-seq from ENCODE in human (hg19) or mouse (mm10), CODEX TF ChIP-seq for human (hg19) or mouse (mm10), and modENCODE TF ChIP-seq for drosophila (r5).

2.3 Loading a peak file

You can now upload a peak file (a list of genomic coordinates). Note that this is not mandatory, and you can jump to section 2.5 if you simply want to browse the selected dataset. The application accepts a three column tab-delimited text file following a bed format: first column should be chromosome names (chr1, chr2, chrX, etc., or for drosophila 2L, 2R, 2LHet, etc.), the second should be genomic region start coordinate, and the third genomic region end coordinate. Any additional column will not be considered (peak name, score, strand, etc.). Please, make sure to untick the My peak file contains a header (does first line of the file contains column name?) option if your file does not contain a header. You can also fill the Name of your experiment field which will modify the label of your experiment.

The maximum size you can upload is 10 Mb. If your bed file is larger than that, try keeping only the first three columns of it to reduce file size. If after removing the non-essential columns the file is still bigger than 10 Mb, contact us (replace at with @).

Once the file is uploaded, a subtle progress bar will appear on top of the page, and quick description of the on-going steps can be found on the top right of the page. It should take less than a minute to process about 30,000 genomic regions. The My peaks tab will display a table of the uploaded coordinates.

The easiest way to remove a peak file without uploading a new one is to return to the main page and open a new HeatChIPseq window.

First lines of your file should look like this:

chr start end
chr1 125423 125891
chr1 8545032 8546254
chr4 4523698 4524785
chr12 854120 854870
chrX 2458750 2459872

You can download this example file. It is a ESR1 (ERalpha) ChIP-seq experiment from MCF7 cells, kindly provided by Dr. Strömblad. Use a human dataset (for example ENCODE TFBS), and untick the "My peak file contains a header" option. It corresponds to the MCF7_ERa_E2_ChIP sample from GEO dataset GSE73320 supporting this study. It is quite easy to rebuild. Goe to the MCF7_ERa_E2_ChIP sample page and download the GSM1890761_ERa_Input_peaks.bed.gz file. Extract the archive, and you can now upload the GSM1890761_ERa_Input_peaks.bed to HeatChIPseq.

2.4 Looking at the Correlation table

If you have uploaded a peak file, the Correlation table tab should now display a 3 column table. The first column contains the name of experiments in the selected dataset, the second column contains the correlation coefficients between the uploaded coordinates and the corresponding experiment in the dataset. A third column contains scaled correlation (discussed in section 2.10); this column is not visible by default. At the bottom of the page, you will find a Save as tab delimited .txt download button, allowing you to download a copy of the correlation table as a tab delimited text file. The file can be read by many spreadsheet programs including Microsoft Excel.

You can copy an experiment name from the correlation table and paste it into the Search field of the Samples metadata tab to see the metadata available for that experiment.

2.5 Static heatmap

The heatmap can take up to a minute to be displayed, and a bit longer if you are importing a new peak file or switching datasets.

The static heatmap tab will display a clustered heatmap representation of the correlation matrix: each row and column represent a single experiment. The colour colour legend can be found below the heatmap: white represents a correlation coefficient equal to 0, red equals to 0.5, and black equals to 1. Several options are available on the side bar panel on the left, 3 - Plot customization. In the order of appearance:

  • The Highlight my experiment in the heatmap tick box. When checked, if you uploaded a peak file, the row and line corresponding to your experiment will be highlighted: a 0 correlation value will be displayed in yellow, a 0.5 value in bright green, and a 1 correlation value still in black. This can help you localise your experiment in crowded heatmaps.
  • One or several subset options: You can restrict the experiments to be displayed using those fields. They may vary a bit between datasets. You can select experiments for one or several transcription factors (TFs), as well as select experiments done in one or several cell types. Leaving the field empty will select all experiments.

If less than three experiments from the dataset match your criteria, the heatmap will not be displayed. You can look for available experiments in the Samples metadata tab.

The uploaded peak list is not affected by the filters and will always be displayed in the heatmap.

  • The function of the Uploaded experiment correlation correction field and the Maximum expected correlation value for linear scaling correction slider is explained in section 2.10.
  • The Advanced clustering options button will reveal the Distance calculation and Clustering method options. The selected values are passed to the R dist() and hclust() method parameter. A special case is the 1 - Pearson's correlation coefficient distance method: instead of using the dist() function on correlation values, it uses 1 - correlations as a measure of distance between experiments (a correlation of 0.75 will give a distance of 0.25).
  • Label and margin size can be decided manually: The Sample name size slider will modify label size. The Sample name margin will modify the size of the margin of the plot. Two scrolling menus will allow to show and hide row and/or column dendrograms and sample labels.
  • The Customise colour button will revealed items allowing to change the colour key used for the heatmap. Four threshold values and associated colours can be specified (by default, -0.5 is blue, 0 is white, 0.5 is red, and 1 is black). Values need to be strictly increasing. To apply changes, click the Apply colour changes button.

If you see an error message: Figure margins too large, try reducing the size of the margin as well as the size of the labels.

Buttons Save as png, Save as pdf and Save as svg can be found below the heatmap to export the image in those formats. Button Export data as tab delimited .txt exports the heatmap data as a text file. To download the colour key, right click on it and select Save Image As...

2.6 Responsive heatmap

The responsive heatmap tab displays an interactive plot provided through the plot.ly API. It can take about a minute to be displayed on powerful computer running recent version of Firefox, Chrome, Safari, Internet explorer or Edge web browsers. It represents the same version of the Static heatmap presented in the previous section, without the side dendrograms (trees). Most of the options are the same as for Static heatmap, so please check section 2.5 for more information. Additional options are available on the responsive heatmap itself:

  • Mouse over information: when hovering the mouse over the heatmap, a text box will appear, giving you the name of the experiment in the x-axis, the name of the experiment in the y-axis, and their correlation value (z).

If the Highlight my experiment in the heatmap option is enabled, the z value of the highlighted cells will be offset by 2: a correlation value of 0.75 will have a z-value of 2.75.

  • One can zoom on the heatmap by dragging and dropping the mouse defining a rectangle. To zoom out, double-click on the heatmap or click the Reset axis or Autoscale buttons on the top left corner of the heatmap.
  • By selecting the Pan button on the top left corner of the heatmap, dragging and dropping the mouse will allow to pan, which can be useful once you have zoomed in a specific part of the heatmap.
  • The Download plot as a png button is non-functional (blame plot.ly). Please use the one under the Static heatmap or look at the next step.
  • The Save and edit plot in the cloud will send the data to plot.ly where, after the loading, one can play with many tools offered by plot.ly, such as export a JSON version of the data, save the plot as a png, change the theme (and notably the colour scale), etc.

2.7 Tree

The Tree tab will display only the dendrogram (or Tree) from the experiment clustering. Options are mostly similar to the one for static heatmap, please refer to section 2.5. The Highlight my experiment in the heatmap option will not highlight your experiment in the dendrogram.

If you see a red, unfriendly error message: Figure margins too large, try reducing the size of the margin as well as the name size.

2.8 Pairwise plot

The Pairwise plot tab will display a barplot of two selected experiments representing the number of overlaping and non-overlaping peaks. Under the Plot customisation section on the left of the page, you can:

  • choose experiment 1 and experiment 2.
  • add or remove a guide line (balck) corresponding to the number of overlaping peaks.
Below the scatterplot should be the correlation coefficient between the two experiments (on binary data), the Jaccard index, and a table conating peak numbers. Further bellow are buttons to download the barplot as png, pdf or svg (recommended), as well as to export a tabulated text file containing the data used.

2.9 Sample metadata

The sample metadata tab will display metadata information (experiment name, cell type, url of the original data, etc.) for the selected dataset. The table is sortable and searchable, and can be downloaded as a tab-delimited txt file using the save button below the table.

You can copy an experiment name from the correlation table and paste it into the Search field of the Samples metadata tab to show all the metadata we have for that experiment.

2.10 Correlation correction

Sometimes, the maximum correlation of a user peak file with any experiment in the dataset can be quite low. In some cases, when the user is confident that the top hits are relevant, this may be evidence of strong "batch effect" that could reflect an artefact of library preparation method, peak calling or ChIP efficiency. The low correlation values might bias the clustering due to Long Branch Attraction. We provide an option to correct for this bias using the Linear scaling method on the Uploaded experiment correlation correction option. The correlation values will be linearly up-scaled so the maximum correlation value will now be equal to the value of the Maximum expected correlation value for linear scaling correction slider (default 0.95). The resulting transformed correlation value can be obtained from the scaledCorrelation column of the Correlation table.

The linear scaling of correlation value does not change the ordering of the values, it only scales the value (i.e. the third most correlated experiment without scaling will still be third with scaling).

2.11 About the datasets

Dataset Organism Number of experiments download date data from
ENCODE human 690 2015-02-01 ENCODE at UCSC
CODEX human 238 2016-02-04 CODEX
ENCODE mouse 156 2017-06-07 ENCODE
CODEX mouse 651 2015-09-04 CODEX
modENCODE drosophila 85 2016-03-21 modENCODE ftp

If you would like us to add a dataset, or to update an existing one, please contact us (replace at with @). A well curated dataset can be implemented / updated within a working day.

3 FAQ

3.1 How to cite?

Please cite this paper: Heat*seq: an interactive web tool for high-throughput sequencing experiment comparison with public data

3.2 Where can I find the source code?

The source code is available on GitHub.

3.3 Can you add this dataset on HeatChIPseq? One of your datasets does not seem up to date, can you update it?

Please contact us (replace at with @). A well curated dataset can be implemented / updated within a working day.

3.4 Could you implement this new feature? | I want to report a bug.

Please contact us (replace at with @). We will be very pleased to consider implementing any feature that will improve the usability of this application.

3.5 I have uploaded a peak file. How do I remove it?

To remove a peak file without uploading a new one, the simplest method is to open a new HeatChIPseq session by going Back to the main page. Refreshing the HeatChIPseq page may result in a slightly erratic outcome. One can always replace it with any other peak file clicking the Browse button again.

Uploaded files are stored in a temporary folder in our server. They are automaticaly deleted once the R session expires (i.e. when you close the window).

4 About

HeatChIPseq is a part of Heat*Seq, an attempt to make genome-wide comparison of high throughput sequencing experiments easier. It was developed by Guillaume Devailly, Anna Mantsoki and Anagha Joshi at the Roslin Institute, and funded by the Biotechnology and Biological Sciences Research Council. It uses R shiny, plot.ly, and various CRAN and Bioconductor packages, and datasets from ENCODE, CODEX and modENCODE. Sources are available on GitHub.