This is a test version of Biostars. For the public version, visit https://www.biostars.org.
GC content of promoters

I have a file from Chip-Seq data. I want to use this information to look for the GC content of promoters.

Which software I can use?

Thanks
Ankur

gc chip-seq genome

1 answer

The simplest would be to use nuc option in bedtools.

bedtools nuc -fi $ref-fasta-file -bed $promoterbedfile > $outputfile

Similar questions have been answered before -

Log in to answer this question.