Skip to main content

STRScan: targeted profiling of short tandem repeats in whole-genome sequencing data

Abstract

Background

Short tandem repeats (STRs) are found in many prokaryotic and eukaryotic genomes, and are commonly used as genetic markers, in particular for identity and parental testing in DNA forensics. The unstable expansion of some STRs was associated with various genetic disorders (e.g., the Huntington disease), and thus was used in genetic testing for screening individuals at high risk. Traditional STR analyses were based on the PCR amplification of STR loci followed by gel electrophoresis. With the availability of massive whole genome sequencing data, it becomes practical to mine STR profiles in silico from genome sequences. Software tools such as lobSTR and STR-FM have been developed to address these demands, which are, however, built upon whole genome reads mapping tools, and thus may not be sensitive enough.

Results

In this paper, we present a standalone software tool STRScan that uses a greedy algorithm for targeted STR profiling in next-generation sequencing (NGS) data. STRScan was tested on the whole genome sequencing data from Venter genome sequencing and 1000 Genomes Project. The results showed that STRScan can profile 20% more STRs in the target set that are missed by lobSTR.

Conclusion

STRScan is particularly useful for the NGS-based targeted STR profiling, e.g., in genetic and human identity testing. STRScan is available as open-source software at http://darwin.informatics.indiana.edu/str/.

Background

Short tandem repeats (STRs), also referred to as the microsatellites or simple-sequence repeats (SSRs), are a short stretch of DNA containing approximately two to 30 tandemly repeated units of 1–6 bps. STRs are present in many prokaryotic and eukaryotic genomes, including mammalian genomes such as human [1, 2]. Over half a million STRs are characterized in human genome, composing approximately 3% of the entire human genome [3]. Due to their high polymorphism, STRs are commonly used as genetic markers [47]. In particular, a small set of STR loci can be used for identity and parental testing ([8, 9]), in which multiple STR loci were amplified by using PCR in a small amount of human DNA from one (sometimes unknown) source and the length of PCR products are compared against one or more human DNA samples from the other sources (e.g., in a forensic database). This STR typing procedure has been largely standardized, and the putative STR loci subject to such test were collected in public database such as STRBase [10].

Although STRs are largely considered as “junk DNA”, some STRs locate in protein coding genes, whose products were shown to play functional roles in higher organisms, e.g., the glutamine-rich domains participating in transcription regulation [11]. Even the STRs in non-coding regions may be involved in the expression regulation of their downstream genes [12]. In particular, the unstable expansion of trinucleotide repeats were known to be associated with human diseases [13]. A preeminent example is the Huntington disease, a genetic neurodegenerative disorder caused by the expansion of a tandem repeat of CAG triplet in the Huntington (HTT) gene, resulting in a different protein form that may lead to brain degeneration [14]. As such, STR profiling in disease susceptible alleles is often used as a genetic testing tool for individuals at high risk of inheriting these genetic disorders [15].

The traditional experimental analysis of STRs involved the amplification of the target STR locus by PCR, using unique sequences in the flanking regions of the STR as primers, followed by the length measurement of the PCR product using gel electrophoresis, which indicates the copy number of the target STR. In recent years, whole genome sequencing (WGS) becomes more affordable owning to the rapid advance in next-generation sequencing (NGS) techniques. Conventional software tools such as tandem repeat finder (TRF) [16] can detect novel STRs from assembled genome sequence, such as the human genome [17]. New software tools and pipelines such as lobSTR [18] and STR-FM [19] have also been developed that can be directly applied for the STR profiling in WGS data. The power of the STR analysis from NGS data has been demonstrated in a recent study, which showed that the surname of a human individual can be inferred from the personal genome sequencing data through the analysis of the profiles of Y chromosome STRs (Y-STRs) and online genealogy database [20]. The genome-wide STR profiling tools have enabled the survey of STR variations in human population [19, 21, 22]. It was also shown that a substantial number of STR loci are pervasively expressed in human population, which may represent a novel set of regulatory variants in the human genome ([23]).

In this paper, we present a standalone software tool STRScan for the profiling of STRs in next-generation sequencing (NGS) data. Here, we adopted a targeted approach to STR profiling: instead of mining all STRs at a whole genome scale (as the goal of lobSTR or STR-FM), we attempted to study only a user-defined subset of STR loci, a scenario particularly useful for forensic or genetic testing [24], and thus avoid the time-consuming genome-wide reads mapping procedure. As a result, our method is not limited by the sequence comparison against the STR loci represented as linear DNA sequences in a reference genome, and thus can adopt a fine-tuned alignment algorithm for STR identification in DNA sequences. In addition to mining whole-genome sequencing data, our method can be applied directly to STR profiling in NGS data from targeted STR samples, after STR enrichment [25], or PCR amplification of specific set of STR loci (e.g., for identity or genetic testing).

In STRScan, each STR locus is represented by a pattern including the tandem copies of one or more repetitive units, along with the upstream, downstream and the intermediate sequences between repetitive units, which can be constructed from the reference genome sequence of an organism (e.g., human), and the occurrence of each STR locus in a sequence read is identified by using a greedy seed-extension strategy. Because our goal is to profile STRs from population sequencing data (e.g., the 1000 genome sequencing data), we assume the difference between the STR pattern and its occurrence in the sequence reads are caused by single nucleotide polymorphisms (SNPs) or sequencing errors, and thus composes only a small fraction of the entire locus. Therefore, STRScan used the edit distance to measure the difference between a STR pattern and its occurrence in a read, and only reports those occurrences below a small threshold (i.e., δ).

We tested STRScan on the whole genome sequencing (WGS) data from both the Sanger sequencer [26] and the Illumina sequencer (generated by the 1000 Genomes Project [27]). Comparing with existing software tools like lobSTR and STR-FM, STRScan can identify significantly (in average 20%) more STRs from NGS data, while using comparable or less computation time. Hence, STRScan is ready to be used for targeted profiling of STRs in sequencing data and for STR typing through DNA amplification followed by next-generation sequencing.

Methods

A locus of short tandem repeat (STR) is defined as a sequence of n short repeats, each consisting of a repetitive unit repeating multiple times, and spacing sequences between every two consecutive short repeats. Formally, a STR locus is represented as a pattern \(\phantom {\dot {i}\!}P=s_{L}(s_{i})_{c_{i}}t_{i}s_{R}\), in which s i and c i (i=1,2,...,n) represent the DNA string and the copy number of the i-th repetitive unit, respectively, t i represents the intermediate string between the i-th and the (i+1)-th repetitive units (and thus t n =), and s L and s R represent the unique strings at the upstream or downstream spanning the entire STR locus (Fig. 1). Given a DNA string Q and a STR pattern P, their distance D(Q,P)computed along an optimal alignment between them, which can be viewed as the concatenation of the alignment between each component of P and their counterpart in Q. Specifically, let (q L ,q 1,p 1,...,q n ,p n ,q R ) be a partition of the sequence Q, (i.e., Q is the concatenation of the substrings: Q=q L ·q 1·p 1·...·q n ·p n ·q R ), the distance between Q and P for this specific partition is defined as \(D_{(q_{L}, q_{i}, p_{i}, q_{R})}(Q, P) = D(q_{L}, s_{L}) + \sum ^{n}_{i=1} [D((q_{i})^{m}, s_{i}) + D(p_{i}, t_{i})] + D(q_{R}, s_{R})\), where D(q,s) is the minimum distance (e.g., the edit distance or its variants) between the strings s and q, and (q i )m is a tandem repeat of q i in m copies (|mn|≤ε, where ε is the maximum variants of the i-th repetitive unit) that has the smallest distance with s i . For each short read T in a given NGS dataset, our objective of STR profiling is to find if there exists a subsequence t of T, such that the minimum distance between t and P, D(t,P) is below a given threshold δ.

Fig. 1
figure 1

A schematic illustration of the pattern of a STR locus consisting of two tandem repeating units of four base-pairs long each

We used a greedy seed-extension strategy to address the STR profiling problem. We assume the difference between the STR pattern and its occurrence is so small that the occurrence contains a substring of length k that is the exact tandem copy of one repetitive unit in the STR pattern. As a result, we can index the STR patterns based on the seeds representing the tandem repeats of k bases long. For example, if a STR pattern contains a repetitive unit s i =ATCC with c i =8 copies, the pattern can be indexed by the seed of ATCCATCCATCCATCCATCC for k=20. Note that if k is not a multiple of the repetitive unit length, we can truncate the last copy of the repetitive unit in the tandem repeat: in the example above, for k=18, the seed becomes ATCCATCCATCCATCCAT. Furthermore, we also assume we can use the fitting alignment algorithm to find a substring t in T with the smallest distance with a string s. In practice, we compute the edit distance between two strings using a banded dynamic programming algorithm [28] that constrains the total number of indels to be no more than a small band ω.

Built upon these two components, the STRScan algorithm takes as input a set of STR patterns and a set of NGS reads, and identifies each sequencing read containing a substring that matches one STR locus (i.e., with edit distance below δ). The algorithm consists of three steps: 1) the input set of STR patterns are indexed by k-mers of tandem repeats in the STR loci; 2) the k-mers in each read is searched against the indexed k-mers from the STR patterns, and the matched k-mers are represented as the seed alignments between corresponding reads and STR patterns; and 3) each seed alignment will be extended by using the fitting alignment algorithm. Specifically, assuming that a seed alignment between the STR pattern P and the read T with the distance D(P, T) containing m copies of the i-th repetitive unit (s i ) in P and its 3’-end is aligned with the j-th nucleotide in T (if the last repetitive unit in the k-mer is truncated, we first extend the seed alignment to the end of the repetitive unit by using gap-free extension), we consider the possible extensions of the seed alignment with the minimum distance:

$$ {}D'(P,T)\! =\! D(P,T) + min\! \left\{\! \begin{array}{ll} D(s_{i}, T^{*}_{j+1}), & \text{if }{m < n + \epsilon}, \\ D(t_{i} \cdot s_{i+1}, T^{*}_{j+1}), & \text{if }{i < n}, \\ D(s_{R}, T^{*}_{j+1}), & \text{if } i = n. \end{array}, \right. $$
(1)

where \(T^{*}_{j}\) represents the suffix of T starting at the j-th position, and s·t represents the concatenation of the two strings s and t. The alignment extension with the minimum distance is then appended into the current seed alignment, and the distance score and the end position in T are updated accordingly. The procedure is iterated until the alignment reaches the downstream sequence (s R ) or the distance becomes above the threshold of δ. A similar extension algorithm can be applied to the 5’-end of the seed alignment simultaneously until it reaches the upstream sequence s L ,

$$ {}D'(P,T)\! =\! D(P,T) + min\! \left\{\! \begin{array}{ll} D(s_{i}, T'_{k-1}), & \text{if }{m < n + \epsilon}, \\ D(t_{i} \cdot s_{i-1}, T'_{k-1}) & \text{if }{i > 1}, \\ D(s_{L}, T'_{k-1}) & \text{if }{i = 1} \end{array}\!, \right. $$
(2)

where k represents the first position in T at the 5’-end of the seed alignment, and \(T^{\prime }_{k}\) represents the prefix of T ending at the k-th position.

Results

We tested STRScan on three whole genome sequencing (WGS) datasets: one obtained by using Sanger sequencers [26], whereas the other two obtained by using Illumina sequencers [27]. The first dataset (denoted as the Venter dataset) was downloaded from NCBI Trace Archive, consisting of about 12.5 millions of reads of 1000 bps. The other two datasets (denoted by their individual IDs, HG00145 and HG00140, respectively) were selected from the 1000 Genomes project, and downloaded from the Short Read Archive (Project ID: SRR099957 for HG00145, and ERR251013 for HG00140), consisting of 115.5 and 65.8 millions of read pairs, respectively, with each read of 100 bps long. In each of these datasets, we attempted to search for reads supporting the STRs from two different panels, which are commonly used in DNA forensics: the YSTR penal consisting of 18 STRs from human Y chromosome, and the Combined DNA Index System (CODIS) panel consisting of 14 STRs from autosomes [29]. The copy number of the repeating unit in each identified targeted STR was reported by STRScan along with the supporting reads. When two or more different copy numbers are observed in the supporting reads, the corresponding STR is classified as multi-allelic: for Y chromosome STRs, the multiple alleles are likely located in different locus of Y chromosome, whereas for CODIS STRs, the multiple alleles may reflect the heterozygosity of the STR in the personal genome.

