Skip to main content
Bioinformatics logoLink to Bioinformatics
. 2021 Sep 6;37(21):3929–3931. doi: 10.1093/bioinformatics/btab613

BleTIES: annotation of natural genome editing in ciliates using long read sequencing

Brandon K B Seah 1,, Estienne C Swart 2
Editor: Can Alkan
PMCID: PMC11301610  PMID: 34487139

Abstract

Summary

Ciliates are single-celled eukaryotes that eliminate specific, interspersed DNA sequences (internally eliminated sequences, IESs) from their genomes during development. These are challenging to annotate and assemble because IES-containing sequences are typically much less abundant in the cell than those without, and IES sequences themselves often contain repetitive and low-complexity sequences. Long-read sequencing technologies from Pacific Biosciences and Oxford Nanopore have the potential to reconstruct longer IESs than has been possible with short reads but require a different assembly strategy. Here we present BleTIES, a software toolkit for detecting, assembling, and analyzing IESs using mapped long reads.

Availability and implementation

BleTIES is implemented in Python 3. Source code is available at https://github.com/Swart-lab/bleties (MIT license) and also distributed via Bioconda.

Supplementary information

Supplementary data are available at Bioinformatics online.

1 Introduction

Ciliate cells have two different types of nuclei: somatic macronuclei (MAC) and germline micronuclei (MIC). MACs develop from MICs during conjugation following meiosis and fertilization. During MAC development, the genome is extensively edited, to excise thousands of interspersed, internally eliminated sequences (IESs) through an RNA-guided mechanism, accompanied by chromosome fragmentation, and segmental rearrangement, with significant variation in the nature and degree of editing between species (reviewed in Chalker et al., 2013).

The task of identifying such edits from sequence data is a specialized subset of structural variant detection, whereby characteristics peculiar to ciliates, i.e. short tandem repeats called ‘pointers’ (Chen et al., 2014) or TA repeats characteristic of domesticated excisases (Klobutcher and Herrick, 1995) at IES junctions, can be exploited for annotation. When mapped against a MAC reference genome, genomic DNA reads that originate from MICs or developing MACs contain IESs or arrangements not present in the mature MAC. These are observed as inserts or clips in the aligned reads and can be used to annotate IES and genome scrambling junctions and to reconstruct the IES sequences. Accurate IES annotations are necessary to analyze the effects of knockdown of candidate genome rearrangement genes by measuring IES retention across known loci, expressed as an ‘IES retention score’ (Denby Wilkes et al., 2016; Swart et al., 2014). Software for annotating IESs, genome scrambling, and scoring retention have been developed for short read sequencing data, for example, ParTIES (Denby Wilkes et al., 2016), ADFinder (Zheng et al., 2020), and SIGAR (Feng et al., 2020).

Single-molecule long read sequencing from Pacific Biosciences (PacBio) and Oxford Nanopore offer advantages over short reads for IES prediction: (i) long reads several kb long may span multiple IESs, unlike short reads (∼300–400 bp insert size) which span either one or zero IES sites; (ii) the entire IES sequence can potentially be covered by the read; (iii) IESs containing repetitive sequences are more likely to be detected with more sequence context. Because each long read represents a single genomic DNA molecule, the correlation of IES excision or retention between neighboring IESs can be investigated. Existing software packages like ParTIES were designed for short reads, make assumptions inapplicable to long reads with higher error rates, and would not be easily adapted to accommodate them. Therefore, we developed BleTIES (Basic Long-read Enabled Toolkit for Interspersed DNA Elimination Studies) for IES detection and analysis from long read libraries.

2 Description

BleTIES has a modular design: the main module for de novo IES reconstruction, MILRAA, depends on standard bioinformatics libraries Biopython, pysam, and htslib (Cock et al., 2009; Li et al., 2009). Input data are the MAC genome assembly (Fasta format) and genomic long reads mapped to it in BAM format (Li et al., 2009), e.g. using minimap2 (Li, 2018). If a read contains IESs, the mapper should report them as inserts relative to the assembly. PacBio circular consensus sequences (CCSs) are sufficiently accurate to infer IES coordinates directly, but the naive calling of insert coordinates and sequences from uncorrected long reads (PacBio subreads or Nanopore reads) is inaccurate because of their high error rates. Therefore, with such reads, MILRAA identifies clusters of inserts within a specified threshold distance, and if a cluster is above the minimum coverage cutoff, the insert and flanking 100 bp regions are extracted from each mapped read and assembled to a more accurate consensus sequence with SPOA (Vaser et al., 2017). The consensus is re-aligned to the reference, with the included flanking sequence helping to ‘anchor’ the consensus in the reference, simultaneously predicting a more accurate insert position and sequence (Fig. 1). Tandem repeats (pointers) and/or TA motifs flanking the insert are also annotated if present. The software is currently limited to non-scrambled IESs.

