Changes between Version 3 and Version 4 of SOPs/geneFeatureHeatmaps


Ignore:
Timestamp:
05/14/14 10:52:45 (10 years ago)
Author:
gbell
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SOPs/geneFeatureHeatmaps

    v3 v4  
    11== Creating genome feature heatmaps from sequencing experiments ==
    22
     3'''These types of figures are best created using the [[https://code.google.com/p/ngsplot/|ngsplot]] software package.'''
     4
     5Before that code was released, we used the method describe below:
    36
    47This type of figure can be used to visualize chIP or expression expression data in selected genome regions (rows) that have been divided into windows (columns) using either similar or relative feature widths.
     
    1720  1. Quantify reads that map to each window of each region.
    1821     * Method 1: Use coverageBed (ex: coverageBed -split -abam accepted_hits.bam -b region.windows.bed > out)
    19      * Method 2: Use cufflinks (after converting region.windows.bed into a GTF file)
    20      * Other methods?
     22     * Method 2: Use htseq-count (after converting region.windows.bed into a GTF file)
     23     * Method 3: Use cufflinks (after converting region.windows.bed into a GTF file)
    2124   1. Convert list into matrix (with code such as /nfs/BaRC_Public/BaRC_code/Perl/convert_coverageBed_output_to_matrix.pl) like
    2225
     
    3033  1. Add another column at the beginning with the same region IDs and save the tab-delimited text file with a cdt extension.
    3134  2. Open the cdt matrix file in Java TreeView, adjust the pixel settings and print the figure.
    32 
    33 
    34 
    35 **Any other approaches to do this?**