MINI REVIEW article

Front. Genet., 13 October 2022

Sec. Computational Genomics

Volume 13 - 2022 | https://doi.org/10.3389/fgene.2022.1012788

An overview of online resources for intra-species detection of gene duplications

  • 1. Department of Biochemistry and Molecular Biology, Dalhousie University, Halifax, NS, Canada

  • 2. Institute for Comparative Genomics, Dalhousie University, Halifax, NS, Canada

  • 3. Department of Biology, Western University, London, ON, Canada

Abstract

Gene duplication plays an important role in evolutionary mechanism, which can act as a new source of genetic material in genome evolution. However, detecting duplicate genes from genomic data can be challenging. Various bioinformatics resources have been developed to identify duplicate genes from single and/or multiple species. Here, we summarize the metrics used to measure sequence identity among gene duplicates within species, compare several computational approaches that have been used to predict gene duplicates, and review recent advancements of a Basic Local Alignment Search Tool (BLAST)-based web tool and database, allowing future researchers to easily identify intra-species gene duplications. This article is a quick reference guide for research tools used for detecting gene duplicates.

Introduction

Gene duplication can generate new genetic functions, a phenomenon which has been widely evidenced across the eukaryotic Tree of Life (). There exist various models and mechanisms to explain the formation and retention of duplicated genes within genomes (Koonin, 2005; Innan and Kondrashov, 2010). For example, neutral processes can contribute to the evolution of gene duplication via genetic drift (Lynch, 2007; ). Various adaptive hypotheses are available to explain how duplicate genes can be retained within species, such as the gene dosage hypothesis (Qian and Zhang, 2008) and the “escape from adaptive conflict” model (). There are five broad classes of mechanisms for generating gene duplicates, including whole-genome duplication (WGD) events, tandem duplications, transposon-mediated duplications, segmental duplications (also known as highly homologous sequence elements), and retroduplications, resulting from the “copy and paste” mechanism during reverse transcription (Panchy et al., 2016). In some instances, environmental conditions can impact the rate of fixation/loss of gene duplicates. For example, studies were carried out on the retention of duplicated genes involved in stress response, sensory functions, transport, and/or metabolism given specific environmental conditions (Kondrashov, 2012). Likewise, the yeast genomes Saccharomyces cerevisiae and Schizosaccharomyces pombe were explored to evidence gene duplication in organismal adaptation (Qian and Zhang, 2014). A large-scale genomic analysis of land plants was carried out to support gene duplication assisting the evolution of novel functions, such as the production of specific floral structures and disease resistance (Panchy et al., 2016). Regarding algae, it was discovered that gene dosage might play a role in the survival of the Antarctic green alga Chlamydomonas sp. UWO241 (renamed Chlamydomonas priscuii) via the retention of highly similar duplicate genes (HSDs) (; Zhang et al., 2021a; Stahl-Rommel et al., 2022).

