Comprehensive Identification of Transposable Element Insertions

Comprehensive Identification of Transposable Element Insertions

ARTICLE https://doi.org/10.1038/s41467-021-24041-8 OPEN Comprehensive identification of transposable element insertions using multiple sequencing technologies Chong Chu 1, Rebeca Borges-Monroy 2,3, Vinayak V. Viswanadham 1, Soohyun Lee1, Heng Li1,4, ✉ ✉ Eunjung Alice Lee2,3 & Peter J. Park 1 1234567890():,; Transposable elements (TEs) help shape the structure and function of the human genome. When inserted into some locations, TEs may disrupt gene regulation and cause diseases. Here, we present xTea (x-Transposable element analyzer), a tool for identifying TE insertions in whole-genome sequencing data. Whereas existing methods are mostly designed for short- read data, xTea can be applied to both short-read and long-read data. Our analysis shows that xTea outperforms other short read-based methods for both germline and somatic TE insertion discovery. With long-read data, we created a catalogue of polymorphic insertions with full assembly and annotation of insertional sequences for various types of retroelements, including pseudogenes and endogenous retroviruses. Notably, we find that individual gen- omes have an average of nine groups of full-length L1s in centromeres, suggesting that centromeres and other highly repetitive regions such as telomeres are a significant yet unexplored source of active L1s. xTea is available at https://github.com/parklab/xTea. 1 Department of Biomedical Informatics, Harvard Medical School, Boston, MA, USA. 2 Division of Genetics and Genomics, Boston Children’s Hospital and Harvard Medical School, Boston, MA, USA. 3 Broad Institute of MIT and Harvard, Cambridge, MA, USA. 4 Department of Data Sciences, Dana-Farber Cancer ✉ Institute, Boston, MA, USA. email: [email protected]; [email protected] NATURE COMMUNICATIONS | (2021) 12:3836 | https://doi.org/10.1038/s41467-021-24041-8 | www.nature.com/naturecommunications 1 ARTICLE NATURE COMMUNICATIONS | https://doi.org/10.1038/s41467-021-24041-8 ransposable elements (TEs) comprise nearly half of the endogenous retroelements, including ‘ghost’ full-length L1s in human genome1, and their mobilization is a significant centromeres, TE-promoted SVs, processed pseudogenes, and T 2,3 source of genomic variation and human diseases . proviral HERV copies. xTea is available at https://github.com/ Although most TEs are genomic fossils that have lost their parklab/xTea; its docker version is available on cloud platforms. ability to mobilize, several types of TEs (L1s, Alus, and SVAs) can still mobilize via a copy-paste mechanism through RNA intermediates. Increasing evidence suggests the contribution Results of TEs to human development and health, such as placental Overview of xTea. xTea identifies nonreference TE insertions development4 and innate immunity5. To date, more than a from WGS data generated using different sequencing technolo- hundred TE insertions have been causally linked to Mendelian gies: Illumina paired-end shorts reads, 10X Linked Reads, and disorders and hereditary cancers, with TE impacting gene reg- PacBio and Oxford Nanopore long reads (Fig. 1 and Fig. S1). It ulation through diverse mechanisms including insertional also allows hybrid TE calling when the same sample has been mutagenesis, premature polyadenylation, and alteration of RNA sequenced by more than one platform. expression and splicing3,6. For standard Illumina reads, xTea utilizes two types of With the availability of whole-genome sequencing (WGS) data, insertion-supporting reads—discordant paired reads and split we have reported frequent somatic L1 insertions in some cancer (clipped) reads—as is standard in TE analysis (Fig. 1a). xTea, types, especially in epithelial cancers, suggesting a role of TEs in however, employs several modifications to improve accuracy and tumorigenesis7. Subsequent studies have elaborated the role of scalability. First, it considers not only the number of discordant/ TEs, e.g., in cancer immunity7–12. A recent pan-cancer analysis of clipped reads but also the location of their alignment on the TE ~3000 cancer genomes has identified not only numerous somatic consensus sequence (Fig. S1a). Their alignment pattern must be L1 insertions, making L1 the third most frequent type of somatic consistent with a single breakpoint and the estimated insert size. SVs, but also various types of L1-mediated structural variations The similar strategy is also used to filter transductions that do not (SVs)10. In a landmark study, an SVA insertion causing exon- manifest a consistent pattern in the flanking sequence. Second, trapping was identified in a child with Batten disease and it led to whereas other tools derive initial candidates from discordant read the development of a personalized antisense-oligonucleotide drug pairs, xTea begins with split/clipped reads. This improves the to fix the splicing defect13. These studies highlight the importance detection of events that occur in regions close to other SVs, of accurate TE detection for genomic medicine. especially for those located within the insert size (Fig. S2). Third, Multiple tools have been developed to detect TE insertions xTea uses mechanistic signatures—target-site duplication and from Illumina paired-end short reads7,12,14–17. The tools include polyA tails—to further distinguish those with high confidence. MELT14, which detects polymorphic inherited insertions, and Finally, xTea achieves scalability by implementing full- TraFiC-mem12, which detects somatic insertions from a case/ parallelization with multi-core support and reducing memory control pair. Most tools were designed to detect either germline— requirements (Fig. S3). xTea reports in the output VCF file the inherited or de novo, thus present in all cells in the body—or genotype of each insertion as predicted by a machine learning somatic TE insertions. One critical shortcoming of current TE model: heterozygous, homozygous, or no insertion (Fig. 1e). analysis based on short-read data is its inability to detect TE The Linked-Read technology from 10X Genomics utilizes insertions that accompany complex rearrangements or fall into microfluidics to partition and barcode DNA fragments from the highly repetitive regions, such as those within existing TE copies same region, so that long-range information is embedded in the from the same TE subfamily or within centromeric/telomeric short-read data. xTea starts with the same TE-insertion detection repeats18–20. Recent advances in sequencing technologies, such as module as for Illumina data, and then performs phased local PacBio and Oxford Nanopore long reads create >10–15 Kbp assembly using insertion-supporting reads grouped by their reads and thus allow us to reconstruct the entire sequences of molecular barcodes. It filters out candidates in regions with inserted TEs and their flanking regions, enabling the discovery extremely high ‘molecular depths’ (the number of molecules and characterization of those challenging types of TE insertions. whose reads encompass or fall in these regions), as this indicates To date, PALMER21 is the only tool specifically designed for TE- highly repetitive regions. If both Illumina and Linked-Read insertion detection from long reads. datasets are provided for the same sample, features are extracted Here, we propose a computational tool, xTea (x-Transposable separately for each dataset and then merged before filtering. This element analyzer), that detects nonreference TE insertions (i.e., early merging of raw features improves detection accuracy by insertions that are not present in the reference genome) from increasing the signal to noise ratio more than merging of WGS data. Rewritten from scratch for greater efficiency, it has insertion candidates from each dataset. After getting raw five major improvements over the original (2012) version of Tea: candidates, xTea applies TE type-specific filters to create a final (i) it has increased accuracy due to more refined filtering criteria; candidate list (see Methods). (ii) it identifies transduction events, both canonical and orphan; For the PacBio and Nanopore long-read data, xTea identifies (iii) it detects a wide range of retroelement insertions, including initial insertion candidates not only by examining the clipped processed pseudogene and human endogenous retrovirus reads with partial alignment to the flanking region of an insertion, (HERV) insertions; (iv) it detects both germline and somatic but also those nonclipped reads that contain the entire insertion insertions, including mosaic insertions from very high-coverage sequences (Fig. 1c). For each candidate insertion site, xTea data; and (v) it can incorporate data from multiple sequencing performs local assembly of the collected supporting reads to technologies including long-read platforms. We created a high- reconstruct the full sequence of the inserted TE and flanking quality catalogue of haplotype-resolved nonreference TE inser- regions; it then annotates various features, such as subfamily, tions in an individual whose genome was extensively curated by target-site duplication, polyA tail, and TE structure, prior to multiple sequencing platforms. Using this annotated genome and additional filtering (Fig. 1f). For hybrid calling with Illumina data, manual inspection, we demonstrated the superior performance insertion candidates from the platforms are merged before the of xTea to existing methods for both germline and somatic local assembly is performed for each site. With long-read data, insertions. Further, we performed analysis of long-read WGS xTea utilizes the fully reconstructed

View Full Text

Details

  • File Type
    pdf
  • Upload Time
    -
  • Content Languages
    English
  • Upload User
    Anonymous/Not logged-in
  • File Pages
    12 Page
  • File Size
    -

Download

Channel Download Status
Express Download Enable

Copyright

We respect the copyrights and intellectual property rights of all users. All uploaded documents are either original works of the uploader or authorized works of the rightful owners.

  • Not to be reproduced or distributed without explicit permission.
  • Not used for commercial purposes outside of approved use cases.
  • Not used to infringe on the rights of the original creators.
  • If you believe any content infringes your copyright, please contact us immediately.

Support

For help with questions, suggestions, or problems, please contact us