forked from ostash-group/BGCViz
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
52 lines (52 loc) · 1.33 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
Package: BGCViz
Title: BGCViz
Version: 0.99.0
Authors@R: person('Pavlo', 'Hrab', email = '[email protected]', role = c('cre', 'aut'))
Description: BGCViz is a shiny package, that aims to integrate BGC result
from different softwares for same genome sequence. On top of additional
filtering of GECCO and DeepBGC data and choosing optimal thresholds for them,
package allows to form groups of semi-identical BGCs, allowing better
annotation and boundary resolution of each one. The output of BGCViz can
serve as input to clinker software.
License: MIT + file LICENSE
biocViews: Visualization, MultipleComparison, FunctionalGenomics, ShinyApps
Imports:
BioCircos,
config (>= 0.3.1),
dplyr,
DT,
GenomicRanges,
ggplot2,
golem (>= 0.3.1),
magrittr,
plotly,
plyr,
rjson,
RSQLite,
shiny (>= 1.7.1),
shinycssloaders,
shinydashboard,
shinydashboardPlus,
shinydisconnect,
shinyjqui,
shinyjs,
sortable,
stringi,
stringr,
tidyr
Encoding: UTF-8
RoxygenNote: 7.2.3
URL: https://github.com/ostash-group/BGCViz
BugReports: https://github.com/ostash-group/BGCViz/issues
Suggests:
knitr,
rmarkdown,
spelling,
pkgload,
processx,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Language: en-US
VignetteBuilder: knitr
Depends:
R (>= 4.2.0)