Child pages
  • ChIP-seq Analysis with Cistrome Tools

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The ChIP-seq pipeline “Cistrome” integrated into UGENE allows one to do the following analysis steps: peak calling and annotating, motif search and gene ontology. ChIP-seq analysis is started from MACS tool. CEAS then takes peak regions and signal wiggle file to check which chromosome is is enriched with binding/modification sites, whether bindings events are significant at gene features like promoters, gene bodies, exons, introns or UTRs, and the signal aggregation at gene transcription start/end sites or meta-gene bodies (average all genes). Then peaks are investigated in these ways: 1.

  1. to check which genes are nearby so can be regarded as potential regulated genes, then perform GO analysis;

...

  1. to check the conservation scores at the binding sites;

...

  1. the DNA motifs at binding sites.

...

HTML
<center>
  <br>
  <img src="/wiki/download/attachments/3244619/ChIP-seq analysis with Cistrome tools.png"/>
  <br> 
</center>

...

  1.  

...

Note that it is originally based on the General ChIP-seq pipeline from the public Cistrome installation on the Galaxy workflow platform.

...

To run a pipeline, use UGENE Workflow Designer. To open it select Tools -> Workflow Designer in the UGENE main menu. To read more about the Workflow Designer see UGENE documentation page. To run the pipeline you may use example data from the Sample Data Package that goes with this tutorial.

...

 

 

* 

Environment requirements:

Before proceeding, please make sure that your computer is configured as follows: 

  1. The following software packages are installed:

  2. Make sure R and Python are added to the PATH environment variable.

  3. Move directory “cistrome” from the Cistrome Configuration Package, that goes with this tutorial, to the “data” subdirectory of the UGENE installation directory.

  4. Install required Bioconductor packages. To do it, please make sure your computer is connected to the internet, unpack “installRpackages.R” script from the Cistrome Configuration Package and run it as follows:

  • On Linux/Mac OS X open a terminal and run commands:

“sudo Rscript –vanilla installRpackages.R”

It may be required to also run the following command on Linux:

“sudo apt-get install libxml2-dev”

  • On Windows search for “cmd” executable file, select “Run as administrator” item in its context menu and run command:

“Rscript –vanilla installRpackages.R”

Note that it takes some time to install the packages.


 

 

 

...

Select Samples tab on the Workflow Designer Palette and double-click on the ChIP-seq

...

analysis with Cistrome tools sample. The following configure wizard appears:

HTML
<center>
  <br>
  <img src="/wiki/download/attachments/3244619/ChIP-seq analysis with Cistrome tools_1.png"/>
  <br> 
</center>
Here you need to choose analysis type and cistrome internal data and click Setup. For treatment tags only analysis type the following workflow appears:

 

HTML
<center>
  <br>
  <img src="/wiki/download/attachments/3244619/ChIP-seq analysis with Cistrome tools_2.png"/>
  <br> 
</center>
For treatment tags only analysis type the following workflow appears:

 

 

 

 

 

 

 

 

 

Image Added 


 

HTML
<center>
  <br>
  <img src="/wiki/download/attachments/3244619/ChIP-seq analysis with Cistrome tools.png"/>
  <br> 
</center>

The following scheme will appear: 

...