Hello everyone,
I am new to python,
I am trying to plot chipseq signal over promoter using metaseq . The script available at metaseq site, It uses gtf file in the from of database. I don't have gtf file in the from of database, its giving error for that . Anyone have metaseq script for plotting chipseq signal over promoter which uses bam file data around 1.5GB (use the user defined data, not example data) and .gtf file
Hi, I recommend you to use deepTools. You just need three commands and a bed file that you can download from UCSC:
However, is not recommended to directly plot chip-seq signals as biases are frequently found. E.g. human and mouse promoters tend to have an enrichment of reads just because they are GC rich. Instead the log2ratio of ChIP-seq vs. input is preferable.
deeptools seems great. Note: in the code above profiler has become plotProfile
Dear all,
How to create a meta-gene profile using metaseq? Unfortunately, I didn't find any help for this.