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
| Maintainer | FabrÃcio Almeida-Silva <fabricio_almeidasilva@hotmail.com> |
| Author | FabrÃ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>) |
| License | GPL-3 |
| URL | https://github.com/almeidasilvaf/cogeqc |
| Bug Reports | https://support.bioconductor.org/t/cogeqc |
| System Requirements | BUSCO (>= 5.1.3) <https://busco.ezlab.org/> |
| Downloads rank | 273 |
| Source branch | RELEASE_3_23 |
| biocViews | ComparativeGenomics, FunctionalGenomics, GenomeAssembly, Network, Phylogenetics, QualityControl, Software |
Documentation
- Assessing genome assembly and annotation quality
- Assessing orthogroup inference
- Assessing synteny identification
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