<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Genomics on Bioinformatics with AI</title><link>https://carywoods.github.io/biobook2/docs/genomics/</link><description>Recent content in Genomics on Bioinformatics with AI</description><generator>Hugo</generator><language>en-us</language><atom:link href="https://carywoods.github.io/biobook2/docs/genomics/index.xml" rel="self" type="application/rss+xml"/><item><title>Chapter 5: Sequence Analysis</title><link>https://carywoods.github.io/biobook2/docs/genomics/ch05-alignment/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://carywoods.github.io/biobook2/docs/genomics/ch05-alignment/</guid><description>&lt;p&gt;This chapter covers the fundamental operations of sequence analysis: counting nucleotides, simulating mutations, comparing sequences, and finding patterns. These are the building blocks for more advanced bioinformatics.&lt;/p&gt;
&lt;p&gt;You will learn to compute GC content, simulate evolution through random mutations, measure sequence similarity with percent identity, and search for motifs using regular expressions.&lt;/p&gt;
&lt;p&gt;Every analysis in bioinformatics starts with these basic operations. Master them here, and the rest of the textbook will make sense.&lt;/p&gt;</description></item><item><title>Chapter 6: Restriction Enzymes and Command-Line Tools</title><link>https://carywoods.github.io/biobook2/docs/genomics/ch06-motifs/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://carywoods.github.io/biobook2/docs/genomics/ch06-motifs/</guid><description>&lt;p&gt;This chapter bridges bioinformatics biology and software engineering. You will learn to search for restriction enzyme sites in DNA, build command-line tools with argparse, and debug common errors.&lt;/p&gt;
&lt;p&gt;Restriction enzymes are the workhorses of molecular cloning. Finding their cut sites in a DNA sequence is a classic bioinformatics task. Building command-line tools makes your scripts reusable. Debugging skills keep you sane.&lt;/p&gt;
&lt;p&gt;These practical skills separate students who can run scripts from those who can build tools.&lt;/p&gt;</description></item><item><title>Chapter 7: Gene Expression Analysis</title><link>https://carywoods.github.io/biobook2/docs/genomics/ch07-expression/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://carywoods.github.io/biobook2/docs/genomics/ch07-expression/</guid><description>&lt;p&gt;Gene expression analysis measures how active each gene is in a cell. Comparing expression between conditions reveals which genes respond to a stimulus. This chapter covers the tools and visualization methods for expression data.&lt;/p&gt;
&lt;p&gt;You will work with pandas DataFrames for data manipulation, matplotlib for visualization, and gene ontology (GO) terms for biological interpretation. These are the core tools of modern expression analysis.&lt;/p&gt;
&lt;p&gt;Expression analysis is one of the most common bioinformatics tasks. The skills in this chapter apply to RNA-seq, microarray, proteomics, and any other quantitative biological dataset.&lt;/p&gt;</description></item><item><title>Chapter 8: Protein Structure</title><link>https://carywoods.github.io/biobook2/docs/genomics/ch08-protein-structure/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://carywoods.github.io/biobook2/docs/genomics/ch08-protein-structure/</guid><description>&lt;p&gt;Protein structure determines function. A protein&amp;rsquo;s three-dimensional shape dictates what it binds, what reactions it catalyzes, and how drugs can target it. This chapter bridges sequence and structure.&lt;/p&gt;
&lt;p&gt;You will learn to parse PDB files and use AlphaFold predictions. These skills connect sequence analysis to the physical world of drug design and molecular biology.&lt;/p&gt;
&lt;p&gt;Protein structure is where bioinformatics meets biophysics. The code in this chapter is the same logic used by structural biologists at the bench.&lt;/p&gt;</description></item></channel></rss>