Fig. 1.

Fig. 1.

Overview of BleTIES MILRAA method to reconstruct IES junctions from error-corrected CCS reads versus from subreads. (A) CCS reads have accuracy >99%, so the consensus insert coordinate from read mapping is adequate if coverage is sufficient. (B) (1) Subreads have higher error rates, so mapping alone is insufficient to define the insert position. (2) Therefore, clusters of adjacent inserts are identified, from which the insert sequence plus flanking ±100 bp are extracted from the subreads. (3) Extracted sequences are assembled with SPOA (Vaser et al., 2017). (4 and 5) This consensus is realigned to the reference to obtain a more accurate estimate of the insert position

In addition to the previously defined IES retention score, which is on a per-read basis, BleTIES reports a per-read retention score: the fraction of annotated IES sites spanned by a read where the IES is not excised. This metric can be used to bin reads that have high IES retention, using the MILCOR module, useful for partial assembly of the MIC genome. MILTEL predicts alternative chromosome breakage sites by looking for reads bearing telomeric repeats in their clipped regions.

To test MILRAA against defined inputs and to estimate the coverage required for IES prediction, we simulated long read libraries containing mixtures of published MAC-only and IES-containing sequences with pbsim2 v2.0.1 (Ono et al., 2021) from Paramecium tetraurelia (Arnaiz et al., 2012), whose predicted IESs are mostly <100 bp in length. About 20× coverage of IES-containing PacBio subreads was sufficient to recover most of the original IES coordinates (exact: 82% recall, 89% precision; ±5 bp: 92% recall, 99% precision). Almost all assembled IESs had flanking TA sequences reconstructed; about 48% of original IESs were assembled exactly, and 70% with a maximum of 1 mismatch and 1 indel. As expected, more IESs were identified and correctly assembled with higher coverage of IES-containing reads (Supplementary Material).

MILRAA was also tested with real mixed libraries of MIC and MAC (NCBI accession: SAMN12736122) mapped against a MAC genome reference (Sheng et al., 2020) for Tetrahymena tetraurelia, with 7551 previously characterized IESs [median length 2.78 kb (Hamilton et al., 2016)]. Two-thirds of these could be recovered (median length ∼2 kb) with median sequence identity ∼99%, at ca. 50–60× read coverage. In addition, about 2800 new IESs were predicted. IESs that were not recovered were on average longer (median ∼5 kb), hence insufficient reads could span the entire IES for prediction by MILRAA (Supplementary Material). These could be resolved by binning out IES-containing reads with MILCOR and reassembling them, or by increasing the average read length.

3 Conclusion

We have demonstrated the benefits of single-molecule long read sequencing data over short reads in annotating genome editing in ciliates, using our software tool BleTIES. These include the detection and assembly of longer IESs and direct reporting of IES sequences and retention scores. One SMRT cell of the PacBio Sequel II platform currently (2021) yields ∼300 Gb of subreads, and ∼20 Gb of error-corrected CCS reads. Given modest ciliate genomes, for example, 72 Mb (MAC) and 98 Mb (MIC) for P. tetraurelia (Guérin et al., 2017), several IES retention experiments could potentially be analyzed with a single multiplexed sequencing run.

BleTIES is written in Python 3 and released under the MIT license; the version described here is v0.1.9. Source code and documentation are available at https://github.com/Swart-lab/bleties (archived at Zenodo doi: 10.5281/zenodo.4723565). The package is also distributed via Bioconda (Grüning et al., 2018) under the recipe ‘bleties’.

Supplementary Material

btab613_Supplementary_Data

Acknowledgements

We thank Y. Choi, A.P. Chan, and R.S. Coyne for use of the Tetrahymena data (funded by NSF grant no. 1158346), Y. Liu, C. Emmerich, L. Häußermann, A. Singh, and M. Singh for useful suggestions, and the anonymous referees for their detailed feedback.

Funding

This work was supported by the Max Planck Society.

Conflict of Interest: none declared.

Contributor Information

