Processing the ChIP-seq data
Notes
Example graph
Giancarlo looks happy with the graph where there is an indication what is directly regulated by YAP1 from the ChIPseq

What next
So I want to make the same graphs for the
sarcomere
Z-disc
Calcium and other channels
Costamere
I want to improve the way how I do the filtering, as it would make sense to join the information from the ChIPseq into the RNAseq datafile, so that I can then improve the plotting.
How to do it
The idea is I could add the different categories (intron, exon, 3' UTR, 5' UTR, TSS) as columns with a value of matches therefore I can adjust the plotting script in R
Current code for the filtering
Script to filter chipseq data: script_filter_chipseq.sh
This script surrounds the gene name with commas to have a strict filtering, obviously can make it less strict, by dropping the first or second comma.
Join the RNA-seq with chipseq data
Future code
Last updated