Processing math: 100%

Glossary

Random string

A random string is a string in which a symbol is selected from the underlying alphabet based on a predetermined constant probability called the symbol frequency.

Random strings can be used to simulate genomes. If the genome's desired GC-content is x, then we select a 'G' or a 'C' with probability x2 and select an 'A' or a 'T' with probability 1x2.