<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Analysis on Bioinformatics with AI</title><link>https://carywoods.github.io/biobook2/docs/analysis/</link><description>Recent content in Analysis on Bioinformatics with AI</description><generator>Hugo</generator><language>en-us</language><atom:link href="https://carywoods.github.io/biobook2/docs/analysis/index.xml" rel="self" type="application/rss+xml"/><item><title>Chapter 2: Python Basics</title><link>https://carywoods.github.io/biobook2/docs/analysis/ch02-python-basics/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://carywoods.github.io/biobook2/docs/analysis/ch02-python-basics/</guid><description>&lt;p&gt;This chapter introduces Python through the lens of molecular biology. Every concept you learn here &amp;ndash; variables, strings, conditionals, and lists &amp;ndash; maps directly to something you will do with DNA sequences.&lt;/p&gt;
&lt;p&gt;We start by storing a DNA sequence in a variable. From there, we learn to concatenate fragments, classify codons, and iterate over collections of sequences. Each vanilla script builds one concept; each AI script shows how an LLM can interpret the biological meaning behind your code.&lt;/p&gt;</description></item><item><title>Chapter 3: The Central Dogma</title><link>https://carywoods.github.io/biobook2/docs/analysis/ch03-central-dogma/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://carywoods.github.io/biobook2/docs/analysis/ch03-central-dogma/</guid><description>&lt;p&gt;The central dogma of molecular biology describes the flow of genetic information: DNA is transcribed to RNA, which is translated to protein. This chapter implements that process in code.&lt;/p&gt;
&lt;p&gt;You will build a codon table, translate DNA to protein, explore all six reading frames, and parse FASTA files. These are the core operations of computational biology.&lt;/p&gt;
&lt;p&gt;Each script adds one layer of complexity. By the end, you will have a working translation pipeline that reads a FASTA file and outputs protein sequences.&lt;/p&gt;</description></item><item><title>Chapter 4: Biological Data</title><link>https://carywoods.github.io/biobook2/docs/analysis/ch04-biological-data/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://carywoods.github.io/biobook2/docs/analysis/ch04-biological-data/</guid><description>&lt;p&gt;Bioinformatics runs on structured data. Gene annotations, variant calls, protein databases, and sequence alignments all follow specific formats. This chapter teaches you to parse and work with biological data formats.&lt;/p&gt;
&lt;p&gt;You will learn to handle GenBank and FASTA formats using BioPython, extract features from sequence records, and write sequences to files. These skills are the bridge between raw data and biological insight.&lt;/p&gt;
&lt;p&gt;Every tool in bioinformatics depends on parsing structured data correctly. This chapter gives you that foundation.&lt;/p&gt;</description></item></channel></rss>