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
• 3,701 views
•
link
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 -
• 0 views
•
link
Log in to answer this question.