Brandon K B Seah, Max Planck Institute for Developmental Biology, Tübingen 72076, Germany.

Estienne C Swart, Max Planck Institute for Developmental Biology, Tübingen 72076, Germany.

References

  1. Arnaiz O.  et al. (2012) The Paramecium germline genome provides a niche for intragenic parasitic DNA: evolutionary dynamics of internal eliminated sequences. PLoS Genet., 8, e1002984. [DOI] [PMC free article] [PubMed] [Google Scholar]
  2. Chalker D.L.  et al. (2013) Epigenetics of ciliates. Cold Spring Harb. Perspect. Biol., 5, a017764. [DOI] [PMC free article] [PubMed] [Google Scholar]
  3. Chen X.  et al. (2014) The architecture of a scrambled genome reveals massive levels of genomic rearrangement during development. Cell, 158, 1187–1198. [DOI] [PMC free article] [PubMed] [Google Scholar]
  4. Cock P.J.A.  et al. (2009) Biopython: freely available Python tools for computational molecular biology and bioinformatics. Bioinformatics, 25, 1422–1423. [DOI] [PMC free article] [PubMed] [Google Scholar]
  5. Denby Wilkes C.  et al. (2016) ParTIES: a toolbox for Paramecium interspersed DNA elimination studies. Bioinformatics, 32, 599–601. [DOI] [PubMed] [Google Scholar]
  6. Feng Y.  et al. (2020) SIGAR: inferring features of genome architecture and DNA rearrangements by split-read mapping. Genome Biol. Evol., 12, 1711–1718. [DOI] [PMC free article] [PubMed] [Google Scholar]
  7. Grüning B.  et al. (2018) Bioconda: sustainable and comprehensive software distribution for the life sciences. Nat. Methods, 15, 475–476. [DOI] [PMC free article] [PubMed] [Google Scholar]
  8. Guérin F.  et al. (2017) Flow cytometry sorting of nuclei enables the first global characterization of Paramecium germline DNA and transposable elements. BMC Genomics, 18, 327. [DOI] [PMC free article] [PubMed] [Google Scholar]
  9. Hamilton E.P.  et al. (2016) Structure of the germline genome of Tetrahymena thermophila and relationship to the massively rearranged somatic genome. Elife, 5, e19090. [DOI] [PMC free article] [PubMed] [Google Scholar]
  10. Klobutcher L.A., Herrick G. (1995) Consensus inverted terminal repeat sequence of Paramecium IESs: resemblance to termini of Tc1-related and Euplotes Tec transposons. Nucleic Acids Res., 23, 2006–2013. [DOI] [PMC free article] [PubMed] [Google Scholar]
  11. Li H. (2018) Minimap2: pairwise alignment for nucleotide sequences. Bioinformatics, 34, 3094–3100. [DOI] [PMC free article] [PubMed] [Google Scholar]
  12. Li H.  et al. (2009) The sequence alignment/map format and SAMtools. Bioinformatics, 25, 2078–2079. [DOI] [PMC free article] [PubMed] [Google Scholar]
  13. Ono Y.  et al. (2021) PBSIM2: a simulator for long read sequencers with a novel generative model of quality scores. Bioinformatics, 37, 589–595. [DOI] [PMC free article] [PubMed] [Google Scholar]
  14. Sheng Y.  et al. (2020) The completed macronuclear genome of a model ciliate Tetrahymena thermophila and its application in genome scrambling and copy number analyses. Sci. China Life Sci., 63, 1534–1542. [DOI] [PMC free article] [PubMed] [Google Scholar]
  15. Swart E.C.  et al. (2014) Genome-wide analysis of genetic and epigenetic control of programmed DNA deletion. Nucleic Acids Res., 42, 8970–8983. [DOI] [PMC free article] [PubMed] [Google Scholar]
  16. Vaser R.  et al. (2017) Fast and accurate de novo genome assembly from long uncorrected reads. Genome Res, 27, 737–746. [DOI] [PMC free article] [PubMed] [Google Scholar]
  17. Zheng W.  et al. (2020) ADFinder: accurate detection of programmed DNA elimination using NGS high-throughput sequencing data. Bioinformatics, 36, 3632–3636. [DOI] [PubMed] [Google Scholar]

Associated Data

This section collects any data citations, data availability statements, or supplementary materials included in this article.

Supplementary Materials

btab613_Supplementary_Data

Articles from Bioinformatics are provided here courtesy of Oxford University Press

RESOURCES