-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
69 lines (69 loc) Β· 1.64 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
Package: orthogene
Type: Package
Title: Interspecies gene mapping
Version: 1.9.1
Authors@R:
c(
person(given = "Brian",
family = "Schilder",
role = c("cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-5949-2191"))
)
Description:
`orthogene` is an R package for easy mapping of orthologous genes
across hundreds of species. It pulls up-to-date gene ortholog mappings
across **700+ organisms**.
It also provides various utility functions to aggregate/expand
common objects (e.g. data.frames, gene expression matrices, lists)
using **1:1**, **many:1**, **1:many** or **many:many** gene mappings,
both within- and between-species.
URL: https://github.com/neurogenomics/orthogene
BugReports: https://github.com/neurogenomics/orthogene/issues
License: GPL-3
Depends: R (>= 4.1)
VignetteBuilder: knitr
biocViews:
Genetics, ComparativeGenomics, Preprocessing,
Phylogenetics, Transcriptomics, GeneExpression
Imports:
dplyr,
methods,
stats,
utils,
Matrix,
jsonlite,
homologene,
gprofiler2,
babelgene,
data.table,
parallel,
ggplot2,
ggpubr,
patchwork,
DelayedArray,
grr,
repmis,
ggtree,
tools
Suggests:
rworkflows,
remotes,
knitr,
BiocStyle,
markdown,
rmarkdown,
testthat (>= 3.0.0),
piggyback,
magick,
GenomeInfoDbData,
ape,
phytools,
rphylopic (>= 1.0.0),
TreeTools,
ggimage,
OmaDB
RoxygenNote: 7.2.3
Encoding: UTF-8
Config/testthat/edition: 3
Config/rcmdcheck/_R_CHECK_FORCE_SUGGESTS_: false