<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Love, DNA &amp; Code</title>
    <link>/</link>
    <description>Recent content on Love, DNA &amp; Code</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <copyright>Copyright © 2008–2025, Alfonso Saera plus the clarity &amp; Hugo Authors</copyright>
    <lastBuildDate>Tue, 17 Mar 2026 00:00:00 +0000</lastBuildDate><atom:link href="/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>OpenClaw Setup</title>
      <link>/post/2026-03-17-openclaw/</link>
      <pubDate>Tue, 17 Mar 2026 00:00:00 +0000</pubDate>
      
      <guid>/post/2026-03-17-openclaw/</guid>
      <description>
        
          
            How to install and configure OpenClaw in docker
          
          
        
      </description>
    </item>
    
    <item>
      <title>Skills: Teach Claude Code Bioinformatics</title>
      <link>/post/2026-03-02-claudecodeskills/</link>
      <pubDate>Mon, 02 Mar 2026 00:00:00 +0000</pubDate>
      
      <guid>/post/2026-03-02-claudecodeskills/</guid>
      <description>
        
          
            No more re-explaining your bioinformatics context to Claude. Skills embed domain expertise directly into Claude Code, eliminating repetitive setup and letting you focus on analysis questions.
          
          
        
      </description>
    </item>
    
    <item>
      <title>From Prompt to Pipeline: Building a scRNA-seq Workflow with Claude Code and Nextflow</title>
      <link>/post/2026-02-10-claude-nf-simpleaf/</link>
      <pubDate>Tue, 10 Feb 2026 00:00:00 +0000</pubDate>
      
      <guid>/post/2026-02-10-claude-nf-simpleaf/</guid>
      <description>
        
          
            What happens when you ask an AI coding agent to build a complete scRNA-seq Nextflow pipeline from scratch? I put Claude Code to the test and share the results, the struggles, and the takeaways.
          
          
        
      </description>
    </item>
    
    <item>
      <title>Claude Code for Bioinformaticians: Your AI Coding Assistant in the Terminal</title>
      <link>/post/2026-02-04-claudecode/</link>
      <pubDate>Wed, 04 Feb 2026 00:00:00 +0000</pubDate>
      
      <guid>/post/2026-02-04-claudecode/</guid>
      <description>
        
          
            Stop switching between IDEs and chat interfaces. Learn to delegate bioinformatics coding tasks directly from your terminal with Claude Code and focus on science, not syntax.
          
          
        
      </description>
    </item>
    
    <item>
      <title>The Basics of Matrix Multiplication</title>
      <link>/post/2025-09-10-matrix-mult/</link>
      <pubDate>Thu, 29 Jan 2026 00:00:00 +0000</pubDate>
      
      <guid>/post/2025-09-10-matrix-mult/</guid>
      <description>
        
          
            From RNA-seq analysis to deep learning models Matrix multiplication is the heart of all bioinformatics computations.
          
          
        
      </description>
    </item>
    
    <item>
      <title>Autoencoders for Single Cell Data Analysis</title>
      <link>/post/2025-12-10-autoencoders/</link>
      <pubDate>Mon, 05 Jan 2026 00:00:00 +0000</pubDate>
      
      <guid>/post/2025-12-10-autoencoders/</guid>
      <description>
        
          
            Explore the use of autoencoders to compress gene expression data and improve data analysis and visualization.
          
          
        
      </description>
    </item>
    
    <item>
      <title>BiocPy: Bioconductor in Python</title>
      <link>/post/2025-11-25-biocpy/</link>
      <pubDate>Tue, 25 Nov 2025 00:00:00 +0000</pubDate>
      
      <guid>/post/2025-11-25-biocpy/</guid>
      <description>
        
          
            A quick tour of biocpy, the first Python framework to deliver Bioconductor-style data structures and workflows for genomic data analysis.
          
          
        
      </description>
    </item>
    
    <item>
      <title>Bringing the Tidyverse to Python: plotnine, siuba, and pyjanitor</title>
      <link>/post/2025-11-23-python-ggplot-tidyverse/</link>
      <pubDate>Sun, 23 Nov 2025 00:00:00 +0000</pubDate>
      
      <guid>/post/2025-11-23-python-ggplot-tidyverse/</guid>
      <description>
        
          
            Learn how to implement a tidy and expressive R-like data analysis pipeline in Python, complete with dplyr-style transformations and ggplot-style plots.
          
          
        
      </description>
    </item>
    
    <item>
      <title>Use uv for python and forget about anything else!</title>
      <link>/post/2025-10-14-uv/</link>
      <pubDate>Tue, 14 Oct 2025 00:00:00 +0000</pubDate>
      
      <guid>/post/2025-10-14-uv/</guid>
      <description>
        
          
            Replace pip &amp; virtualenvwrapper with uv for instant, reproducible Python environments.
          
          
        
      </description>
    </item>
    
    <item>
      <title>Building Your First Nextflow Pipeline: PART 4 - Polish your pipeline</title>
      <link>/post/2025-08-31-nf4/</link>
      <pubDate>Sun, 31 Aug 2025 00:00:00 +0000</pubDate>
      
      <guid>/post/2025-08-31-nf4/</guid>
      <description>
        
          
            Learn how to build bioinformatics pipelines with Nextflow, a powerful workflow management system for reproducible and scalable data analysis. PART 4 - Polish your pipeline
          
          
        
      </description>
    </item>
    
    <item>
      <title>Building Your First Nextflow Pipeline: PART 3 - Modularization &amp; Configurable settings</title>
      <link>/post/2025-08-30-nf3/</link>
      <pubDate>Sat, 30 Aug 2025 00:00:00 +0000</pubDate>
      
      <guid>/post/2025-08-30-nf3/</guid>
      <description>
        
          
            Learn how to build bioinformatics pipelines with Nextflow, a powerful workflow management system for reproducible and scalable data analysis. PART 3 - Modularization &amp; Configurable settings
          
          
        
      </description>
    </item>
    
    <item>
      <title>Building Your First Nextflow Pipeline: PART 2 - Multiple Samples</title>
      <link>/post/2025-08-27-nf2/</link>
      <pubDate>Wed, 27 Aug 2025 00:00:00 +0000</pubDate>
      
      <guid>/post/2025-08-27-nf2/</guid>
      <description>
        
          
            Learn how to build bioinformatics pipelines with Nextflow, a powerful workflow management system for reproducible and scalable data analysis. PART 2 - Multiple Samples
          
          
        
      </description>
    </item>
    
    <item>
      <title>Alignment or Pseudoalignment: Alevin-fry vs Cell Ranger comparison</title>
      <link>/post/2025-08-06-alevinfry-vs-cellranger/</link>
      <pubDate>Wed, 06 Aug 2025 00:00:00 +0000</pubDate>
      
      <guid>/post/2025-08-06-alevinfry-vs-cellranger/</guid>
      <description>
        
          
            Compare Alevin-fry’s pseudoalignment and Cell Ranger’s full alignment to find the right single-cell RNA-seq tool for your pipeline.
          
          
        
      </description>
    </item>
    
    <item>
      <title>Building Your First Nextflow Pipeline: PART 1 - One sample at a time</title>
      <link>/post/2025-07-30-nf1/</link>
      <pubDate>Wed, 30 Jul 2025 00:00:00 +0000</pubDate>
      
      <guid>/post/2025-07-30-nf1/</guid>
      <description>
        
          
            Learn how to build bioinformatics pipelines with Nextflow, a powerful workflow management system for reproducible and scalable data analysis.
          
          
        
      </description>
    </item>
    
    <item>
      <title>Pseudoalignment for single cell RNA-seq with alevin-fry</title>
      <link>/post/2025-07-28-alevinfry/</link>
      <pubDate>Mon, 28 Jul 2025 00:00:00 +0000</pubDate>
      
      <guid>/post/2025-07-28-alevinfry/</guid>
      <description>
        
          
            Alevin-fry: pseudoalignment for computationally eficient single cell RNA-seq quantification
          
          
        
      </description>
    </item>
    
    <item>
      <title>Pairwise Controlled Manifold Approximation (PaCMAP) for Single Cell</title>
      <link>/post/2025-06-05-pacmap/</link>
      <pubDate>Thu, 05 Jun 2025 00:00:00 +0000</pubDate>
      
      <guid>/post/2025-06-05-pacmap/</guid>
      <description>
        
          
            Dimensional Reduction for Single Cell new player: PaCMAP
          
          
        
      </description>
    </item>
    
    <item>
      <title>Single Cell Dimensional Reduction: Phate</title>
      <link>/post/2025-05-25-single-cell-dimensional-phate/</link>
      <pubDate>Sun, 25 May 2025 00:00:00 +0000</pubDate>
      
      <guid>/post/2025-05-25-single-cell-dimensional-phate/</guid>
      <description>
        
          
            There is more than just tSNE and UMAP in Single Cell Dimensional Reduction. In this post I will check Phate.
          
          
        
      </description>
    </item>
    
    <item>
      <title>Single Cell Dimensional Reduction: t-SNE vs UMAP</title>
      <link>/post/2025-05-16-tsne-umap/</link>
      <pubDate>Fri, 16 May 2025 00:00:00 +0000</pubDate>
      
      <guid>/post/2025-05-16-tsne-umap/</guid>
      <description>
        
          
            t-SNE &amp; UMAP dimensional reduction for single cell data. How to choose between them?
          
          
        
      </description>
    </item>
    
    <item>
      <title>Pseudotime Trajectory vs RNA Velocity</title>
      <link>/post/2025-04-29-trajectory-vsrnavelocity/</link>
      <pubDate>Tue, 13 May 2025 00:00:00 +0000</pubDate>
      
      <guid>/post/2025-04-29-trajectory-vsrnavelocity/</guid>
      <description>
        
          
            Pseudotime trajectories and RNA velocity are computational approaches to analyze single cell dynamical process but, do they tell the same history?
          
          
        
      </description>
    </item>
    
    <item>
      <title>Understanding Cellular Dynamics with RNA Velocity</title>
      <link>/post/2025-04-28-rnavelocity/</link>
      <pubDate>Mon, 28 Apr 2025 00:00:00 +0000</pubDate>
      
      <guid>/post/2025-04-28-rnavelocity/</guid>
      <description>
        
          
            How to use scVelo to explore gene expression dynamics and differentiation
          
          
        
      </description>
    </item>
    
    <item>
      <title>Pseudotime Trajectories with Slingshot</title>
      <link>/post/2025-04-06-slingshot/</link>
      <pubDate>Thu, 24 Apr 2025 00:00:00 +0000</pubDate>
      
      <guid>/post/2025-04-06-slingshot/</guid>
      <description>
        
          
            Using Slingshot to calculate single cell trajectories
          
          
        
      </description>
    </item>
    
    <item>
      <title>Single Cell PCA Deep Dive</title>
      <link>/post/2025-02-17-pca/</link>
      <pubDate>Wed, 16 Apr 2025 00:00:00 +0000</pubDate>
      
      <guid>/post/2025-02-17-pca/</guid>
      <description>
        
          
            PCA is the first step of single cell data analysis, but how many PCs should you use?
          
          
        
      </description>
    </item>
    
    <item>
      <title>ENACT Visium HD cell segmentation and annotation</title>
      <link>/post/2025-04-01-enact/</link>
      <pubDate>Wed, 09 Apr 2025 00:00:00 +0000</pubDate>
      
      <guid>/post/2025-04-01-enact/</guid>
      <description>
        
          
            See ENACT, a complete end-to-end pipeline that includes Visium HD Cell Segmentation and Cell type annotation, in action.
          
          
        
      </description>
    </item>
    
    <item>
      <title>Visium HD cell segmentation with Bin2Cell</title>
      <link>/post/2025-03-22-bin2cell/</link>
      <pubDate>Wed, 26 Mar 2025 00:00:00 +0000</pubDate>
      
      <guid>/post/2025-03-22-bin2cell/</guid>
      <description>
        
          
            Moving beyond nuclei segmentation, this post explores Bin2Cell for full cell segmentation in Visium HD spatial data.
          
          
        
      </description>
    </item>
    
    <item>
      <title>Using TensorFlow in 2025</title>
      <link>/post/2025-02-13-tensorflow/</link>
      <pubDate>Sat, 22 Mar 2025 00:00:00 +0000</pubDate>
      
      <guid>/post/2025-02-13-tensorflow/</guid>
      <description>
        
          
            Easiest way to install and use TensorFlow
          
          
        
      </description>
    </item>
    
    <item>
      <title>Visium HD segmentation</title>
      <link>/post/2025-01-17-visiumhd-segmentation/</link>
      <pubDate>Wed, 19 Mar 2025 00:00:00 +0000</pubDate>
      
      <guid>/post/2025-01-17-visiumhd-segmentation/</guid>
      <description>
        
          
            Nuclei segmentation from Visium HD data
          
          
        
      </description>
    </item>
    
    <item>
      <title>Single cell Bioconductor&#39;s choice: SCE</title>
      <link>/post/2025-01-26-sce/</link>
      <pubDate>Thu, 13 Mar 2025 00:00:00 +0000</pubDate>
      
      <guid>/post/2025-01-26-sce/</guid>
      <description>
        
          
            Explore SingleCellExperiment in R! Master data structures &amp; workflows to handle single-cell RNA-seq data effectively in your research projects.
          
          
        
      </description>
    </item>
    
    <item>
      <title>Single cell in R: Seurat</title>
      <link>/post/2025-02-02-seurat/</link>
      <pubDate>Thu, 06 Mar 2025 00:00:00 +0000</pubDate>
      
      <guid>/post/2025-02-02-seurat/</guid>
      <description>
        
          
            Get started with Seurat, the Satija&#39;s lab R package for single-cell analysis. This beginner-friendly guide covers object&#39;s structure and essential functions.
          
          
        
      </description>
    </item>
    
    <item>
      <title>Single cell in Python: Scanpy and AnnData</title>
      <link>/post/2025-01-31-anndata-and-scanpy-basics/</link>
      <pubDate>Thu, 27 Feb 2025 00:00:00 +0000</pubDate>
      
      <guid>/post/2025-01-31-anndata-and-scanpy-basics/</guid>
      <description>
        
          
            Unlock the power of Scanpy! Discover how to efficiently store and manage single-cell RNA-seq data using AnnData in Python.
          
          
        
      </description>
    </item>
    
    <item>
      <title>Performing Exploratory analysis without writing a line of code</title>
      <link>/post/2025-01-15-chatgpt/</link>
      <pubDate>Thu, 20 Feb 2025 00:00:00 +0000</pubDate>
      
      <guid>/post/2025-01-15-chatgpt/</guid>
      <description>
        
          
            This post will show you how to use LLM AI tools to write code for you.
          
          
        
      </description>
    </item>
    
  </channel>
</rss>
