# Direct RNA Sequencing with Nanopore: A Practical Guide


## Key Takeaways

- Direct RNA sequencing with nanopore technology bypasses reverse transcription and amplification, enabling the direct detection of native base modifications (e.g., m6A, pseudouridine) and polyA tail lengths from the raw electrical signal. This is crucial for epitranscriptomic studies where modification status is functionally relevant.
- The method yields long reads, capable of capturing full-length transcripts, which is advantageous for isoform discovery and identifying splice variants, but it has a higher error rate (5-15%) compared to short-read sequencing, particularly in homopolymer regions.
- High-quality, polyadenylated RNA with an RNA Integrity Number (RIN) ideally above 8 is a critical input requirement; degraded RNA or non-polyadenylated RNA necessitates custom adapter strategies or enzymatic polyadenylation, which can impact yield and standardization.
- Downstream analysis requires specialized bioinformatics tools for basecalling, alignment, and modification detection, often necessitating access to raw signal data (FAST5/POD5) and expertise in command-line tools and high-performance computing.
- Key limitations include lower throughput compared to Illumina platforms, making it less cost-effective for global transcriptome quantification, and the exclusion of many non-polyadenylated RNA classes by standard protocols, although ongoing research is expanding its applicability.
- Careful experimental design, including the use of appropriate controls for modification calling and rigorous quality control of RNA input and library preparation, is essential to mitigate common mistakes and ensure reliable interpretation of results.

---

