Sequence Analysis

GC Content Calculator

GC and AT content, base composition, skew, and GC along the sequence.

An example is loaded. Click here and it clears.

Examples:

sequence

Length
300
GC content
46.0 %
AT content
54.0 %
GC skew
0.159
AT skew
0.000

Base composition

  • G 80 (26.7 %)
  • C 58 (19.3 %)
  • A 81 (27.0 %)
  • T 81 (27.0 %)

GC along the sequence (50 nt window)

050100mean

How to use it

  1. Paste a sequence, a FASTA record, or several records at once.
  2. Set the window size. It decides how much detail the GC line shows: a narrow window follows local features, a wide one shows the shape of the whole sequence.
  3. Read the figures, then the composition bar, then GC along the sequence. With several records, the table at the bottom compares them and clicking a name switches the detail above.

Worth knowing

  • GC and AT are worked out over the bases that are A, C, G or T. Ambiguous bases count towards the length and not towards the percentage, and the screen says how many there were whenever that matters.
  • GC skew is (G − C) / (G + C) measured within one strand, from Lobry (1996). It is not a comparison between the two strands: the complementary strand has the mirror-image value by construction, so that reading would be zero everywhere.
  • Generated names for headerless records are ASCII on purpose. A FASTA identifier travels into other people's programs, and a non-ASCII one comes back mangled from enough of them.

Questions

The other sequence tools