in Python, write a program that calculates the AT and GC content
(i.e. the percentage of G and C, and the percentage of A and T) in
a given sequence. Ask the user for a DNA sequence and store
it in a string.
Print out the results to the screen, the result should look
something like this:
The GC content of the DNA sequence given is: 48.5%
The AT content of the DNA sequence given is: 51.5%
in Python, write a program that calculates the AT and GC content (i.e. the percentage of G and C, and the percentage of
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am