-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
37 lines (37 loc) · 993 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
35
36
37
Package: qtl2pattern
Type: Package
Title: Pattern Support for 'qtl2' Package
Version: 1.2.2
Date: 2023-11-06
Authors@R: c(person("Brian S Yandell",
role = c("aut", "cre"),
email = "brian.yandell@wisc.edu"))
Description: Routines in 'qtl2' to study allele patterns in quantitative trait loci (QTL)
mapping over a chromosome.
Useful in crosses with more than two alleles to identify how sets of alleles,
genetically different strands at the same locus, have different response levels.
Plots show profiles over a chromosome.
Can handle multiple traits together.
See <https://github.com/byandell/qtl2pattern>.
Depends:
R (>= 3.1.0)
Imports:
dplyr,
tidyr,
stringr,
ggplot2,
assertthat,
qtl2,
qtl2fst,
fst,
rlang,
stats,
graphics
Suggests:
knitr, rmarkdown,
qtl2ggplot
VignetteBuilder: knitr
License: GPL-3
URL: https://github.com/byandell/qtl2pattern
Encoding: UTF-8
RoxygenNote: 7.2.3