-
Notifications
You must be signed in to change notification settings - Fork 9
/
DESCRIPTION
65 lines (65 loc) · 1.57 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
Package: rTASSEL
Version: 0.9.33
Date: 2018-12-21
Title: R Front-End for TASSEL
Authors@R: c(
person(
given = "Brandon",
family = "Monier",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-6797-1221")
),
person(
given = "Terry",
family = "Casstevens",
role = c("aut"),
comment = c(ORCID = "0000-0001-7602-0487")
),
person(
given = "Peter",
family = "Bradbury",
role = c("aut"),
comment = c(ORCID = "0000-0003-3825-8480")
),
person(
given = "Ed",
family = "Buckler",
role = c("aut"),
comment = c(ORCID = "0000-0002-3100-371X")
))
Description:
The aim of rTASSEL is to provide an R front-end for the
Java program, TASSEL. TASSEL is a software package used to evaluate
trait associations, evolutionary patterns, and linkage disequilibrium.
Additionally, this software allows for a number of powerful statistical
approaches to association mapping such general and mixed linear modelling.
License: Apache License (>= 2) | file LICENSE
URL:
https://github.com/maize-genetics/rTASSEL
Depends:
R (>= 4.1.0)
Imports:
ape,
GenomicRanges,
ggplot2,
IRanges,
methods,
plotly,
rJava,
rlang,
S4Vectors,
SummarizedExperiment
Suggests:
BiocStyle,
knitr,
magrittr,
rmarkdown,
testthat
SystemRequirements: Java (>= 8.0)
Encoding: UTF-8
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 7.2.3
biocViews:
GenomeWideAssociation