#dna_composition #rna #tm #find #count #python #sequence_analysis #gc
We now move on to using Python in the biological context.
In this class, we check the composition of an input DNA sequence and also calculate its GC content. We also see how a DNA sequence may be converted into a corresponding RNA sequence. Towards the end we also check for the first (or any other subsequence = e.g. Restriction sites etc.) , and last occurrence of start codon, and first occurrence of start codon from a particular position onwards.
Stay tuned !