Log: Mini Bioinformatics project(2/2), Analysis HBB gene

 

Following up on my last post, I tried writing and running code in Jupyter Notebook.
Once you set up the environment and install the necessary libraries, coding itself becomes super easy!

 1. Fetched a Gene Sequence from NCBI

2. Analyzed Nucleotide Composition

3.  Saved Results

4. Visualization

 nucleotide_frequency.png

You can check out my code here.
It’s very beginner-friendly, but it gives a quick taste of some essential libraries!

Next up, I’ll dive into a 16S rRNA data analysis project

 

ByeBye!

Comments