-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
75 lines (75 loc) · 2.44 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
68
69
70
71
72
73
74
75
Package: viewpoly
Title: A Shiny App to Visualize Genetic Maps and QTL Analysis in Polyploid Species
Version: 0.3.0
Authors@R: c(
person(given = "Cristiane",
family = "Taniguti",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Gabriel",
family = "de Siqueira Gesteira",
role = c("aut"),
email = "[email protected]"),
person(given = "Jeekin",
family = "Lau",
role = c("ctb")),
person(given = "Guilherme",
family = "da Silva Pereira",
role = c("ctb")),
person(given = "David",
family = "Byrne",
role = c("ctb")),
person(given = "Zhao-Bang",
family = "Zeng",
role = c("ctb")),
person(given = "Oscar",
family = "Riera-Lizarazu",
role = c("ctb")),
person(given = "Marcelo",
family = "Mollinari",
role = c("aut"),
email = "[email protected]")
)
Maintainer: Cristiane Taniguti <[email protected]>
Description: Provides a graphical user interface to integrate, visualize and explore results
from linkage and quantitative trait loci analysis, together with genomic information for autopolyploid
species. The app is meant for interactive use and allows users to optionally upload different sources
of information, including gene annotation and alignment files, enabling the exploitation and search for
candidate genes in a genome browser. In its current version, 'VIEWpoly' supports inputs from 'MAPpoly',
'polymapR', 'diaQTL', 'QTLpoly' and 'polyqtlR' packages.
License: GPL (>= 3)
Depends:
R (>= 4.0)
Imports:
shiny (>= 1.6.0),
shinyjs,
shinythemes,
shinyWidgets,
shinydashboard,
config (>= 0.3.1),
golem (>= 0.3.1),
JBrowseR,
dplyr,
tidyr,
DT,
ggplot2,
ggpubr,
plotly,
vroom,
abind,
reshape2,
markdown,
stats,
rlang,
pkgload,
vdiffr
URL: https://github.com/mmollina/viewpoly
BugReports: https://github.com/mmollina/viewpoly/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2
Suggests:
testthat (>= 3.0.0),
shinytest
Config/testthat/edition: 3
Language: en-US