We compared the performance of STRScan and lobSTR [18] on three sets of testing data. As shown in Table 1, STRScan identified 31 reads in the Venter dataset, supporting a total of 15 out of 18 STRs in the Y chromosome STR panel, whereas lobSTR identified 20 reads supporting a total of 11 STRs. STRScan identified all STR alleles reported by lobSTR, and four additional STRs with valid supporting reads (see Supplementary website http://darwin.informatics.indiana.edu/str/ for the sequences of the supporting reads). The copy numbers reported by STRScan are in agreement with the result of lobSTR on the 11 STRs identified by both methods. Similarly, STRScan identified 34 supporting reads in the Venter dataset, supporting 12 out of 14 STRs in the CODIS panel, which contains all 9 STRs identified by lobSTR (supported by 21 reads). STRScan also outperforms lobSTR on identification of STRs in short reads obtained by using Illumina sequencers. For the two testing datasets from 1000 Genome project. For example, in the HG00140 dataset, STRScan identified 10 reads supporting 7 STRs in the Y chromosome STR panel, whereas lobSTR identified 5 reads supporting 4 STRs, and STRScan identified 12 reads supporting 7 STRs in the CODIS panel, whereas lobSTR identified 7 reads supporting 6 STRs. Similar results were obtained in the HG00145 dataset (see Table 1). Overall, STRScan identified 31 reads supporting STRs in these two datasets, whereas lobSTR identified 19 reads, with 11 reads in common.

Table 1 Comparison of STRScan and lobSTR on STR identification from shotgun sequencing reads

Discussion

Our results showed that short reads obtained from conventional next-generation sequencing techniques (e.g., Illumina sequencers for whole genome sequencing) may not be suitable for targeted profiling of STRs: only a small number of reads can be identified supporting common STR panels (such as Y Chromosome and CODIS) in whole genome sequencing data. On the other hand, relatively longer reads from Illumina miSeq, which may reach the length of 500–600 bps, comparable to the length of Sanger sequencing reads as in Venter genome datasets, are much more sensitive for targeted STR profiling (as shown in Table 1). When combined with targeted amplification of specific STR loci, miSeq sequencing may achieve satisfactory sensitivity for STR typing in DNA forensics and for targeted STR profiling in genetic disease screening. In the future, we plan to test the performance of STRScan on more forensic sequencing datasets when they become publicly available.

Conclusion

In this paper, we present STRScan, which allows the targeted search of an user-defined panel of short tandem repeats (STRs) in whole-genome sequencing data. Comparing to existing tools (such as lobSRT) designed for blind genome-wide mining, STRScan showed improved sensitivity on identifying sequencing reads supporting STRs with various copy numbers at specific loci, as it employs a fast greedy algorithm to compare the read sequence and putative STRs.

Abbreviations

CODIS:

Combined DNA Index System

NGS:

Next-generation sequencing

PCR:

Polymerase chain reaction

SNP:

Single-nucleotide polymorphsim

SSR:

Simple-sequence repeats

STR:

Short tandem repeats

WGS:

Whole-genome sequencing

References

  1. Powell W, Machray GC, Provan J. Polymorphism revealed by simple sequence repeats. Trends Plant Sci. 1996; 1(7):215–22.

    Article  Google Scholar 

  2. Tóth G, Gáspári Z, Jurka J. Microsatellites in different eukaryotic genomes: survey and analysis. Genome Res. 2000; 10(7):967–81.

    Article  PubMed  PubMed Central  Google Scholar 

  3. Lander ES, Linton LM, Birren B, Nusbaum C, Zody MC, Baldwin J, Devon K, Dewar K, Doyle M, FitzHugh W, et al.Initial sequencing and analysis of the human genome. Nature. 2001; 409(6822):860–921.

    Article  CAS  PubMed  Google Scholar 

  4. Nakamura Y, Leppert M, O’Connell P, Wolff R, Holm T, Culver M, Martin C, Fujimoto E, Hoff M, Kumlin E, et al.Variable number of tandem repeat (vntr) markers for human gene mapping. Science. 1987; 235(4796):1616–22.

    Article  CAS  PubMed  Google Scholar 

  5. Edwards A, Hammond HA, Jin L, Caskey CT, Chakraborty R. Genetic variation at five trimeric and tetrameric tandem repeat loci in four human population groups. Genomics. 1992; 12(2):241–53.

    Article  CAS  PubMed  Google Scholar 

  6. Dib C, Fauré S, Fizames C, Samson D, Drouot N, Vignal A, Millasseau P, Marc S, Kazan J, Seboun E, et al.A comprehensive genetic map of the human genome based on 5,264 microsatellites. Nature. 1996; 380(6570):152–4.

    Article  CAS  PubMed  Google Scholar 

  7. Masters JR, Thomson JA, Daly-Burns B, Reid YA, Dirks WG, Packer P, Toji LH, Ohno T, Tanabe H, Arlett CF, et al.Short tandem repeat profiling provides an international reference standard for human cell lines. Proc Natl Acad Sci. 2001; 98(14):8012–7.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  8. Butler JM, et al.Short tandem repeat typing technologies used in human identity testing. Biotechniques. 2007; 43(4):2–5.

    Article  Google Scholar 

  9. Kayser M, Sajantila A. Mutations at Y-STR loci: implications for paternity testing and forensic analysis. Forensic Sci Int. 2001; 118(2):116–21.

    Article  CAS  PubMed  Google Scholar 

  10. Ruitberg CM, Reeder DJ, Butler JM. STRBase: a short tandem repeat dna database for the human identity testing community. Nucleic Acids Res. 2001; 29(1):320–2.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  11. Escher D, Bodmer-Glavas M, Barberis A, Schaffner W. Conservation of glutamine-rich transactivation function between yeast and humans. Mol Cell Biol. 2000; 20(8):2774–82.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  12. Contente A, Dittmer A, Koch MC, Roth J, Dobbelstein M. A polymorphic microsatellite that mediates induction of pig3 by p53. Nat Genet. 2002; 30(3):315–20.

    Article  PubMed  Google Scholar 

  13. Gatchel JR, Zoghbi HY. Diseases of unstable repeat expansion: mechanisms and common principles. Nat Rev Genet. 2005; 6(10):743–55.

    Article  CAS  PubMed  Google Scholar 

  14. Walker FO. Huntington’s disease. The Lancet. 2007; 369(9557):218–28.

    Article  CAS  Google Scholar 

  15. Myers RH. Huntington’s disease genetics. NeuroRx. 2004; 1(2):255–62.

    Article  PubMed  PubMed Central  Google Scholar 

  16. Benson G. Tandem repeats finder: a program to analyze dna sequences. Nucleic Acids Res. 1999; 27(2):573.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  17. Gelfand Y, Rodriguez A, Benson G. TRDB: the tandem repeats database. Nucleic Acids Res. 2007; 35(suppl 1):80–7.

    Article  Google Scholar 

  18. Gymrek M, Golan D, Rosset S, Erlich Y. lobSTR: a short tandem repeat profiler for personal genomes. Genome Res. 2012; 22(6):1154–62.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  19. Fungtammasan A, Ananda G, Hile S, Su M, Sun C, Harris R, Medvedev P, Eckert K, Makova K. Accurate typing of short tandem repeats from genome-wide sequencing data and its applications. Genome Res. 2015; 25(5):736–49.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  20. Gymrek M, McGuire AL, Golan D, Halperin E, Erlich Y. Identifying personal genomes by surname inference. Science. 2013; 339(6117):321–4.

    Article  CAS  PubMed  Google Scholar 

  21. Willems T, Gymrek M, Highnam G, Mittelman D, Erlich Y, Consortium GP, et al.The landscape of human STR variation. Genome Res. 2014; 24(11):1894–904.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  22. Duitama J, Zablotskaya A, Gemayel R, Jansen A, Belet S, Vermeesch JR, Verstrepen KJ, Froyen G. Large-scale analysis of tandem repeat variability in the human genome. Nucleic Acids Res. 2014; 42(9):5728–41.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  23. Gymrek M, Willems T, Zeng H, Markus B, Daly MJ, Price AL, Pritchard J, Erlich Y. Abundant contribution of short tandem repeats to gene expression variation in humans. bioRxiv; 2015:017459.

  24. Scheible M, Loreille O, Just R, Irwin J. Short tandem repeat typing on the 454 platform: strategies and considerations for targeted sequencing of common forensic markers. Forensic Sci Int Genet. 2014; 12:107–19.

    Article  CAS  PubMed  Google Scholar 

  25. Carlson KD, Sudmant PH, Press MO, Eichler EE, Shendure J, Queitsch C. MIPSTR: a method for multiplex genotyping of germline and somatic STR variation across many individuals. Genome Res. 2015; 25(5):750–61.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  26. Levy S, Sutton G, Ng PC, Feuk L, Halpern AL, Walenz BP, Axelrod N, Huang J, Kirkness EF, Denisov G, et al.The diploid genome sequence of an individual human. PLoS Biol. 2007; 5(10):254.

    Article  Google Scholar 

  27. Consortium GP, et al.A map of human genome variation from population-scale sequencing. Nature. 2010; 467(7319):1061–1073.

    Article  Google Scholar 

  28. Chao KM, Pearson WR, Miller W. Aligning two sequences within a specified diagonal band. Comput Appl Biosci CABIOS. 1992; 8(5):481–7.

    CAS  PubMed  Google Scholar 

  29. Butler JM. Genetics and genomics of core short tandem repeat loci used in human identity testing. J Forensic Sci. 2006; 51(2):253–65.

    Article  CAS  PubMed  Google Scholar 

Download references

Acknowledgements

The authors are indebted to Dr. Kazufusa Okamoto for helpful discussions.

Funding

This research and this article’s publication costs were supported by National Science Foundation (Grant no: DBI-1262588). The funding agency did not play any role in the design or conclusion of our study.

Availability of data and materials

STRScan is available as open-source software at http://darwin.informatics.indiana.edu/str/.

About this supplement

This article has been published as part of BMC Bioinformatics Volume 18 Supplement 11, 2017: Selected articles from the International Conference on Intelligent Biology and Medicine (ICIBM) 2016: bioinformatics. The full contents of the supplement are available online at https://bmcbioinformatics.biomedcentral.com/articles/supplements/volume-18-supplement-11.

Author information

Authors and Affiliations

Authors

Contributions

HT conceived the study and developed the software. EN conducted the experiments and analyzed the results. HT and EN wrote the manuscript. Both authors have read and approved the manuscript.

Corresponding author

Correspondence to Haixu Tang.

Ethics declarations

Ethics approval and consent to participate

Not applicable.

Consent for publication

Not applicable.

Competing interests

The authors declare that they have no competing interests.

Rights and permissions

Open Access This article is distributed under the terms of the Creative Commons Attribution 4.0 International License (http://creativecommons.org/licenses/by/4.0/), which permits unrestricted use, distribution, and reproduction in any medium, provided you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons license, and indicate if changes were made. The Creative Commons Public Domain Dedication waiver(http://creativecommons.org/publicdomain/zero/1.0/) applies to the data made available in this article, unless otherwise stated.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Tang, H., Nzabarushimana, E. STRScan: targeted profiling of short tandem repeats in whole-genome sequencing data. BMC Bioinformatics 18 (Suppl 11), 398 (2017). https://doi.org/10.1186/s12859-017-1800-z

Download citation

  • Published:

  • DOI: https://doi.org/10.1186/s12859-017-1800-z

Keywords