You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Developed an interactive web app that allows users to input a DNA sequence and receive a count of each nucleotide (adenine, thymine, cytosine, and guanine) in the form of a dictionary, text, DataFrame, and bar chart. The app was implemented using Streamlit, Pandas, and Altair libraries.