Bioc2026 Registration Open!

cogeqc

Systematic quality checks on comparative genomics analyses

Bioconductor version: 3.23 · Package version: 1.16.0

cogeqc aims to facilitate systematic quality checks on standard comparative genomics analyses to help researchers detect issues and select the most suitable parameters for each data set. cogeqc can be used to asses: i. genome assembly and annotation quality with BUSCOs and comparisons of statistics with publicly available genomes on the NCBI; ii. orthogroup inference using a protein domain-based approach and; iii. synteny detection using synteny network properties. There are also data visualization functions to explore QC summary statistics.

Installation

if (!require("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

BiocManager::install("cogeqc")

Details

MaintainerFabrício Almeida-Silva <fabricio_almeidasilva@hotmail.com>
AuthorFabrício Almeida-Silva [aut, cre] (ORCID: <https://orcid.org/0000-0002-5314-2964>), Yves Van de Peer [aut] (ORCID: <https://orcid.org/0000-0003-4327-3730>)
LicenseGPL-3
URLhttps://github.com/almeidasilvaf/cogeqc
Bug Reportshttps://support.bioconductor.org/t/cogeqc
System RequirementsBUSCO (>= 5.1.3) <https://busco.ezlab.org/>
Downloads rank273
Source branchRELEASE_3_23
biocViewsComparativeGenomics, FunctionalGenomics, GenomeAssembly, Network, Phylogenetics, QualityControl, Software

Documentation

Download

Dependencies

Depends: R (>= 4.2.0)

Imports: utils, graphics, stats, methods, reshape2, ggplot2, scales, ggtree, patchwork, igraph, rlang, ggbeeswarm, jsonlite, Biostrings

Suggests: testthat (>= 3.0.0), sessioninfo, knitr, BiocStyle, rmarkdown, covr