My solutions to problems from Rosalind with visualization components
The problem given was to count the number of bases in the DNA Sequence given. Used Matplotlib to create the below visualization:
The problem given was to convert a DNA strand to an RNA strand. Used Matplotlib and biopython library to wrangle the data and create the below visualization:

