eggNOG-mapper v2: Functional Annotation, Orthology Assignments, and Domain Prediction at the Metagenomic Scale (2024)

Article Navigation

Volume 38 Issue 12 December 2021

Article Contents

  • Abstract

  • Introduction

  • Coverage and Performance Improvements

  • ORF Prediction

  • Sequence Mapping Modes

  • Adjusting Taxonomic Scopes

  • Orthology Reports

  • Annotation Sources

  • Protein Domain Annotations

  • Features Comparison with Other Functional Annotation Tools

  • Conclusions

  • Supplementary Material

  • Acknowledgments

  • References

  • < Previous
  • Next >

Journal Article

,

Carlos P Cantalapiedra

Centro de Biotecnologia y Genomica de Plantas, Universidad Politécnica de Madrid (UPM) – Instituto Nacional de Investigación y Tecnología Agraria y Alimentaria (INIA), Campus de Montegancedo-UPM

, Madrid,

Spain

Search for other works by this author on:

Oxford Academic

,

Ana Hernández-Plaza

Centro de Biotecnologia y Genomica de Plantas, Universidad Politécnica de Madrid (UPM) – Instituto Nacional de Investigación y Tecnología Agraria y Alimentaria (INIA), Campus de Montegancedo-UPM

, Madrid,

Spain

Search for other works by this author on:

Oxford Academic

,

Ivica Letunic

Biobyte Solutions GmbH

, Heidelberg,

Germany

Search for other works by this author on:

Oxford Academic

,

Peer Bork

European Molecular Biology Laboratory, Structural and Computational Biology Unit

, Heidelberg,

Germany

Department of Bioinformatics, Biocenter, University of Würzburg

, Würzburg,

Germany

Yonsei Frontier Lab (YFL), Yonsei University

, Seoul, South

Korea

Corresponding authors: E-mails: huerta.jaime@inia.es; bork@embl.de.

Search for other works by this author on:

Oxford Academic

Jaime Huerta-Cepas

Centro de Biotecnologia y Genomica de Plantas, Universidad Politécnica de Madrid (UPM) – Instituto Nacional de Investigación y Tecnología Agraria y Alimentaria (INIA), Campus de Montegancedo-UPM

, Madrid,

Spain

Corresponding authors: E-mails: huerta.jaime@inia.es; bork@embl.de.

Search for other works by this author on:

Oxford Academic

Molecular Biology and Evolution, Volume 38, Issue 12, December 2021, Pages 5825–5829, https://doi.org/10.1093/molbev/msab293

Published:

01 October 2021

  • PDF
  • Split View
  • Views
    • Article contents
    • Figures & tables
    • Video
    • Audio
    • Supplementary Data
  • Cite

    Cite

    Carlos P Cantalapiedra, Ana Hernández-Plaza, Ivica Letunic, Peer Bork, Jaime Huerta-Cepas, eggNOG-mapper v2: Functional Annotation, Orthology Assignments, and Domain Prediction at the Metagenomic Scale, Molecular Biology and Evolution, Volume 38, Issue 12, December 2021, Pages 5825–5829, https://doi.org/10.1093/molbev/msab293

    Close

Search

Close

Search

Advanced Search

Search Menu

Abstract

Even though automated functional annotation of genes represents a fundamental step in most genomic and metagenomic workflows, it remains challenging at large scales. Here, we describe a major upgrade to eggNOG-mapper, a tool for functional annotation based on precomputed orthology assignments, now optimized for vast (meta)genomic data sets. Improvements in version 2 include a full update of both the genomes and functional databases to those from eggNOG v5, as well as several efficiency enhancements and new features. Most notably, eggNOG-mapper v2 now allows for: 1) de novo gene prediction from raw contigs, 2) built-in pairwise orthology prediction, 3) fast protein domain discovery, and 4) automated GFF decoration. eggNOG-mapper v2 is available as a standalone tool or as an online service at http://eggnog-mapper.embl.de.

metagenomics, functional annotation, computational genomics, bioinformatics

Introduction

Inference of gene function via orthology, rather than by hom*ology detection, is generally considered the most reliable approach for transferring functional information between molecular sequences, as orthologs are expected to retain function more often than paralogs (Gabaldón and Koonin 2013; Glover et al. 2019). However, since delineating orthology is highly demanding (both computationally and algorithmically), most automated methods rely on hom*ology-based annotations (Götz et al. 2008; Seemann 2014; Blum et al. 2021). EggNOG-mapper relies on the eggNOG database (Huerta-Cepas et al. 2019) of orthologs groups (OGs), covering thousands of bacterial, archaeal, and eukaryotic organisms. For this, it takes advantage of the precomputed phylogenies inferred for each OG to efficiently refine orthology assignments and therefore minimize the transferring of annotations from putative in-paralogs. The method was originally proven to provide more accurate predictions than hom*ology-based approaches (Huerta-Cepas et al. 2017), while preserving computational performance at the genomic and metagenomic scale. Here, we present eggNOG-mapper v2, a major upgrade featuring improvements in annotation coverage, overall performance, and program capabilities (fig. 1).

eggNOG-mapper v2: Functional Annotation, Orthology Assignments, and Domain Prediction at the Metagenomic Scale (4)

Fig. 1

Workflow and new features of eggNOG-mapper v2. (A) The gene prediction stage uses Prodigal to perform protein prediction from assembled contigs. (B) During the search stage, HMMER3, Diamond, or MMseqs2 can be used to align the input proteins to eggNOG v5. (C) During the orthology inference stage, a report of orthologs is generated based on the desired taxonomic scope. (D) Finally, protein annotations and domains are transferred from orthologs to the queries and reported as tabular and GFF files.

Open in new tabDownload slide

Coverage and Performance Improvements

The underlying genome database has been updated to be in sync with eggNOG v5, spanning 4.4 million OGs and more than twice the number of organisms than in the previous version. This improvement increases annotation coverage and phylogenetic resolution, particularly noticeable when analyzing large metagenomic data sets. For instance, the reannotation of 1.75 million proteins randomly subsampled from a human-gut metagenomic gene catalog (Almeida et al. 2021) yielded a 3.23% increase in annotation coverage (56,569 newly annotated proteins), compared with eggNOG-mapper version 1. The phylogenetic resolution was also improved, obtaining significantly better alignment scores for the query sequences than previous versions (Wilcoxon test W = 1.2E + 12, P-value < 2.2E − 16). Moreover, although the underlying databases have doubled in size, eggNOG-mapper v2 improves the annotation rate (annotated queries per second) by 16% on average, compared with previous versions. The most important changes regarding computational enhancements relate to database optimizations, allowing for faster queries and parallelization, and a new memory-based mode that significantly reduces the impact of slow I/O disk operations. Taken together, these changes improve annotation rates by 608% on average, with respect to eggNOG-mapper v1 (fig. 2A). Compared with Prokka (Seemann 2014), one of the fastest annotation tools available for prokaryotic genomes according to recent benchmarks (Shaffer et al. 2020), eggNOG-mapper runs faster, especially on large metagenomic data sets (fig. 2B).

eggNOG-mapper v2: Functional Annotation, Orthology Assignments, and Domain Prediction at the Metagenomic Scale (5)

Fig. 2

Performance of eggNOG-mapper v2. (A) average minutes to annotate input proteomes. EggNOG-mapper v2 (blue) against eggNOG-mapper v1 (red). (B) average minutes to annotate input genomes. EggNOG-mapper v2 (blue) against Prokka (green). (C) average minutes (in log scale) to annotate input proteins. MMseqs2 (-s 2,4,6; black) against Diamond (iterate/sensitive mode; orange). (D) Specificity (Sp), recall (Re), and F1 score, of PFAM domain annotation either from direct transference from orthologs, or after realignment. Full de novo realignment results were used as reference. (E) average minutes for PFAM domain annotation, using either PFAM full de novo (brown) or realign to orthologs domains (blue) modes. Benchmark setup: tests in (A) and (B) were done on 20 sets of 1–100 random proteomes (A) or genomes (B) from (Almeida et al. 2021), and executed using 10 CPUs and 80 GB of RAM. Tests in (C) were done on 35 random sets of 10–10,000,000 proteins from Progenomes v2 (Mende et al. 2020), using 30 CPUs and 240 GB of RAM. Tests in (Dm) and (E) as in (C), only for sets of 10–100,000 proteins.

Open in new tabDownload slide

ORF Prediction

Another major capability added to the new eggNOG-mapper workflow is predicting ORFs directly from assembled contigs (fig. 1A). ORF detection, only available for prokaryotic assemblies, is performed using Prodigal (Hyatt et al. 2010), which provides the protein sequences to be used by eggNOG-mapper for functional annotation. Prodigal modes (“normal,” “anonymous,” and “training”) as well as custom translation tables can be further chosen by the user.

Sequence Mapping Modes

Additionally, we have broadened the options for the initial sequence-mapping step carried out by eggNOG-mapper (fig. 1B). Now, Diamond, MMseqs2, and HMMER3 (Mistry et al. 2013) modes are available, each recommended for different use cases. The default Diamond mode provides the best balance between speed and memory consumption. EggNOG-mapper v2 also implements the new Diamond mode ‘–iterate’, which iteratively applies different levels of sensitivity. Using the new –iterate mode, Diamond is twice as fast as MMseqs2 for query sets of 1,000,000, and three times faster for 10,000,000 sequences. The MMseqs2 mode provides faster results than Diamond (fig. 2C) for query sets up to 100,000 sequences for comparable sensitivity. When input data are nucleotide sequences, a direct translation is done assuming they represent coding sequences starting in an open reading frame. Alternatively, both Diamond and MMseqs2 can be executed in blastx-like mode, particularly useful when using sequencing reads as input data. For the annotation of long, error-prone sequencing reads, the frameshift option of Diamond can also be enabled. The HMMER3 mode is significantly slower than the other two and requires heavy databases to be downloaded. However, HMM-based searches might aid in the annotation of sequences for which distant hom*ology relationships against the eggNOG v5 OGs cannot be detected by Diamond and MMseqs modes.

Adjusting Taxonomic Scopes

Another new feature now available with eggNOG-mapper v2 is the possibility of creating custom annotation databases constrained to specific taxonomic groups. For instance, users could easily create databases spanning only their domain or phylum of interest, therefore reducing computational times of subsequent annotation jobs. Moreover, the new version provides enhanced options to control the taxonomic scope (fig. 1C) used for transferring functional annotations, which can be adjusted from automatic mode (recommended for mixed metagenomic data sets) to lineage-specific scopes (preventing transferring functional terms from orthologs of unwanted lineages).

Orthology Reports

Taking advantage of the rapid orthology assignments performed by eggNOG-mapper, it is now possible to report pairwise orthology relationships for each query against any of the genomes covered by eggNOG v5 (fig. 1C). Although this feature is not intended to substitute more precise orthology prediction methods, it provides a very quick and simple “first-pass” approach to obtain pairwise relationships between query sequences and all eggNOG v5 organisms. Orthology reports can be further adjusted by specifying the target taxa and the type of orthologs to be reported (i.e., one-to-one, many-to-many).

Annotation Sources

In order to provide an integrated report of functional annotations per query, eggNOG-mapper v2 offers new annotation sources and improved reports (fig. 1D). The functional annotation sources, which provide different levels of coverage (supplementary fig. S1, Supplementary Material online), are: predicted protein name; KEGG pathways, modules, and orthologs (Kanehisa et al. 2017); Gene Ontology labels (Gene Ontology Consortium 2018); EC numbers, BiGG reactions (Norsigian et al. 2020); CAZy terms (Lombard et al. 2014); COG functional categories (Tatusov et al. 2000); eggNOG OGs; and free text descriptions at all taxonomic levels. Reports are generated in tab-delimited and/or XLSX file formats. Moreover, when ORF prediction mode is enabled, proteins used to annotate are reported in FASTA format, together with a functionally decorated GFF file. Alternatively, eggNOG-mapper annotation reports can be used to decorate any custom GFF file.

