-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
67 lines (67 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
Package: MetaPipe
Type: Package
Title: A High-Performance Computing Pipeline for QTL Mapping of Large Ionomic
and Metabolomic Datasets
Version: 0.1.0
Authors@R: c(
person(given = "Roberto",
family = "Villegas-Diaz",
role = c("aut", "cre"),
email = "villegas.roberto@hotmail.com",
comment = c(ORCID = "0000-0001-5036-8661")),
person(given = "Dilmini",
family = "Alahakoon",
role = c("aut"),
email = "dilmini.alahakoon@sdstate.edu"),
person(given = "Anne",
family = "Fennell",
role = c("aut","ths"),
email = "anne.fennell@sdstate.edu",
comment = c(ORCID = "0000-0002-4234-6419")),
person(given = "Jason P.",
family = "Londo",
role = c("dtc"),
email = "jason.londo@usda.gov",
comment = c(ORCID = "0000-0003-0535-4820")),
person(given = "Gaurab",
family = "Bhattarai",
role = c("dtc"),
email = "gbhattarai@uga.edu",
comment = c(ORCID = "0000-0002-2899-7725")),
person(given = "Laszlo G.",
family = "Kovacs",
role = c("dtc"),
email = "laszlokovacs@missouristate.edu")
)
Description: Pipeline for Quantitative Trait Locus (QTL) mapping of large
ionomic and metabolomic datasets. It uses a High-Performance Computing
(HPC) approach to speed up the computations performed.
URL: https://github.com/villegar/MetaPipe/
BugReports: https://github.com/villegar/MetaPipe/issues/
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Imports:
DiagrammeR,
doParallel,
dplyr,
factoextra,
foreach,
ggplot2,
grDevices,
gridExtra,
here,
latex2exp,
qtl,
R.devices,
tictoc
Suggests:
knitr,
kableExtra,
rmarkdown,
testthat
Depends:
R (>= 3.6)
VignetteBuilder: knitr
Language: en-GB