Direct RNA sequencing using nanopore technology lets you sequence native RNA molecules without reverse transcription or amplification. This approach preserves base modifications and polyA tail lengths, providing a direct view of the epitranscriptome. This guide is for molecular biologists, bioinformaticians, and researchers who want to understand the principles, workflow, and pitfalls of this method. For a foundational overview of sequencing technologies, consult the [NCBI Bookshelf](https://www.ncbi.nlm.nih.gov/books/).

Unlike conventional RNA-seq that converts RNA to cDNA, direct RNA sequencing reads the original RNA molecule as it is translocated through a nanopore. You can detect modifications like N6-methyladenosine (m6A) and pseudouridine directly from the signal changes. To get started with the bioinformatics side, the [EMBL-EBI Training](https://www.ebi.ac.uk/training/) offers relevant materials. This guide will walk you through core concepts, decision points, a practical workflow, common mistakes, and limits of interpretation.

## At a Glance: Direct RNA Nanopore Sequencing

| Aspect | Detail |
|--------|--------|
| Technology | Nanopore sequencing of native RNA strands through protein pores. |
| Input requirements | High quality, polyadenylated RNA (or custom adapter for non-polyA RNA). |
| Output | Raw electrical signal converted to base sequences, per sequence quality scores, base modification predictions. |
| Primary advantages | Direct detection of base modifications, long reads (full length transcripts), no amplification bias. |
| Main limitations | Higher error rate (5-15%), requires high RNA input, only polyA RNA standardly supported. |
| Typical use cases | Epitranscriptomics (m6A, pseudouridine, etc.), isoform discovery, viral RNA surveillance, polyA tail analysis. |

## Decision Criteria: When to Choose Direct RNA Sequencing

Direct RNA sequencing is not a universal replacement for all RNA analysis. You should consider several factors before adopting it. The most important criterion is whether you need to study native base modifications. Methods that rely on reverse transcription lose modification information because the base is converted to cDNA. If your research question focuses on m6A, pseudouridine, 2'-O-methylation, or other RNA chemical marks, direct RNA sequencing is the strongest option available. The [QutRNA2](https://pubmed.ncbi.nlm.nih.gov/42415949/) tool, for instance, demonstrates robust tRNA modification discovery from direct tRNA nanopore data, highlighting the power of this approach for modification studies.

Another decision point concerns transcript length and isoform resolution. Direct RNA sequencing typically yields reads that cover entire transcripts, which is ideal for identifying full-length splice variants and detecting fusion transcripts. If your aim is to characterize short fragments or quantify gene expression at extremely high depth, short read Illumina RNA-seq may still be more cost effective. The throughput of direct RNA sequencing is lower than that of short read platforms, so for global transcriptome quantification with many samples, cDNA based methods remain practical. Use the [Galaxy Training Network](https://training.galaxyproject.org/) to explore workflows that compare both approaches.

Input material availability also matters. Direct RNA sequencing requires micrograms of high quality, polyadenylated RNA. If your sample is limited or highly degraded, or if your RNA lacks polyA tails (e.g., bacterial RNA or small RNAs), you will need custom adapter strategies or alternative methods. The [NAPG pipeline](https://pubmed.ncbi.nlm.nih.gov/42374176/) offers options for cross domain microbiome profiling using nanopore amplicon data, but that is a different modality. For direct RNA, you must prioritize RNA integrity.

Finally, consider your bioinformatics capacity. Downstream analysis of nanopore direct RNA data demands specialized tools for basecalling, alignment, modification detection, and polyA tail estimation. [Bioconductor](https://bioconductor.org/) provides several R packages for analyzing nanopore data, including those for normalizing signal and calling modifications. If your team is not comfortable with command line tools and high performance computing, you may need to invest in training.

## Practical Workflow: From RNA to Biological Meaning

The direct RNA nanopore sequencing workflow consists of five main stages. Each stage requires careful execution to obtain interpretable results.

### 1. RNA Extraction and Quality Control

Extract total RNA using a method that preserves RNA integrity and avoids metal ion contamination. For polyA selection, use oligo dT beads to enrich for messenger RNA. Quantify your RNA with a fluorometer and assess its integrity using an electrophoretic system. RNA integrity number (RIN) should ideally be above 8 for direct RNA sequencing. Degraded RNA produces short reads and biases the detection of modifications. Store RNA in nuclease free water at -80 degrees Celsius. Thaw on ice only once.

### 2. Library Preparation

Nanopore direct RNA library preparation requires ligating a sequencing adapter to the 3' end of the RNA. This adapter contains a polyT stretch that hybridizes to the polyA tail (if present) plus a motor protein that controls the translocation speed through the nanopore. The standard protocol from Oxford Nanopore Technologies (ONT) works for polyadenylated RNA. For non polyA RNA, researchers have developed custom adapters, but they are not yet commercialized. Use the [Sequence Read Archive (SRA)](https://www.ncbi.nlm.nih.gov/sra) to find public direct RNA datasets if you need to test your analysis before generating new data. After adapter ligation, clean the library using beads and assess the yield. A successful library will show a broad size distribution from hundreds to thousands of nucleotides.

### 3. Sequencing and Basecalling

Load your library onto a primed flow cell (e.g., MinION R9.4.1 or PromethION). ONT recommends using a fresh flow cell with at least 800 active pores. Sequence for up to 72 hours, but the active signal decreases over time. Basecalling converts the raw electrical signal into base sequences. The latest ONT basecallers (e.g., Guppy, Dorado) include a model trained for direct RNA. For modification detection, you need the raw signal (FAST5 or POD5 files) because basecallers that output only bases lose much of the signal information. Process your data immediately after sequencing to avoid storage issues with large raw files.

### 4. Read Alignment and Quality Filtering

After basecalling, align your reads to a reference transcriptome or genome using a splice aware aligner designed for long reads, such as minimap2. Direct RNA reads are error prone, especially in homopolymer regions, so you should filter for reads with a map quality above 20. Keep only primary alignments. Count the number of reads mapping to each transcript for expression estimates, but remember that library prep may introduce length biases. Use the [NAP pipeline](https://pubmed.ncbi.nlm.nih.gov/42374176/) as a reference for building your own analysis workflow, although its focus is amplicon data. For transcript isoform identification, use tools like FLAIR or bambu, which integrate nanopore specific error models.

### 5. Downstream Analysis: Modifications, PolyA Tails, and Isoforms

This is where direct RNA sequencing provides unique value. For base modification detection, you need to compare the raw current signal of your experimental sample against a control sample (e.g., RNA chemically depleted of the modification). Tools like Tombo, Nanom6a, or xPore detect shifts in the current mean or dwell time that indicate modifications. The [Decoding RNA N6-Methyladenosine Methylome of Wheat](https://pubmed.ncbi.nlm.nih.gov/42384924/) study used machine learning on direct RNA data to map m6A, showing that signal based approaches can achieve high accuracy.

For polyA tail analysis, use tailfindr or Nanopolish polya. These tools estimate polyA tail length from the signal duration at the end of each read. This can reveal relationships between tail length and mRNA stability or translational efficiency. The study on [Phosphate Starvation Shapes M6A Modification and PolyA Tails](https://pubmed.ncbi.nlm.nih.gov/42424124/) demonstrates how such integrated analysis can uncover regulatory mechanisms in rice. For transcript isoform quantification, tools like IsoQuant or StringTie2 with long read support can assemble and quantify novel isoforms.

## Common Mistakes and How to Avoid Them

1. **Using degraded RNA.** RNA with RIN below 7 will produce very short reads and low yield. Always assess integrity before library preparation. If you must sequence degraded RNA, consider enzymatic polyadenylation but expect significant library loss.

2. **Insufficient input RNA.** Direct RNA libraries require 500 ng to 1 microgram of polyA selected RNA. Using less leads to low pore occupancy and few reads. Measure concentration accurately and do not rely on NanoDrop.

3. **Ignoring basecalling quality.** Older basecallers produce many errors. Use the latest model specific to direct RNA and re-basecall if needed. Check the mean Q score of your reads. Values below 7 indicate poor quality.

4. **Misinterpreting modification calls without controls.** The raw signal is influenced by base context and sequence. Always include a negative control (e.g., knockout, chemical treatment) when calling modifications. The [lncRNA-m6A axis](https://pubmed.ncbi.nlm.nih.gov/42400056/) review highlights how modifications can be misassigned without proper controls, especially in cancer transcriptomes.

5. **Overlooking polyA tail contamination.** If your library has excess adapter dimer or short fragments, those reads will interfere with polyA tail estimation. Use bead cleanup steps exactly as specified in the protocol.

6. **Assuming equal distribution of modifications across samples.** Direct RNA sequencing has stochastic pore loading, so read coverage across transcripts is not uniform. Normalize modification signals by read depth and use statistical tests for differential modification.

## Limits of Interpretation and Uncertainty

Direct RNA nanopore sequencing has several inherent limitations you must consider when interpreting results.

Error rates remain higher than those of Illumina sequencing. This is especially problematic in homopolymer regions and near RNA modifications that alter the signal in unpredictable ways. Consensus sequencing of the same molecule is not possible because each molecule is read only once. Consequently, variant calling at single nucleotide resolution is less reliable than for DNA sequencing. For transcriptome wide modification detection, you need deep coverage (at least 20 fold) per transcript to achieve acceptable true positive rates.

Another major limitation is throughput. A single MinION flow cell typically yields 5 to 15 million reads per run, which is far less than an Illumina lane. This can be a problem for detecting low abundance transcripts or modifications. You may need to multiplex flow cells or use a PromethION for larger studies.

The requirement for polyadenylated RNA excludes many biologically important RNA classes, such as ribosomal RNA, transfer RNA, and many long non coding RNAs (though some lncRNAs have polyA tails). Recent work using custom adapters and enzymatic polyadenylation is expanding the range, but protocols are not standardized. The study on [Ribosomal RNA tentacles](https://pubmed.ncbi.nlm.nih.gov/42438820/) shows that rRNA damage can be studied using other methods, but direct RNA of rRNA awaits robust adapter solutions.

Finally, the bioinformatics ecosystem for direct RNA data is still maturing. Many tools are designed for specific use cases and may not work well across all organisms or modification types. Reproducibility across different versions of basecallers and analysis pipelines is a known challenge. The [Bioconductor](https://bioconductor.org/) and [Galaxy Training Network](https://training.galaxyproject.org/) communities are actively developing standardized workflows, but you should always validate your findings with orthogonal methods such as mass spectrometry or antibody based enrichment.

## Frequently Asked Questions

**What is the main advantage of direct RNA sequencing over cDNA sequencing?**
The primary advantage is that direct RNA sequencing lets you detect native base modifications and polyA tail lengths without amplification bias. You can identify m6A, pseudouridine, and other marks directly from the electrical signal, which is impossible with methods that rely on reverse transcription.

**Can I use direct RNA sequencing for non polyadenylated RNA?**
Standard protocols require a polyA tail because the sequencing adapter hybridizes to it. However, you can chemically polyadenylate RNA before library preparation or use custom adapters. These approaches are not yet widely validated, and yields may be lower. Check the [EMBL-EBI Training](https://www.ebi.ac.uk/training/) for updated protocols.

**How does nanopore detect base modifications during direct RNA sequencing?**
Modifications alter the ionic current and translocation speed as RNA passes through the nanopore. The basecaller recognizes some common modifications (like m6A) if trained appropriately, but many modifications require dedicated tools that compare the current profile to an unmodified control.

**What is the typical throughput for a single MinION flow cell with direct RNA?**
Under optimal conditions, you can expect 5 to 15 million reads per flow cell. Read length distribution mirrors the input RNA. For higher throughput, use multiple flow cells or the PromethION platform. The [Sequence Read Archive (SRA)](https://www.ncbi.nlm.nih.gov/sra) hosts many datasets that can help you estimate expected yields for your organism.

## Related Clinical & Scientific Guides

* [Observational vs. Experimental Studies: How to Tell Them Apart](/blog/guides/observational-vs-experimental-studies-how-to-tell-them-apart)
* [Astrocyte Single Cell Rna Seq](/blog/guides/astrocyte-single-cell-rna-seq)
* [Structural Genes](/blog/guides/structural-genes)


## References and Further Reading

- [NCBI Bookshelf: Overview of Sequencing Technologies](https://www.ncbi.nlm.nih.gov/books/)
- [EMBL-EBI Training: Nanopore Sequence Analysis](https://www.ebi.ac.uk/training/)
- [Galaxy Training Network: Long Read RNA Sequencing Workflows](https://training.galaxyproject.org/)
- [Bioconductor: Packages for Nanopore Data Analysis](https://bioconductor.org/)
- [Decoding RNA N6-Methyladenosine Methylome of Wheat Using Machine Learning and Nanopore Direct RNA Sequencing](https://pubmed.ncbi.nlm.nih.gov/42384924/)
- [QutRNA2: Robust tRNA Modification Discovery from Nanopore Direct tRNA Sequencing](https://pubmed.ncbi.nlm.nih.gov/42415949/)
- [Phosphate Starvation Shapes M6A Modification and Poly(A) Tails to Regulate mRNA Decay in Rice](https://pubmed.ncbi.nlm.nih.gov/42424124/)
- [The lncRNA-m6A Axis in Cancer: A Bidirectional Regulatory Network](https://pubmed.ncbi.nlm.nih.gov/42400056/)
- [NAP: An Open Source Pipeline for Cross-Domain Microbiome Profiling Using Nanopore Sequencing Derived Amplicon Data](https://pubmed.ncbi.nlm.nih.gov/42374176/)
- [Sequence Read Archive: Public Direct RNA Datasets](https://www.ncbi.nlm.nih.gov/sra)

## Related Articles

- [Dna Replication](/blog/guides/dna-replication)
- [Protein Synthesis](/blog/guides/protein-synthesis)
- [Incomplete Dominance Gene](/blog/guides/incomplete-dominance-gene)
- [Cell Membrane Function Biology](/blog/guides/cell-membrane-function-biology)
- [Dna Structure](/blog/guides/dna-structure)