Protein Domain Annotations

Along with the functional terms annotated per query, this new version of eggNOG-mapper provides PFAM (Mistry et al. 2021) and SMART (Letunic et al. 2021) protein domain predictions. PFAM domain annotations are by default transferred from the inferred orthologs with very little impact on computational cost, but also with a small proportion of false-positive and negative predictions (F1 score 89.7%, fig. 2D). Optionally, de novo PFAM domain annotation is also available at large scales, both as a refinement phase for the orthology-based predictions (thus keeping the computational cost very low, while eliminating the risk of false positives; F1 score 98.9%, fig. 2D) or by full computation (obtaining native results independent from orthology predictions). When using the de novo approach, HMMER3 searches are executed using in-memory mode for higher efficiency. Moreover, GA-based thresholds and PFAM clan disambiguation are automatically applied. Performance comparisons between the different modes are shown in figure 2E.

Features Comparison with Other Functional Annotation Tools

Although accuracy and performance are the main goal of eggNOG-mapper v2, other practical differences might motivate its use, or not, compared with alternative software. Those practical issues include the type of input and output data, the functional sources used to annotate query sequences, and the target taxonomic scope of each program.

EggNOG-mapper is tightly bound to the eggNOG database, which covers a wide range of prokaryotic and eukaryotic organisms, and provides normalized functional annotations from multiple sources (see previous sections). As eggNOG is based on a curated selection of representative species spanning the whole tree of life, it provides a broad annotation coverage while keeping redundancy low. Other tools use smaller reference databases (e.g., SwissProt [UniProt Consortium 2021]) for general functional annotations but incorporate niche-specific functional databases for specific purposes. For instance, Prokka is suited for the annotation for prokaryotic-only genomes and includes the detection of tRNAs, transposases and signal peptides (which are not specifically targeted by eggNOG-mapper). DRAM (Shaffer et al. 2020) and MicrobiomeAnnotator (Ruiz-Perez et al. 2021) use broad annotation sources for microbial data sets such as KOFam/KEGG classification. Both provide optional mappings to large protein reference databases comparable to eggNOG (e.g., trEMBL or Uniref90), but at the cost of more computational resources and time (Ruiz-Perez et al. 2021). In the case of DRAM, additional genomic features can be annotated, including rRNAs, tRNAs, peptidases, and carbohydrate-active enzymes. Mantis (Queirós et al. 2021) and InterProScan allow users to annotate sequences based on multiple HMM-based database sources, including eggNOG, PFAM, or PANTHER (Mi et al. 2010).

On the other hand, this new version of eggNOG-mapper is particularly focused on improving the annotation process at the metagenomic scale. For instance, it incorporates the possibility of using Prodigal for the automatic prediction of open reading frames (ORFs) out of raw contigs. Those options are not commonly available in other annotation tools, with only Prokka and DRAM providing similar capabilities. Moreover, eggNOG-mapper v2 allows for the direct annotation of reads via blastx-like searches, which is not a recommended mode in terms of accuracy, but it offers the possibility of obtaining functional profiles of metagenomic samples before assembling.

Regarding outputs, eggNOG-mapper is optimized for large-scale annotation jobs, producing GFF files decorated with functional annotations, tab-delimited files with the predicted functional terms per query, orthology assignment tables and taxonomic placements. Other tools provide similar output files (except for the orthology and taxonomic predictions), with only DRAM and MicrobiomeAnnotator providing further statistics and graphical outputs summarizing the results. Notably, Prokka can be set to produce Genbank and Sequin files compliant with the Genbank/ENA/DDJB format, thus facilitating the uploading of annotated genomes to public databases.

Conclusions

