hello everybody,Im new here , I have aproblem with drawing GC content graph vs genome length,I will be so thankful if introduce me a tool or software which can draw this graph for me. thank you.
hello everybody,Im new here , I have aproblem with drawing GC content graph vs genome length,I will be so thankful if introduce me a tool or software which can draw this graph for me. thank you.
isochore suggested by genomax2 seems to do what you want. Alternatively, a bit lower level, you can use bedtools like:
bedtools makewindows -g hg19.genome -w 1000 \
| nucBed -fi hg19.genome.fasta -bed
Where hg19.genome is a tab separated file of chromosome names and sizes and hg19.genome.fasta the fasta file of interest.
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
For a whole genome ? isochore from EMBOSS.