NGS Learning Hub

From Reads To Results


  • Home
  • Tutorials
  • Resources
  • Glossary
  • Forum
  • Collaborations
  • About

  • Build Once, Run Anywhere: Creating Portable NGS Analysis Environments with Docker
    HPC Scientific Programming

    Build Once, Run Anywhere: Creating Portable NGS Analysis Environments with Docker

    Never worry about “it works on my machine” again – create portable, reproducible NGS analysis environments Introduction: The Reproducibility Challenge in NGS Analysis Picture this scenario: you’ve spent weeks perfecting your ChIP-seq analysis pipeline on your local workstation. The results are beautiful, the workflow is smooth, and everything runs flawlessly. Then comes the moment of…

    Read More

    Lei

    //

    June 7, 2025
  • The Complete Guide to NGS Data Types and Formats: From Raw Reads to Analysis-Ready Files
    Database

    The Complete Guide to NGS Data Types and Formats: From Raw Reads to Analysis-Ready Files

    Master the essential file formats in next-generation sequencing analysis Introduction: Understanding the NGS Data Ecosystem Next-generation sequencing (NGS) has revolutionized biological research by enabling us to read DNA, RNA, and epigenetic modifications at an unprecedented scale. However, with this power comes complexity – NGS workflows generate dozens of different file formats, each serving specific purposes…

    Read More

    Lei

    //

    May 31, 2025
  • How To Analyze CUT&RUN/Tag Data For Absolute Beginners: From FASTQ to Peaks
    chromatin accessibility Epigenetics

    How To Analyze CUT&RUN/Tag Data For Absolute Beginners: From FASTQ to Peaks

    A comprehensive step-by-step guide to understanding and analyzing CUT&RUN and CUT&Tag data for high-precision chromatin profiling Introduction: The Evolution of Chromatin Profiling Technologies Understanding protein-DNA interactions and chromatin organization remains one of molecular biology’s most fundamental challenges. While ChIP-seq and ATAC-seq have been the gold standards for chromatin profiling, CUT&RUN (Cleavage Under Targets and Release…

    Read More

    Lei

    //

    May 24, 2025
  • How To Analyze ATAC-seq Data For Absolute Beginners Part 4: ATAC-seq and RNA-seq Integration
    chromatin accessibility Epigenetics

    How To Analyze ATAC-seq Data For Absolute Beginners Part 4: ATAC-seq and RNA-seq Integration

    Introduction: The Power of Multi-omics Integration Modern genomics research has evolved beyond studying isolated molecular mechanisms. To truly understand complex biological processes and disease mechanisms, researchers need to examine multiple layers of genomic information simultaneously. This tutorial introduces beginners to the powerful approach of integrating ATAC-seq and RNA-seq data using R, enabling a more comprehensive…

    Read More

    Lei

    //

    May 17, 2025
  • How To Analyze ATAC-seq Data For Absolute Beginners Part 3: Footprinting Analysis
    chromatin accessibility Epigenetics

    How To Analyze ATAC-seq Data For Absolute Beginners Part 3: Footprinting Analysis

    Introduction: Unveiling Transcription Factor Binding Sites with ATAC-seq Footprinting After mastering the basics of ATAC-seq data processing and peak calling in our previous tutorials, we now delve into one of the most powerful analytical techniques this assay enables: footprinting analysis. While standard ATAC-seq analysis reveals regions of open chromatin, footprinting takes this a step further…

    Read More

    Lei

    //

    May 8, 2025
  • How To Analyze ATAC-seq Data For Absolute Beginners Part 2: Differential Binding Analysis Using DiffBind
    chromatin accessibility Epigenetics

    How To Analyze ATAC-seq Data For Absolute Beginners Part 2: Differential Binding Analysis Using DiffBind

    Introduction: The Power of Comparative ATAC-seq Analysis ATAC-seq (Assay for Transposase-Accessible Chromatin with high-throughput sequencing) has revolutionized chromatin accessibility mapping by requiring minimal input material and offering streamlined workflows. While identifying accessible regions in a single condition provides valuable insights, the most compelling biological discoveries often come from comparing accessibility between different experimental conditions –…

    Read More

    Lei

    //

    May 1, 2025
  • How To Analyze ATAC-seq Data For Absolute Beginners Part 1: From FASTQ To Peaks
    chromatin accessibility Epigenetics

    How To Analyze ATAC-seq Data For Absolute Beginners Part 1: From FASTQ To Peaks

    Introduction: Understanding ATAC-seq At the heart of molecular biology lies a fundamental question: how do cells regulate which genes are expressed and when? One powerful technique to explore this question is Assay for Transposase-Accessible Chromatin sequencing, commonly known as ATAC-seq. This tutorial introduces beginners to the fascinating world of ATAC-seq data analysis using HOMER and…

    Read More

    Lei

    //

    April 24, 2025
  • How To Analyze ChIP-seq Data For Absolute Beginners Part 5: Mastering Reproducibility With IDR Analysis
    chromatin accessibility Epigenetics

    How To Analyze ChIP-seq Data For Absolute Beginners Part 5: Mastering Reproducibility With IDR Analysis

    Introduction: Why Reproducibility Is Crucial In ChIP-seq Analysis Chromatin Immunoprecipitation followed by high-throughput sequencing (ChIP-seq) has revolutionized our understanding of protein-DNA interactions across the genome. However, like all experimental techniques, ChIP-seq is subject to both technical and biological variability. This variability creates a fundamental challenge: how do we distinguish genuine protein binding events from experimental…

    Read More

    Lei

    //

    April 15, 2025
  • How To Analyze ChIP-seq Data For Absolute Beginners Part 4: From FASTQ To Peaks With MACS2
    chromatin accessibility Epigenetics

    How To Analyze ChIP-seq Data For Absolute Beginners Part 4: From FASTQ To Peaks With MACS2

    Introduction: Expanding Your ChIP-seq Analysis Toolkit Chromatin immunoprecipitation followed by sequencing (ChIP-seq) has revolutionized our understanding of protein-DNA interactions across the genome. In this fourth installment of our ChIP-seq tutorial series, we explore an alternative approach to peak calling using MACS2 (Model-based Analysis of ChIP-Seq), a widely used and statistically robust tool that complements the…

    Read More

    Lei

    //

    April 9, 2025
  • How To Analyze ChIP-seq Data For Absolute Beginners Part 3: Differential Binding Analysis and Motif Discovery
    chromatin accessibility Epigenetics

    How To Analyze ChIP-seq Data For Absolute Beginners Part 3: Differential Binding Analysis and Motif Discovery

    Introduction: Moving Beyond Basic Peak Calling In our previous tutorials, we walked through the fundamental process of ChIP-seq analysis, from raw sequencing reads to identifying where a protein of interest binds to DNA. While finding these binding sites (peaks) is a crucial first step, it’s often just the beginning of extracting meaningful biological insights from…

    Read More

    Lei

    //

    April 1, 2025
Older Posts→

Search


Subscribe


Never miss the latest tutorials from NGS Learning Hub

Get updates directly to your inbox!







Categories


  • bulk RNA-seq (20)
  • chromatin accessibility (10)
  • Database (2)
  • Epigenetics (10)
  • HPC (3)
  • Metagenomics (1)
  • Scientific Programming (3)
  • Transcriptomics (21)

Recent Posts


  • Docker-Singularity
    Build Once, Run Anywhere: Creating Portable NGS Analysis Environments with DockerJune 7, 2025
  • The Complete Guide to NGS Data Types and Formats: From Raw Reads to Analysis-Ready FilesMay 31, 2025
  • Cut_and_Run_Tag
    How To Analyze CUT&RUN/Tag Data For Absolute Beginners: From FASTQ to PeaksMay 24, 2025
  • Integration of ATAC-seq and RNA-seq analysis
    How To Analyze ATAC-seq Data For Absolute Beginners Part 4: ATAC-seq and RNA-seq IntegrationMay 17, 2025

Tags


Adapter Trimming Alternative Splicing Analysis ATAC-seq BAM ChIP-seq chromatin accessibility Conda Environment Setting Count DESeq2 Differential Expression edgeR FASTQ gene expression Gene Expression Quantification HOMER HPC Isoform limma MACS2 miRNA miRNA-seq Normalization PCA peak calling R Reads Mapping RNAseq analysis RNAseq analysis for beginners RStudio Transcript

Copyright © 2024. All rights reserved.

  • Facebook
  • #
  • Instagram