Type: Package Package: BioGA Title: Bioinformatics Genetic Algorithm (BioGA) Version: 1.7.0 Authors@R: person("Dany", "Mukesha", , "danymukesha@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0009-0001-9514-751X")) Description: Genetic algorithm are a class of optimization algorithms inspired by the process of natural selection and genetics. This package allows users to analyze and optimize high throughput genomic data using genetic algorithms. The functions provided are implemented in C++ for improved speed and efficiency, with an easy-to-use interface for use within R. License: MIT + file LICENSE URL: https://danymukesha.github.io/BioGA/ BugReports: https://github.com/danymukesha/BioGA/issues Imports: ggplot2, graphics, Rcpp, SummarizedExperiment, animation, rlang, biocViews, sessioninfo, BiocStyle Depends: R (>= 4.4) Suggests: knitr, rmarkdown, testthat (>= 3.0.0) LinkingTo: Rcpp VignetteBuilder: knitr biocViews: ExperimentalDesign, Technology Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.1 Config/testthat/edition: 3 Config/pak/sysreqs: cmake make libmagick++-dev gsfonts texlive libuv1-dev libxml2-dev libssl-dev zlib1g-dev Repository: https://bioc.r-universe.dev Date/Publication: 2026-04-28 13:03:19 UTC RemoteUrl: https://github.com/bioc/BioGA RemoteRef: HEAD RemoteSha: 4a2de1d1e3fc836ed0a40b54363c00d81a9741d9 NeedsCompilation: yes Packaged: 2026-07-19 05:29:55 UTC; root Author: Dany Mukesha [aut, cre] (ORCID: ) Maintainer: Dany Mukesha