Multidomain protein structures, functional redundancy, and/or extensive small-scale duplication events are some of the major challenges in detecting gene duplicates (Li et al., 2001; Prince and Pickett, 2002; Li et al., 2003b). Moreover, when trying to identify duplicate genes within or across species it is often difficult to distinguish between orthologs vs. paralogs. The latter are homologous genes descended from a common ancestor via duplication events, while the former are homologs derived by speciation events (Lallemand et al., 2020). When identifying homologous genes within species, it is common practice to identify paralogs using similarity assessment metrics. When exploring homologous genes across multiple species, it becomes more challenging to differentiate paralogs and orthologs, especially among more distantly related species. However, there are some publicly available genome databases providing the classification and identification of paralogs and orthologs, such as NCBI (Pruitt et al., 2005) and Ensembl (; Howe et al., 2021). The former allows users to select and compare gene orthologs in closely related species, while the latter allows researchers to analyze the submitted sequences in a tree-based pipeline (https://useast.ensembl.org/info/genome/compara/homology_method.html) where the gene trees are reconciled against species trees to distinguish duplication and speciation events (i.e., paralogues and orthologues). Besides, there are various available methods for identifying orthologous genes by building orthologous groups in multispecies (Kuzniar et al., 2008; ). For example, tree-based methods usually recognize groups of genes based on the inferred types of relationship ahead of building a phylogenetic tree, such as TreeFam (Schreiber et al., 2014) and PhylomeDB (Huerta-Cepas et al., 2014); however, the multispecies, graph-based methods need to form the homology graph first and then build sets of genes dependent on the types of suggested relationships, such as OrthoMCL (Li et al., 2003a) and OrthoFinder ().

Here, we focus on gene duplication detection resources for intra-species analyses and review recent advancements in this area. We first summarize the metrics used to measure the similarity of gene duplicates within species, then compare several computational approaches that have been used to predict and collect gene duplicates within a particular genome. In addition, we review the recent development of a Basic Local Alignment Search Tool (BLAST)-based web tool (HSDFinder) (Zhang et al., 2021b; Zhang et al., 2021c) and database (HSDatabase) (Zhang et al., 2022). Using these two bioinformatics resources, a comparative platform can be built to understand the role of gene duplication in genome evolution.

Metrics for measuring sequence similarity of gene duplicates

Measuring duplicated genes within species typically involves the gene structure method and/or sequence similarity method. For example, three metrics are usually applied to evaluate the sequence similarity of the paralogous relationships in genes, such as aligned length, sequence identity and E-value (Lallemand et al., 2020). Other kinds of metrics are also available, but they are not necessarily as straightforward to measure (e.g., bit-score). Sequence similarity and alignment length of genes can be rapidly quantified by many tools, including DIAMOND () and BLAST (Kent, 2002). When identifying gene duplicates, the amino acid sequence is typically preferred over the nucleotide sequence as the former is more evolutionarily conserved providing more reliable sequence alignments as compared to DNA sequences. This is also why many gene duplication detection tools have the input files running from BLASTP or BLASTX (Kent, 2002). Furthermore, the timescale of the gene duplicates can greatly impact the selection of different metrics in the alignment software. Filtering recent gene duplicates usually requires more restrictive thresholds and vice versa. The metrics used to define the paralogs in a BLAST all-against-all amino acids sequence search usually include a smaller E-value cut-off (e.g., ≤ 1e-5), a higher identity score (e.g., ≥ 30%), and a longer aligned length (e.g., ≥ 150 amino acids) (Sander and Schneider, 1991; Maere et al., 2005; Panchy et al., 2016).

To overcome the limitations of similarity-based assessments, efforts have been made in developing various similarity-based metrics. For example, the homology-derived secondary structures of proteins (HSSP) method (Sander and Schneider, 1991) creates a formula to help researchers quantify genetic paralogous relationships (Rost, 1999; Li et al., 2001). Many databases have been developed to collect the conserved domains and pathways, which can be used to infer gene similarity (Lallemand et al., 2020), such as Pfam database (), InterPro pattern (Mitchell et al., 2019), and KEGG pathway (Kanehisa and Goto, 2000). But it should be noted that the quality of the genome assembly and annotation can play a key role in the accuracy of gene similarity assessement analyses. For example, ‘duplicate’ contigs from different haplotypes can remain in the final genome assemblies (especially for heterozygous genomes), potentially leading to false detection of gene duplicates; although this has been improved considerably with long-read sequencing technologies. In Table 1, various species were assessed for gene similarity showing that the observed numbers of gene duplicates can be distinct with each given threshold and assembled genome.

TABLE 1

SpeciesNo. of median gene countNo. of estimated gene copiesPercentage of estimated gene copiesDuplicated gene typesReferences
Arabidopsis thaliana25,55711,93746.7Not specified, all paralogous pairs were searcheda
22,81021,62294.8WGD, tandem, proximal, DNA based transposed, retrotransposed, and dispersed duplicationsbWang et al. (2011), Lee et al. (2012)
27,55812,76146.3Not specified, genes families were obtainedcMaere et al. (2005)
27,56014,22551.6All paralogous pairs were searcheddZhang et al. (2022)
Homo sapiens (human)19,72712,98165.8Gene families (tandem duplications searched among families)eShoja and Zhang, (2006)
20,41515,56976.3WGD and SSDfSingh et al. (2015)
22,44711,740∼52.3WGD and SSDg
19,5316,35232.5All paralogous pairs were searcheddZhang et al. (2022)
Mus musculus (mouse)21,30514,04365.9Gene families (tandem duplications searched for among families)fSingh et al. (2015)
27,73616,091∼58.0Ensembl family database and genes >300 nt. Tandem duplications were then searched for among familieshPan and Zhang, (2008)
30,7368,85528.8All paralogous pairs were searcheddZhang et al. (2022)
Rattus norvegicus (rat)18,46812,46667.5Gene families (tandem duplications searched for among families)eSingh et al. (2015)
27,19416,446∼60.5Gene families (tandem duplications searched for among families)hPan and Zhang, (2008)
22.2198,75739.4All paralogous pairs were searcheddZhang et al. (2022)
Oryza sativa (rice)18,5629,14949.3Not specified, all paralogous pairs were searchedi
27,91021,46176.9WGD, tandem, proximal, DNA based transposed, retrotransposed, and dispersed duplicationsbWang et al. (2011); Lee et al. (2012)
28,73514,70451.2All paralogous pairs were searcheddZhang et al. (2022)
Zea mays (maize)∼62,000∼43,000∼69.0All paralogous pairs were searchedjPanchy et al. (2016)
34,32822,49965.5All paralogous pairs were searcheddZhang et al. (2022)

Estimation of the amount of duplicated genes in different species. Adapted from (Lallemand et al., 2020) under the creative commons attribution license.

a

All-against-all nucleotide sequence similarity searches using BLASTN, among the transcribed sequences. Sequences aligned over >300 bp and showing at least 40% identity were defined as pairs of paralogs.

b

All-against-all protein sequence similarity search using BLASTP (top five non-self protein matches with E-value of 1e-10 were considered). Genes without hits that met a threshold of E-value 1e-10 were deemed singletons. Single gene duplications were derived by excluding pairs of WGD, duplicates from the population of gene duplications. Tandem duplications were defined as being adjacent to each other on the same chromosome. Proximal duplications were defined as non-tandem genes on the same chromosome with no more than 20 annotated genes between each other. Single gene transposed-duplications were searched for from the remaining single gene duplications using syntenic blocks within and between 10 species to determine the ancestral locus. If the parental copy had more than two exons and the transposed copy was intronless, the pair of duplicates was classified as coming from a retrotransposition. Other cases of single gene-transposed duplications were classified as DNA-based transpositions. Dispersed duplications corresponded to the remaining duplications not classified as WGD, tandem, proximal, or transposed duplications (Lee et al., 2012; Wang et al., 2011).

c

All-against-all protein sequence similarity search using BLASTP (E-value cutoff of 1e-10). Sequences alignable over a length of 150 amino acids with an identity of 30% were defined as paralogs. Gene families were built through single-linkage clustering.

d

A combination of thresholds was used to acquire a larger dataset of HSD candidates (Zhang et al., 2022). All-against-all protein sequence similarity search using BLASTP (E-value cutoff of ≤1e−10) filtered via the criteria with in certain amino acid length differences and larger than certain amino acid pairwise identities. HSD candidates were added one after another at different similarity assessment metrics (i.e., HSDs identified at more relaxed thresholds were treated more strictly than those found using more conservative thresholds). For example, HSDs identified at a threshold of 90%_30aa were added on to those identified at a threshold of 90%_10aa (denoted as “90%_30aa+90%_10aa”); any redundant HSD candidates picked out at this combination threshold were removed if the more relaxed threshold (i.e., 90%_30aa) had the identical genes or contained the same gene copies from the stricter cutoff (i.e., 90%_10aa). Moreover, any HSD candidates pinpointed at the combination threshold (90%_30aa+90%_10aa) were removed if the minimum gene copy length was less than half of the maximum gene copy length for each HSD, or if HSD candidates had gene copies with incomplete conserved domains (i.e., different number of Pfam domains). After filtering the combination threshold at (90%_30aa+90%_10aa), a more relaxed threshold 90%_50aa was added on [i.e., 90%_50aa+(90%_30aa+90%_10aa)] and then carried out the same HSD candidate removal/filtering process. To minimize the redundancy and to acquire a larger dataset of HSD candidates, each selected species was proceeded with the following combination of thresholds: E + {D + [C + (B + A)]}. A = 90%_100aa+{90%_70aa+[90%_50aa+(90%_30aa+90%_10aa)]}; B = 80%_100aa+{80%_70aa+[80%_50aa+(80%_30aa+80%_10aa)]}; C = 70%_100aa+{70%_70aa+[70%_50aa+(70%_30aa+70%_10aa)]}; D = 60%_100aa+{60%_70aa+[60%_50aa+(60%_30aa+60%_10aa)]}; E = 50%_100aa+{50%_70aa+[50%_50aa+(50%_30aa+50%_10aa)]}.

e

All-against-all protein sequence similarity search using BLASTP, with the BLOSUM62 matrix and the SEG filter, TribeMCL, with the default parameters. Tandem duplications were then searched for among families.

f

Pooling of different datasets from Singh et al. (2015) and all-against-all protein sequence similarity search using BLASTP. WGD refers to whole genome duplication, SSD refers to small-scale duplication.

g

Ensembl version 77, >50% sequence identity, and high confidence for paralogy.

h

Ensembl family database and genes >300 nt. Tandem duplications were then searched for among families.

i

All-against-all nucleotide sequence similarity searches using BLASTN, were done among the transcribed sequences. Sequences aligned over >300 bp and showing at least 40% identity were defined as pairs of paralogs.

j

A gene is regarded as duplicated if it is significantly similar to another gene in a BLAST search (identity ≥30%, aligned region ≥150 amino acids, E-value cutoff of ≤1e−5).

Bioinformatics approaches to identify gene duplicates

Researchers have been studying gene duplication for years, which has led to the development of various bioinformatics databases and tools for within and/or among genomes/species analyses (Lallemand et al., 2020). It is important to know how these tools function in order to choose the correct one for studying gene duplicates. There are a few factors for future researchers to consider, such as genome structure (e.g., diploid or haploid; plant or animal; eukaryotic or prokaryotic), the specific questions being asked (e.g., WGD genes or retrogenes; tandem duplicates or segmental duplicates), and the bioinformatics skills needed (e.g., command line environment or graphical user interface). Also, as noted above, the challenges associated with distinguishing orthologs from paralogs increase when exploring homologous genes between distant species. But there are still some tools available, such as the graph-based duplication prediction software OrthoMCL (Li et al., 2003a), which has a built-in Markovian Cluster algorithm, and the popular orthologous protein-coding genes database OrthoDB (Zdobnov et al., 2017). Besides, researchers developed an efficient and simple-to-use tool OrthoFinder (Emms and Kelly, 2015; ) aimed at detecting the relationship of orthologous groups between/among species, especially one-to-many and many-to-many relationships between orthologues. This allows unique orthologous genes can to be collected using a reciprocal best hits (RBH) approach, which gets more complex as the number of gene duplication events increases. OrthoFinder can detect these relationships and provide comprehensive statistics for comparative genomic analyses via protein sequence files (one per species) in FASTA format. Despite the convenience of these tools, there is still an increasing need for bioinformatics tools and databases for studying specific types of gene duplications within a particular genome.

There are many web tools and databases devoted to within-species gene duplication analysis, some of which are no longer maintained. Table 2 presents the different types of algorithms used in these software/databases with a focus on those that are recently developed and/or actively maintained. For example, co-localized gene duplicates were collected from nine species in an early developed database named Duplicated Gene Database (DGD); however, it appears that no new species have been added since 2012 (Ouedraogo et al., 2012). Two genes are treated as co-localized relationship in the DGD only when they fit in the 100 gene window of all-against-all BLAST results and meet the following criteria (I’ = I x Min(n1/L1,n2/L2); I’ ≥30% if L ≥ 150 amino acids; I is the sequence identity, Li is the length of sequence, ni is the number of amino acids in the aligned region) and formula (I ≥ 0.01n+4.8L−0.32(1+exp(−L/1000))) (Li et al., 2001). The database RetrogeneDB provides detailed data on retrogene duplicates, which must have at least 50% amino acid identity and coverage to the location from which they initially arose from, and be at least 150 bp long (Kabza et al., 2014; Rosikiewicz et al., 2017). PTGBase is built as an integrated database focusing on tandemly duplicated genes in plants; the tandem duplicates were collected by looking at if two or more genes from the same orthologous group are next to each other in the target genome (Yu et al., 2015). Similarly, gene and genome duplication of representative plant genomes were collected in the Plant Genome Duplication Database (PGDD) (Lee et al., 2012; Lee et al., 2017). More recently, Wang and colleagues developed a duplication events detection pipeline, called DupGen_finder, which has the built-in algorithm of MCScanX (Wang et al., 2013) and can identify duplicates of different type, such as tandem, whole-genome, transposed, proximal, or dispersed duplications (Wang et al., 2011; Qiao et al., 2019).

TABLE 2

NameInputOutput TextOutput PlotsMain algorithmSpecificitiesOther informationResource linksProgramming languagesInterfaceReferences
Duplicated Gene Database (DGD)Protein sequences and gene annotations data from Ensembl Flicek et al. (2013)Tabulated txtNoneDGD defines groups of duplicated using Rost’s Blast Rost (1999) parameters analysisUsing a maximum genomic distance of 2.5 MB between two putative duplicated genesNot updated any new species since 2012Web: http://dgd.genouest.orgNo requirementsWeb user interfaceOuedraogo et al. (2012)
Plant Genome Duplication Database (PGDD)Coding DNA sequences, protein sequences and general feature format (GFF) file Tabulated txtGraphical visualizationProviding genome alignments from a single resource based on uniform standards that have been validatedProviding synteny information in terms of colinearity between chromosomes Wang et al. (2013)The web link from the publication is no longer workingWeb: http://chibba.agtec.uga.edu/duplication/No requirementsWeb user interface(Lee et al., 2012; Lee et al., 2017)
DupGen_finder; PlantDGDPre-computed BLAST results (-outfmt 6) and gene location information (GFF file)Tabulated txtNoneEach duplicate gene was assigned to a unique mode after all of the duplicated gene pairs were classified into different gene duplication typesIncluding duplicate genes derived from whole-genome, tandem, proximal, transposed, and dispersed duplication that was identified using uniform standardsMCScanX algorithm Wang et al. (2013) was incorporated in this pipelineGitHub: https://github.com/qiao-xin/DupGen_finder; Web: http://pdgd.njau.edu.cn:8080PerlWeb user interface and command line(Wang et al., 2011; Qiao et al., 2019)
PTGBaseCoding DNA sequence file, protein sequence file and general feature format fileTabulated txtNoneUsing in-house scripts to look at phylogenetic relationship, location of gene models, and tandem duplicated arraysFunctional annotation of tandem duplicated genes including InterPro and Gene Ontology (GO)The web link from the publication seems not working at the day of writing (20 June 2022)Web: http://ocri-genomics.org/PTGBase/No requirementsWeb user interfaceYu et al. (2015)
RetrogeneDBAll sequences of all species were downloaded from Ensembl 73 Flicek et al. (2013) and Ensembl Plants 30 Kersey et al. (2016)Tabulated txtGraphical visualizationUsing the LAST program Kielbasa et al. (2011) by the translated protein sequence alignment to the hard-masked reference genome sequenceGenes that contain a reverse transcriptase domain were excluded from the set.The database has updated to a secondary versionWeb: http://yeti.amu.edu.pl/retrogenedb; http://rhesus.amu.edu.pl/retrogenedbNo requirementsWeb user interface(Kabza et al., 2014; Rosikiewicz et al., 2017)
HSDFinderBLASTP output of protein sequence and associated InterProScan and KEGG annotation fileTabulated txtGraphical visualization (heatmap plot)Collecting by all-against-all BLAST and grouping by a simple transitive link between remaining genesHighly relied on the similarity metrics providedCan identify all pairs of gene duplicates only if they are satisfied with certain criteriaGitHub: https://github.com/zx0223winner/HSDFinder; Web: http://hsdfinder.comPython, BashWeb user interface and command line(Zhang et al., 2021b; Zhang et al., 2021c)
HSDatabaseA list of species name, gene name and the respective HSDFinder resultsTabulated txtGraphical visualization (Genome browser and sequence alignment)A series of combination thresholds were applied to collect and curate HSDs from a diversity of speciesTo find paralogs that are highly similar in sequence and thus likely carry out the same functionCan be used on its own for comparative analyses of gene duplicates or in conjunction with HSDFinderWeb: http://hsdfinder.com/database/No requirementsWeb user interface and command lineZhang et al. (2022)

Summary of the characteristics of different existing tools for identifying gene duplicates.

Recent advancement of a BLAST-based web tool and database

The psychrophilic, Antarctic green alga Chlamydomonas priscuii was recently shown to contain hundreds of highly similar duplicate genes, which may be helping this species survive extreme conditions via a gene dosage effect (; Zhang et al., 2021a; Stahl-Rommel et al., 2022). A novel HSD detection tool, called HSDFinder, was developed for analyzing gene duplicates in C. priscuii (Zhang et al., 2021b; Zhang et al., 2021c). This tool has now been applied to many other eukaryotic genomes, the results of which are available in a online database called HSDatabase, housing 117,864 HSDs arising from 40 eukaryotic species (Zhang et al., 2022). HSDatabase contains an assortment of user-friendly features allowing users to glean important information on HSDs, including alignment length and percentage identify, and it provides external links to NCBI’s genome browser, Pfam protein domains, and KEGG pathways. Furthermore, HSDatabase has a built-in BLAST tool for users to search genes of interest.

With this newly developed tool, BLAST all-against-all amino acid sequences can be used as the input file for the web server - HSDFinder (Zhang et al., 2021b) to furtherly explore sequence similarity. With a user-friendly interface, amino acid length variance and sequence identity can be conveniently submitted as similarity assessment metrics. By using these metrics, duplicate genes are grouped by a simple transitive link between remaining genes. There is an online heatmap option for users to compare intra-species gene duplicates under different thresholds. The KEGG pathway framework is used to categorize the detected duplicates in the heatmap.

A combination of thresholds (relaxed ones added onto stricter ones) was developed to acquire a larger dataset of HSD candidates in HSDatabase (Zhang et al., 2022). Also, any HSD candidates were screened out if the minimum length of gene copy was less than half of the maximum length of gene copy for every HSD group. Incomplete or unequal conserved protein family domains of HSD candidates will also result in the removal of the HSD group. But due to the limitation of this strategy, it should be noted that there are some large groups of HSD candidates in the database that likely diverged in function from one another. In the database, those putatively diverged HSD groups were labelled as “candidate HSDs” and a warning note was added that users should proceed with caution when working with these types of datasets.

Concluding perspectives

There is no stand-alone software that can detect all types of gene duplicates within and across species. There are many factors that can influence the choice of tools being used for gene duplication detection. These include, for instance, the kinds of questions being asked and the genomes being analyzed as well as the bioinformatics skills of the user. For developers, a lot of features and statistics can be added to assist future researchers, such as the rates of synonymous and nonsynonymous substitutions (dN/dS rates) and differential expression levels in different gene duplicates. One of the big challenges moving forward is how to properly help users select an appropriate threshold for their given dataset/genome and provide them with the freedom to fine-tune specific metrics. In the future, it is likely that users will be aided by species-specific gene threshold values for gene duplication detection tools. With more and more genomes being sequenced and re-sequenced, gene duplicate data from highly polished model genomes will broaden our understanding of the role of gene duplication in genome evolution and adaptation to extreme environments.

Statements

Author contributions

The study was conceptualized by XZ and DS. XZ wrote the initial draft and performed the data analysis. DS contributed to the manuscript editing. All authors commented to produce the manuscript for peer review.

Funding

The authors gratefully acknowledge funding of Discovery Grants from the Natural Sciences and Engineering Research Council of Canada (NSERC).

Acknowledgments

We appreciate the constructive suggestions from all the reviewers. Due to the length of the review, we apologize for not citing all relevant literatures.

Conflict of interest

The authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.

Publisher’s note

All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article, or claim that may be made by its manufacturer, is not guaranteed or endorsed by the publisher.

References

  • 1

    AcharyaD.GhoshT. C. (2016). Global analysis of human duplicated genes reveals the relative importance of whole-genome duplicates originated in the early vertebrate evolution. BMC genomics17, 7114. 10.1186/s12864-016-2392-0

  • 2

    AltenhoffA.DessimozC. (2012). Inferring orthology and paralogy in: Evolutionary genomics. Totowa, New Jersey, United States: Humana Press.

  • 3

    BirneyE.AndrewsT. D.BevanP.CaccamoM.ChenY.ClarkeL.et al (2004). An overview of Ensembl. Genome Res.14, 925928. 10.1101/gr.1860604

  • 4

    BlancG.WolfeK. H. (2004). Widespread paleopolyploidy in model plant species inferred from age distributions of duplicate genes. Plant Cell16, 16671678. 10.1105/tpc.021345

  • 5

    BrunetT.DoolittleW. F. (2018). The generality of constructive neutral evolution. Biol. Philos.33, 225. 10.1007/s10539-018-9614-6

  • 6

    BuchfinkB.XieC.HusonD. H. (2015). Fast and sensitive protein alignment using DIAMOND. Nat. Methods12, 5960. 10.1038/nmeth.3176

  • 7

    ConantG. C.WolfeK. H. (2008). Turning a hobby into a job: How duplicated genes find new functions. Nat. Rev. Genet.9, 938950. 10.1038/nrg2482

  • 8

    CvetkovskaM.Szyszka-MrozB.PossmayerM.PittockP.LajoieG.SmithD. R.et al (2018). Characterization of photosynthetic ferredoxin from the Antarctic alga Chlamydomonas sp. UWO241 reveals novel features of cold adaptation. New Phytol.219, 588604. 10.1111/nph.15194

  • 9

    Des MaraisD. L.RausherM. D. (2008). Escape from adaptive conflict after duplication in an anthocyanin pathway gene. Nature454, 762765. 10.1038/nature07092

  • 10

    El-GebaliS.MistryJ.BatemanA.EddyS. R.LucianiA.PotterS. C.et al (2019). The Pfam protein families database in 2019. Nucleic Acids Res.47, D427D432. 10.1093/nar/gky995

  • 11

    EmmsD. M.KellyS. (2019). OrthoFinder: Phylogenetic orthology inference for comparative genomics. Genome Biol.20, 238314. 10.1186/s13059-019-1832-y

  • 12

    EmmsD. M.KellyS. (2015). OrthoFinder: Solving fundamental biases in whole genome comparisons dramatically improves orthogroup inference accuracy. Genome Biol.16, 157214. 10.1186/s13059-015-0721-2

  • 13

    FlicekP.AhmedI.AmodeM. R.BarrellD.BealK.BrentS.et al (2013). Ensembl 2013. Nucleic Acids Res.41, D48D55. 10.1093/nar/gks1236

  • 14

    HoweK. L.AchuthanP.AllenJ.AllenJ.Alvarez-JarretaJ.AmodeM. R.et al (2021). Ensembl 2021. Nucleic Acids Res.49, D884D891. 10.1093/nar/gkaa942

  • 15

    Huerta-CepasJ.Capella-GutierrezS.PryszczL. P.Marcet-HoubenM.GabaldonT. (2014). PhylomeDB v4: Zooming into the plurality of evolutionary histories of a genome. Nucleic Acids Res.42, D897D902. 10.1093/nar/gkt1177

  • 16

    InnanH.KondrashovF. (2010). The evolution of gene duplications: Classifying and distinguishing between models. Nat. Rev. Genet.11, 97108. 10.1038/nrg2689

  • 17

    KabzaM.CiomborowskaJ.MakałowskaI. (2014). RetrogeneDB—A database of animal retrogenes. Mol. Biol. Evol.31, 16461648. 10.1093/molbev/msu139

  • 18

    KanehisaM.GotoS. (2000). Kegg: Kyoto encyclopedia of genes and genomes. Nucleic Acids Res.28, 2730. 10.1093/nar/28.1.27

  • 19

    KentW. J. (2002). BLAT—The BLAST-like alignment tool. Genome Res.12, 656664. 10.1101/gr.229202

  • 20

    KerseyP. J.AllenJ. E.ArmeanI.BodduS.BoltB. J.Carvalho-SilvaD.et al (2016). Ensembl genomes 2016: More genomes, more complexity. Nucleic Acids Res.44, D574D580. 10.1093/nar/gkv1209

  • 21

    KielbasaS. M.WanR.SatoK.HortonP.FrithM. C. (2011). Adaptive seeds tame genomic sequence comparison. Genome Res.21, 487493. 10.1101/gr.113985.110

  • 22

    KondrashovF. A. (2012). Gene duplication as a mechanism of genomic adaptation to a changing environment. Proc. Biol. Sci.279, 50485057. 10.1098/rspb.2012.1108

  • 23

    KooninE. V. (2005). Orthologs, paralogs, and evolutionary genomics. Annu. Rev. Genet.39, 309338. 10.1146/annurev.genet.39.073003.114725

  • 24

    KuzniarA.van HamR. C.PongorS.LeunissenJ. A. (2008). The quest for orthologs: Finding the corresponding gene across genomes. Trends Genet.24, 539551. 10.1016/j.tig.2008.08.009

  • 25

    LallemandT.LeducM.LandèsC.RizzonC.LeratE. (2020). An overview of duplicated gene detection methods: Why the duplication mechanism has to be accounted for in their choice. Genes11, 1046. 10.3390/genes11091046

  • 26

    LeeT.-H.KimJ.RobertsonJ. S.PatersonA. H. (2017). “Plant genome duplication database,” in Plant genomics databases. Editor AaltD. (Berlin, Germany: Springer).

  • 27

    LeeT.-H.TangH.WangX.PatersonA. H. (2012). PGDD: A database of gene and genome duplication in plants. Nucleic Acids Res.41, D1152D1158. 10.1093/nar/gks1104

  • 28

    LiL.StoeckertC. J.RoosD. S. (2003a). OrthoMCL: Identification of ortholog groups for eukaryotic genomes. Genome Res.13, 21782189. 10.1101/gr.1224503

  • 29

    LiW.-H.GuZ.CavalcantiA. O.NekrutenkoA. (2003b). Detection of gene duplications and block duplications in eukaryotic genomes. J. Struct. Funct. Genomics3, 2734. 10.1023/a:1022644628861

  • 30

    LiW.-H.GuZ.WangH.NekrutenkoA. (2001). Evolutionary analyses of the human genome. Nature409, 847849. 10.1038/35057039

  • 31

    LynchM. (2007). The frailty of adaptive hypotheses for the origins of organismal complexity. Proc. Natl. Acad. Sci. U. S. A.104, 85978604. 10.1073/pnas.0702207104

  • 32

    MaereS.De BodtS.RaesJ.CasneufT.Van MontaguM.KuiperM.et al (2005). Modeling gene and genome duplications in eukaryotes. Proc. Natl. Acad. Sci. U. S. A.102, 54545459. 10.1073/pnas.0501102102

  • 33

    MitchellA. L.AttwoodT. K.BabbittP. C.BlumM.BorkP.BridgeA.et al (2019). InterPro in 2019: Improving coverage, classification and access to protein sequence annotations. Nucleic Acids Res.47, D351D360. 10.1093/nar/gky1100

  • 34

    OuedraogoM.BettembourgC.BretaudeauA.SallouO.DiotC.DemeureO.et al (2012). The duplicated genes database: Identification and functional annotation of co-localised duplicated genes across genomes. PloS one7, e50653. 10.1371/journal.pone.0050653

  • 35

    PanD.ZhangL. (2008). Tandemly arrayed genes in vertebrate genomes. Comp. Funct. Genomics2008, 111. 10.1155/2008/545269

  • 36

    PanchyN.Lehti-ShiuM.ShiuS.-H. (2016). Evolution of gene duplication in plants. Plant Physiol.171, 22942316. 10.1104/pp.16.00523

  • 37

    PrinceV. E.PickettF. B. (2002). Splitting pairs: The diverging fates of duplicated genes. Nat. Rev. Genet.3, 827837. 10.1038/nrg928

  • 38

    PruittK. D.TatusovaT.MaglottD. R. (2005). NCBI reference sequence (RefSeq): A curated non-redundant sequence database of genomes, transcripts and proteins. Nucleic Acids Res.33, D501D504. 10.1093/nar/gki025

  • 39

    QianW.ZhangJ. (2008). Gene dosage and gene duplicability. Genetics179, 23192324. 10.1534/genetics.108.090936

  • 40

    QianW.ZhangJ. (2014). Genomic evidence for adaptation by gene duplication. Genome Res.24, 13561362. 10.1101/gr.172098.114

  • 41

    QiaoX.LiQ.YinH.QiK.LiL.WangR.et al (2019). Gene duplication and evolution in recurring polyploidization–diploidization cycles in plants. Genome Biol.20, 3823. 10.1186/s13059-019-1650-2

  • 42

    RosikiewiczW.KabzaM.KosińskiJ. G.Ciomborowska-BasheerJ.KubiakM. R.MakałowskaI. (2017). RetrogeneDB–a database of plant and animal retrocopies. Database (Oxford).2017, bax038. 10.1093/database/bax038

  • 43

    RostB. (1999). Twilight zone of protein sequence alignments. Protein Eng.12, 8594. 10.1093/protein/12.2.85

  • 44

    SanderC.SchneiderR. (1991). Database of homology‐derived protein structures and the structural meaning of sequence alignment. Proteins9, 5668. 10.1002/prot.340090107

  • 45

    SchreiberF.PatricioM.MuffatoM.PignatelliM.BatemanA. (2014). TreeFam v9: A new website, more species and orthology-on-the-fly. Nucleic Acids Res.42, D922D925. 10.1093/nar/gkt1055

  • 46

    ShojaV.ZhangL. (2006). A roadmap of tandemly arrayed genes in the genomes of human, mouse, and rat. Mol. Biol. Evol.23, 21342141. 10.1093/molbev/msl085

  • 47

    SinghP. P.AroraJ.IsambertH. (2015). Identification of ohnolog genes originating from whole genome duplication in early vertebrates, based on synteny comparison across multiple genomes. PLoS Comput. Biol.11, e1004394. 10.1371/journal.pcbi.1004394

  • 48

    Stahl-RommelS.KalraI.D’SilvaS.HahnM. M.PopsonD.CvetkovskaM.et al (2022). Cyclic electron flow (CEF) and ascorbate pathway activity provide constitutive photoprotection for the photopsychrophile, Chlamydomonas sp. UWO 241 (renamed Chlamydomonas priscuii). Photosynth. Res.151, 235250. 10.1007/s11120-021-00877-5

  • 49

    WangY.LiJ.PatersonA. H. (2013). MCScanX-transposed: Detecting transposed gene duplications based on multiple colinearity scans. Bioinformatics29, 14581460. 10.1093/bioinformatics/btt150

  • 50

    WangY.WangX.TangH.TanX.FicklinS. P.FeltusF. A.et al (2011). Modes of gene duplication contribute differently to genetic novelty and redundancy, but show parallels across divergent angiosperms. PloS one6, e28150. 10.1371/journal.pone.0028150

  • 51

    YuJ.KeT.TehrimS.SunF.LiaoB.HuaW. (2015). PTGBase: An integrated database to study tandem duplicated genes in plants. Database.2015, bav017. 10.1093/database/bav017

  • 52

    ZdobnovE. M.TegenfeldtF.KuznetsovD.WaterhouseR. M.SimaoF. A.IoannidisP.et al (2017). OrthoDB v9. 1: Cataloging evolutionary and functional annotations for animal, fungal, plant, archaeal, bacterial and viral orthologs. Nucleic Acids Res.45, D744D749. 10.1093/nar/gkw1119

  • 53

    ZhangX.CvetkovskaM.Morgan-KissR.HünerN. P.SmithD. R. (2021a). Draft genome sequence of the Antarctic green alga Chlamydomonas sp. UWO241. iScience24, 102084. 10.1016/j.isci.2021.102084

  • 54

    ZhangX.HuY.SmithD. R. (2022). HSDatabase—a database of highly similar duplicate genes from plants, animals, and algae. Database2022, baac086. 10.1093/database/baac086

  • 55

    ZhangX.HuY.SmithD. R. (2021b). HSDFinder: A BLAST-based strategy for identifying highly similar duplicated genes in eukaryotic genomes. Front. Bioinform.1, 803176. 10.3389/fbinf.2021.803176

  • 56

    ZhangX.HuY.SmithD. R. (2021c). Protocol for HSDFinder: Identifying, annotating, categorizing, and visualizing duplicated genes in eukaryotic genomes. Star. Protoc.2, 100619. 10.1016/j.xpro.2021.100619

Summary

Keywords

comparative genomics, genome duplication, genome evolution, gene duplication, paralogous genes

Citation

Zhang X and Smith DR (2022) An overview of online resources for intra-species detection of gene duplications. Front. Genet. 13:1012788. doi: 10.3389/fgene.2022.1012788

Received

05 August 2022

Accepted

20 September 2022

Published

13 October 2022

Volume

13 - 2022

Edited by

Mehdi Pirooznia, Johnson & Johnson, United States

Reviewed by

Martijn Derks, Wageningen University and Research, Netherlands

Updates

Copyright

*Correspondence: Xi Zhang, ; David Roy Smith,

This article was submitted to Computational Genomics, a section of the journal Frontiers in Genetics

Disclaimer

All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article or claim that may be made by its manufacturer is not guaranteed or endorsed by the publisher.

Outline

Cite article

Copy to clipboard


Export citation file


Share article

Article metrics