-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
executable file
·44 lines (44 loc) · 1.25 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Type: Package
Package: BioGA
Title: Bioinformatics Genetic Algorithm (BioGA)
Version: 0.99.6
Authors@R:
person("Dany", "Mukesha", , "[email protected]",
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/,
https://bioconductor.org/packages/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
LazyData: false
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Config/testthat/edition: 3