This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Draw AT content plot across a DNA sequence

I want to draw a base composition plot in a DNA sequence, but currently programs (e.g., http://www.ebi.ac.uk/Tools/seqstats/emboss_cpgplot/) only plot GC contents. Did you know how to plot AT contents across a DNA sequence?

plot at contents

1 answer

CPGplot actually plots occurance of CpG islands (the amount of times G is followed by C) not CG content (the total amount of G and the total amount of C independently)

Try FASTQC

Log in to answer this question.