-
Notifications
You must be signed in to change notification settings - Fork 12
/
DESCRIPTION
30 lines (30 loc) · 997 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
Package: LinkageMapView
Type: Package
Title: Plot Linkage Group Maps with Quantitative Trait Loci
Version: 2.1.2
Authors@R: c(person("Lisa", "Ouellette", email = "[email protected]", role = "aut"),
person("Rob", "Reid", email = "[email protected]", role = "ctb"),
person("Steven", "Blanchard", email = "[email protected]", role = "cre"))
Maintainer: Steven Blanchard <[email protected]>
Description: Produces high resolution, publication ready linkage maps
and quantitative trait loci maps. Input can be output from 'R/qtl',
simple text or comma delimited files. Output is currently
a portable document file.
Depends: R(>= 2.10)
URL: https://github.com/bio-services/LinkageMapView
BugReports: https://github.com/bio-services/LinkageMapView/issues
License: GPL-3
LazyData: TRUE
Imports:
qtl (>= 1.39-5),
plotrix (>= 3.6-3),
grDevices,
graphics,
utils,
RColorBrewer
Suggests:
rmarkdown,
testthat,
knitr
RoxygenNote: 7.0.0
VignetteBuilder: knitr