Overall, eggNOG-mapper v2 provides a more efficient, versatile, and scalable automated functional annotation workflow than its predecessor. Standalone versions are available at GitHub (https://github.com/eggnogdb/eggnog-mapper), together with extensive documentation and usage examples (https://github.com/eggnogdb/eggnog-mapper/wiki). For convenience, an online service for the annotation of large genomic and metagenomic data sets is also available at http://eggnog-mapper.embl.de.

Supplementary Material

Supplementary data are available at Molecular Biology and Evolution online.

Acknowledgments

This research was supported by the National Programme for Fostering Excellence in Scientific and Technical Research (Grant No. PGC2018-098073-A-I00 MCIU/AEI/FEDER, UE, to J.H.C.) and the Severo Ochoa Centres of Excellence Programme (Grant No. SEV-2016-0672 (2017–2021) to C.P.C.) from the State Research Agency (AEI) of Spain, as well as a Research Technical Support Staff Aid (PTA2019-017593-I/AEI/10.13039/501100011033 to A.H.P.); European Research Council grant MicroBioS (ERC-2014-AdG)—GA669830 (to P.B.). Cloud computing is supported by BMBF (de.NBI network #031A537B).

Data Availability

No new data were generated or analyzed in support of this research.

References

Almeida

A

,

Nayfach

S

,

Boland

M

,

Strozzi

F

,

Beracochea

M

,

Shi

ZJ

,

Pollard

KS

,

Sakharova

E

,

Parks

DH

,

Hugenholtz

P

, et al.

2021

.

A unified catalog of 204,938 reference genomes from the human gut microbiome

.

Nat Biotechnol

.

39

(

1

):

105

114

.

Blum

M

,

Chang

H-Y

,

Chuguransky

S

,

Grego

T

,

Kandasaamy

S

,

Mitchell

A

,

Nuka

G

,

Paysan-Lafosse

T

,

Qureshi

M

,

Raj

S

, et al.

2021

.

The InterPro protein families and domains database: 20 years on

.

Nucleic Acids Res

.

49

(

D1

):

D344

D354

.

Gabaldón

T

,

Koonin

EV.

2013

.

Functional and evolutionary implications of gene orthology

.

Nat Rev Genet

.

14

(

5

):

360

366

.

Gene Ontology Consortium.

2018

.

The Gene Ontology Resource: 20 years and still GOing Strong

.

Nucleic Acids Res

.

47

(

D1

):

D330

D338

.

OpenURL Placeholder Text

Glover

N

,

Dessimoz

C

,

Ebersberger

I

,

Forslund

SK

,

Gabaldón

T

,

Huerta-Cepas

J

,

Martin

M-J

,

Muffato

M

,

Patricio

M

,

Pereira

C

, et al.

2019

.

Advances and applications in the quest for orthologs

.

Mol Biol Evol

.

36

(

10

):

2157

2164

.

Götz

S

,

García-Gómez

JM

,

Terol

J

,

Williams

TD

,

Nagaraj

SH

,

Nueda

MJ

,

Robles

M

,

Talón

M

,

Dopazo

J

,

Conesa

A.

2008

.

High-throughput functional annotation and data mining with the Blast2GO suite

.

Nucleic Acids Res

.

36

(

10

):

3420

3435

.

Huerta-Cepas

J

,

Forslund

K

,

Coelho

LP

,

Szklarczyk

D

,

Jensen

LJ

,

von Mering

C

,

Bork

P.

2017

.

Fast genome-wide functional annotation through orthology assignment by eggNOG-Mapper

.

Mol Biol Evol

.

34

(

8

):

2115

2122

.

Huerta-Cepas

J

, ,

Szklarczyk

D

,
,

Heller

D

,
,

Hernández-Plaza

A

,
,

Forslund

SK

,
,

Cook

H

,
,

Mende

DR

,
,

Letunic

I

,
,

Rattei

T

,
,

Jensen

LJ

, et al.

2019

.

eggNOG 5.0: a hierarchical, functionally and phylogenetically annotated orthology resource based on 5090 organisms and 2502 viruses

.

Nucleic Acids Res

.

47

(

D1

):

D309

D314

.

Hyatt

D

,

Chen

G-L

,

Locascio

PF

,

Land

ML

,

Larimer

FW

,

Hauser

LJ.

2010

.

Prodigal: prokaryotic gene recognition and translation initiation site identification

.

BMC Bioinformatics

11

:

119

.

Kanehisa

M

,

Furumichi

M

,

Tanabe

M

,

Sato

Y

,

Morishima

K.

2017

.

KEGG: new perspectives on genomes, pathways, diseases and drugs

.

Nucleic Acids Res

.

45

(

D1

):

D353

D361

.

Letunic

I

,

Khedkar

S

,

Bork

P.

2021

.

SMART: recent updates, new developments and status in 2020

.

Nucleic Acids Res

.

49

(

D1

):

D458

D460

.

Lombard

V

,

Golaconda Ramulu

H

,

Drula

E

,

Coutinho

PM

,

Henrissat

B.

2014

.

The Carbohydrate-Active Enzymes Database (CAZy) in 2013

.

Nucleic Acids Res

.

42

(

Database issue

):

D490

D495

. (Database issue):

Google Scholar

OpenURL Placeholder Text

Mende

DR

,

Letunic

I

,

Maistrenko

OM

,

Schmidt

TSB

,

Milanese

A

,

Paoli

L

,

Hernández-Plaza

A

,

Orakov

AN

,

Forslund

SK

,

Sunagawa

S

, et al.

2020

.

proGenomes2: an improved database for accurate and consistent habitat, taxonomic and functional annotations of prokaryotic genomes

.

Nucleic Acids Res

.

48

(

D1

):

D621

D625

.

Google Scholar

OpenURL Placeholder Text

Mi

H

,

Dong

Q

,

Muruganujan

A

,

Gaudet

P

,

Lewis

S

,

Thomas

PD.

2010

.

PANTHER Version 7: improved phylogenetic trees, orthologs and collaboration with the gene ontology consortium

.

Nucleic Acids Res

.

38

(

Database issue

):

D204

D210

. (Database issue):

Google Scholar

OpenURL Placeholder Text

Mistry

J

,

Chuguransky

S

,

Williams

L

,

Qureshi

M

,

Salazar

GA

,

Sonnhammer

ELL

,

Tosatto

SCE

,

Paladin

L

,

Raj

S

,

Richardson

LJ

, et al.

2021

.

Pfam: the Protein Families Database in 2021

.

Nucleic Acids Res

.

49

(

D1

):

D412

D419

.

Mistry

J

,

Finn

RD

,

Eddy

SR

,

Bateman

A

,

Punta

M.

2013

.

Challenges in hom*ology search: HMMER3 and convergent evolution of coiled-coil regions

.

Nucleic Acids Res

.

41

(

12

):

e121

.

Norsigian

CJ

,

Pusarla

N

,

McConn

JL

,

Yurkovich

JT

,

Dräger

A

,

Palsson

BO

,

King

Z.

2020

.

BiGG Models 2020: multi-strain genome-scale models and expansion across the phylogenetic tree

.

Nucleic Acids Res

.

48

(

D1

):

D402

D406

.

Google Scholar

OpenURL Placeholder Text

Queirós

P

,

Delogu

F

,

Hickl

O

,

May

P

,

Wilmes

P.

2021

.

Mantis: flexible and consensus-driven genome annotation

.

GigaScience

.

10

(

6

):giab042.

Google Scholar

OpenURL Placeholder Text

Ruiz-Perez

CA

,

Conrad

RE

,

Konstantinidis

KT.

2021

.

MicrobeAnnotator: a user-friendly, comprehensive functional annotation pipeline for microbial genomes

.

BMC Bioinformatics

22

(

1

):

11

.

Seemann

T.

2014

.

Prokka: rapid prokaryotic genome annotation

.

Bioinformatics

30

(

14

):

2068

2069

.

Shaffer

M

,

Borton

MA

,

McGivern

BB

,

Zayed

AA

,

La Rosa

SL

,

Solden

LM

,

Liu

P

,

Narrowe

AB

,

Rodríguez-Ramos

J

,

Bolduc

B

, et al.

2020

.

DRAM for distilling microbial metabolism to automate the curation of microbiome function

.

Nucleic Acids Res

.

48

(

16

):

8883

8900

.

Tatusov

RL

,

Galperin

MY

,

Natale

DA

,

Koonin

EV.

2000

.

The COG database: a tool for genome-scale analysis of protein functions and evolution

.

Nucleic Acids Res

.

28

(

1

):

33

36

.

UniProt Consortium.

2021

.

UniProt: the universal protein knowledgebase in 2021

.

Nucleic Acids Res

.

49

(

D1

):

D480

D489

.

© The Author(s) 2021. Published by Oxford University Press on behalf of the Society for Molecular Biology and Evolution.

This is an Open Access article distributed under the terms of the Creative Commons Attribution License (https://creativecommons.org/licenses/by/4.0/), which permits unrestricted reuse, distribution, and reproduction in any medium, provided the original work is properly cited.

Associate Editor: Koichiro Tamura

Koichiro Tamura

Associate Editor

Search for other works by this author on:

Oxford Academic


Download all slides

  • Supplementary data

  • Supplementary data

    Advertisem*nt

    Citations

    Views

    35,836

    Altmetric

    More metrics information

    Metrics

    Total Views 35,836

    27,859 Pageviews

    7,977 PDF Downloads

    Since 10/1/2021

    Month: Total Views:
    October 2021 478
    November 2021 882
    December 2021 975
    January 2022 873
    February 2022 900
    March 2022 1,126
    April 2022 997
    May 2022 1,124
    June 2022 902
    July 2022 921
    August 2022 899
    September 2022 887
    October 2022 1,080
    November 2022 1,076
    December 2022 902
    January 2023 1,092
    February 2023 1,156
    March 2023 1,376
    April 2023 1,308
    May 2023 1,391
    June 2023 1,040
    July 2023 1,189
    August 2023 1,074
    September 2023 985
    October 2023 1,243
    November 2023 1,024
    December 2023 1,075
    January 2024 1,220
    February 2024 1,149
    March 2024 1,417
    April 2024 1,329
    May 2024 1,661
    June 2024 1,085

    Citations

    Powered by Dimensions

    1,051 Web of Science

    Altmetrics

    ×

    Email alerts

    Article activity alert

    Advance article alerts

    New issue alert

    In progress issue alert

    Receive exclusive offers and updates from Oxford Academic

    Email alerts

    Advance article alerts

    New issue alert

    In progress issue alert

    Receive exclusive offers and updates from Oxford Academic

    Citing articles via

    Google Scholar

    • Latest

    • Most Read

    • Most Cited

    Selfing promotes spread and introgression of segregation distorters in hermaphroditic plants
    Evidence for admixture and rapid evolution during glacial climate change in an alpine specialist
    Genome-wide allele frequency changes reveal that dynamic metapopulations evolve differently
    Prey Shifts Drive Venom Evolution in Cone Snails
    PHACTboost: A Phylogeny-aware Pathogenicity Predictor for the Missense Mutations via Boosting

    More from Oxford Academic

    Biological Sciences

    Evolutionary Biology

    Molecular and Cell Biology

    Science and Mathematics

    Books

    Journals

    Advertisem*nt

    eggNOG-mapper v2: Functional Annotation, Orthology Assignments, and Domain Prediction at the Metagenomic Scale (2024)
    Top Articles
    Latest Posts
    Article information

    Author: Terence Hammes MD

    Last Updated:

    Views: 5363

    Rating: 4.9 / 5 (69 voted)

    Reviews: 84% of readers found this page helpful

    Author information

    Name: Terence Hammes MD

    Birthday: 1992-04-11

    Address: Suite 408 9446 Mercy Mews, West Roxie, CT 04904

    Phone: +50312511349175

    Job: Product Consulting Liaison

    Hobby: Jogging, Motor sports, Nordic skating, Jigsaw puzzles, Bird watching, Nordic skating, Sculpting

    Introduction: My name is Terence Hammes MD, I am a inexpensive, energetic, jolly, faithful, cheerful, proud, rich person who loves writing and wants to share my knowledge and understanding with you.