Hi, I'm a frequent user of ngsplot to plot enrichment of my chip-seq datasets across a given list of regions (bed file containing peaks). However, I am now trying to show this enrichment at the TSSs of a specific list of genes but I always get the same output even when I change the list itself. Thus, ngsplot is outputing enrichment across all TSSs. The command I use is:
ngs.plot.r -G mm9 -R tss -C config.txt -O outputfile-name -E Text-file-with-Ensembl-list-of-genes
My configuration file contains:
bam1.bam -1 “name1” bam2.bam -1 “name2”
I have used ngplot for this purpose in the past successfully, but cannot remember exactly how I did so. I've spent the last 2 days searching for an answer, so if there is a hidden webpage out there please point the way. Otherwise, could someone offer their insights? Thank you!