-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
51 lines (51 loc) · 1.91 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
Package: mgi.report.reader
Title: Read Mouse Genome Informatics Reports
Version: 0.1.3
Authors@R: c(
person("Ramiro", "Magno", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5226-3441")),
person("David", "Shaw", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-9922-9934")),
person("Isabel", "Duarte", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0003-0060-2936")),
person(given = "Ismail", family = "Gbadamosi",
email = "[email protected]",
role = "aut",
comment = c(ORCID = "0000-0002-1932-7519")),
person(given = "Ali", family = "Jawaid",
email = "[email protected]",
role = "aut",
comment = c(ORCID = "0000-0002-5126-6744")),
person("Nencki Institute of Experimental Biology", role = "fnd"),
person("University of Algarve", role = "fnd"),
person("The Jackson Laboratory", role = "fnd"),
person("Pattern Institute", role = c("cph", "fnd"))
)
Description: Provides readers for easy and consistent importing of
Mouse Genome Informatics (MGI) report files:
<https://www.informatics.jax.org/downloads/reports/index.html>. These data
are provided by Baldarelli RM, Smith CL, Ringwald M, Richardson JE, Bult CJ,
Mouse Genome Informatics Group (2024) <doi:10.1093/genetics/iyae031>.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Depends:
R (>= 2.10)
LazyData: true
Imports:
data.table,
dplyr,
httr2,
memoise,
rlang,
stringr,
tibble,
vroom
URL: https://www.pattern.institute/mgi.report.reader/, https://github.com/patterninstitute/mgi.report.reader/
BugReports: https://github.com/patterninstitute/mgi.report.reader/issues
Config/Needs/website: rmarkdown, patterninstitute/chic
Suggests:
testthat (>= 3.0.0),
tidyr
Config/testthat/edition: 3