-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
34 lines (34 loc) · 876 Bytes
/
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
Package: go2cell
Type: Package
Title: Get Cell Types Related to Gene Ontology IDs
Version: 0.99.0
Authors@R:
c(person(given = "João Vitor",
family = "F. Cavalcante",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-7513-7376")),
person(given = "Tiago",
family = "Lubiana",
email = "[email protected]",
role = c("aut", "dtc"),
comment = c(ORCID = "0000-0003-2473-2313"))
)
Description: Uses Wikidata queries to link
Gene Ontology IDs to cell types.
License: BSD_3_clause + file LICENSE
Encoding: UTF-8
LazyData: true
Suggests:
testthat,
knitr,
rmarkdown
RoxygenNote: 7.2.3
Imports:
magrittr,
dplyr,
WikidataQueryServiceR,
stringr
Depends:
R (>= 4.0)
VignetteBuilder: knitr