-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
executable file
·28 lines (28 loc) · 1.24 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
Package: GeneBridge
Type: Package
Title: Rooting Orthologous Genes in Large-Scale Evolutionary Analysis
Version: 0.99.2
Authors@R:
c(person("Leonardo", "Campos", role = "ctb"),
person("Rodrigo", "Dalmolin", role = "ctb"),
person("Mauro", "Castro", role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-4942-8131")))
Depends: R (>= 4.3), methods
Imports: grDevices, graphics, utils, stats, ape, data.table, snow, ggplot2, ggrepel
Suggests: RUnit, BiocGenerics, BiocStyle, knitr, rmarkdown, geneplast.data, ggthemes, egg, caret
Description: GeneBridge is an R package designed to assess the evolutionary history of genes across diverse species. It implements the Bridge algorithm to infer the evolutionary root of genes in a given species tree. By rooting orthologous genes in large-scale evolutionary snalysis, GeneBridge can provide a framework for exploring evolutionary roots within biological systems.
License: Artistic-2.0
biocViews: Genetics, GeneRegulation, SystemsBiology
VignetteBuilder: knitr
URL: https://github.com/sysbiolab/GeneBridge
Collate:
AllChecks.R
AllClasses.R
AllGenerics.R
AllMethods.R
AllSupplements.R
AllPlots.R
Misc.R
Encoding: UTF-8
RoxygenNote: 7.2.3