Changes between Version 3 and Version 4 of SOPs/geneFeatureHeatmaps
- Timestamp:
- 05/14/14 10:52:45 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SOPs/geneFeatureHeatmaps
v3 v4 1 1 == Creating genome feature heatmaps from sequencing experiments == 2 2 3 '''These types of figures are best created using the [[https://code.google.com/p/ngsplot/|ngsplot]] software package.''' 4 5 Before that code was released, we used the method describe below: 3 6 4 7 This 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. … … 17 20 1. Quantify reads that map to each window of each region. 18 21 * 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) 21 24 1. Convert list into matrix (with code such as /nfs/BaRC_Public/BaRC_code/Perl/convert_coverageBed_output_to_matrix.pl) like 22 25 … … 30 33 1. Add another column at the beginning with the same region IDs and save the tab-delimited text file with a cdt extension. 31 34 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?**