-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
28 lines (28 loc) · 1.01 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
Package: helixvis
Type: Package
Title: Visualize Alpha-Helical Peptide Sequences
Version: 1.0.1
Authors@R: c(
person("Raoul", "Wadhwa", email = "[email protected]", role = c("cre", "aut")),
person("Regina", "Stevens-Truss", email = "[email protected]", role = "aut"),
person("Vigneshwar", "Subramanian", email = "[email protected]", role = "aut"))
Description: Create publication-quality, 2-dimensional visualizations of alpha-helical peptide
sequences. Specifically, allows the user to programmatically generate
helical wheels and wenxiang diagrams to provide a bird's eye, top-down view of
alpha-helical oligopeptides. See Wadhwa RR, et al. (2018)
<doi:10.21105/joss.01008> for more information.
License: GPL-3
Encoding: UTF-8
LazyData: true
Depends: R (>= 2.10)
Imports: ggplot2 (>= 3.0.0),
ggforce (>= 0.1.3),
rlang (>= 0.2.2)
URL: https://github.com/rrrlw/helixvis
BugReports: https://github.com/rrrlw/helixvis/issues
Suggests: knitr,
rmarkdown,
covr,
testthat
RoxygenNote: 6.1.0
VignetteBuilder: knitr