-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathDESCRIPTION
More file actions
31 lines (31 loc) · 1.18 KB
/
DESCRIPTION
File metadata and controls
31 lines (31 loc) · 1.18 KB
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
Package: homologene
Type: Package
Title: Quick Access to Homologene and Gene Annotation Updates
Version: 1.7.68.23.10.31
Depends: R (>= 3.1.2)
Imports:
dplyr (>= 0.7.4),
magrittr (>= 1.5),
purrr (>= 0.2.5),
readr (>= 1.3.1),
R.utils(>= 2.8.0),
assertthat (>= 0.2.1),
rvest (>= 1.0.0),
xml2 (>= 1.3.2)
Suggests:
testthat (>= 1.0.2)
Date: 2023-10-31
Authors@R: c(
person("Ogan", "Mancarci", email = "ogan.mancarci@gmail.com", role = c("aut", "cre")),
person("Leon","French", role = c('ctb')))
BugReports: https://github.com/oganm/homologene/issues
URL: https://github.com/oganm/homologene
Description: A wrapper for the homologene database by the National Center for
Biotechnology Information ('NCBI'). It allows searching for gene homologs across
species. Data in this package can be found at <ftp://ftp.ncbi.nih.gov/pub/HomoloGene/build68/>.
The package also includes an updated version of the homologene database where
gene identifiers and symbols are replaced with their latest (at the time of
submission) version and functions to fetch latest annotation data to keep updated.
License: MIT + file LICENSE
LazyData: true
RoxygenNote: 7.2.3