Skip to content

analyze and optimize high throughput genomic data using genetic algorithms

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

danymukesha/BioGA

Repository files navigation

R-CMD-check

BioGA BioGA website

BioGA package provides a set of functions for genetic algorithm optimization adapted for analyzing high throughput genomic data. These functions are implemented in C++ for improved speed and efficiency, with an easy-to-use interface for use within R.

Installation

To install this package, start R (preferably version “4.4”) and enter:

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

# The following initializes usage of Bioc devel
BiocManager::install(version='devel')

BiocManager::install(pkgs = "BioGA", version = "devel", force = TRUE)

You can also install the package directly from GitHub using the devtools package:

devtools::install_github("danymukesha/BioGA")

About

analyze and optimize high throughput genomic data using genetic algorithms

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Packages

No packages published