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 1−x2.
Report a typo
Page:
Context:
Flag as inappropriate
Are you sure you want to flag this comment as inappropriate?
Welcome to Rosalind!
Rosalind is a platform for learning bioinformatics through problem solving.
Please login with Google/Twitter/Facebook or
register a new account.