-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
40 lines (40 loc) · 1.21 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
Package: geneviewer
Type: Package
Title: Gene Cluster Visualizations
Version: 0.1.10
Authors@R: person(given = "Niels",
family = "van der Velden",
role = c("aut", "cre"),
email = "[email protected]")
Maintainer: Niels van der Velden <[email protected]>
Description: Provides tools for plotting gene clusters and transcripts by
importing data from GenBank, FASTA, and GFF files. It performs BLASTP and
MUMmer alignments [Altschul et al. (1990) <doi:10.1016/S0022-2836(05)80360-2>;
Delcher et al. (1999) <doi:10.1093/nar/27.11.2369>] and displays results on
gene arrow maps. Extensive customization options are available, including
legends, labels, annotations, scales, colors, tooltips, and more.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Language: en-US
RoxygenNote: 7.3.1
URL: https://github.com/nvelden/geneviewer
BugReports: https://github.com/nvelden/geneviewer/issues
Depends:
R (>= 3.5.0)
Imports:
htmlwidgets,
fontawesome,
magrittr,
dplyr,
tidyr,
rlang
Suggests:
knitr,
rmarkdown,
shiny,
biomaRt,
pwalign,
Biostrings,
testthat (>= 3.0.0)
Config/testthat/edition: 3