-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
58 lines (58 loc) · 1.58 KB
/
DESCRIPTION
File metadata and controls
58 lines (58 loc) · 1.58 KB
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
Package: RosettaFeatures
Type: Package
Version: 0.0.0.9000
Title: Tools for analyzing macromolecular feature distributions with Rosetta
Description: A Stela is a slab, such as the Rosetta stone, that
illustrates small symbols or diagrams showing rules or
patterns. This package supports the analysis of molecular energy
function by comparing distributions of local geometric features,
often obtained from native or Rosetta-simulated macromolecular
conformations.
Authors@R: person("Matthew", "O'Meara", email = "mattjomeara@gmail.com",
role = c("aut", "cre"))
URL: http://github.com/momeara/Stela
BugReports: https://github.com/momeara/Stela/issues
Depends:
R (>= 3.1.2)
Imports:
assertthat,
assertr,
plyr,
dplyr,
methods,
stats,
grDevices,
magrittr,
stringr,
optparse,
reshape2,
proto,
ggplot2 (>= 1.0.1),
RSQLite,
logspline,
plotrix,
polynom,
jsonlite,
xtable,
scales,
doMC,
viridis
Collage: 'compare_sample_sources.R',
'features_analysis.R',
'output_formats.R',
'utils.R',
'support-comparison_statistics.R',
'support-coordinate_normalizations.R',
'support-density_estimation.R',
'support-ggplot2_geom_indicator.R',
'support-ggplot2_peak_labels.R',
'support-hbond_geo_dim_scales.R',
'support-instancer.R',
'support-locate_rosetta_application.R',
'support-polynomial_methods.R'
'support-primary_modes.R',
'support-query_sample_source.R',
'support-save_plots.R',
'support-save_tables.R',
'support-vector_math.R'
RoxygenNote: 5.0.1