-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
62 lines (62 loc) · 1.68 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
Type: Package
Package: SomaPlotr
Title: Bioinformatics Graphics and Visualization of 'SomaScan' Data
Version: 0.0.1
Authors@R: c(
person(given = "Amanda",
family = "Hiser",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Caleb",
family = "Scheidel",
role = "ctb",
email = "[email protected]"),
person(given = "Leigh",
family = "Alexander",
role = "ctb",
email = "[email protected]"),
person(given = "Stu",
family = "Field",
role = c("aut", "ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-1024-5859")),
person(given = "SomaLogic Operating Co., Inc.", role = c("cph", "fnd"))
)
Description: A highly specialized suite of standardized
plotting routines based on the "Grammar of Graphics" framework of
mapping variables to aesthetics used in 'ggplot2'. Graphics types
are biased towards visualizing SomaScan (proteomic) data.
License: MIT + file LICENSE
URL: https://somalogic.github.io/SomaPlotr/, https://somalogic.com,
https://ggplot2.tidyverse.org/
BugReports: https://github.com/SomaLogic/SomaPlotr/issues
Depends:
R (>= 4.0.0)
Imports:
SomaDataIO,
dplyr,
ggplot2,
rlang,
tidyr
Suggests:
gplots,
gridExtra,
knitr,
MASS,
plotly,
rmarkdown,
scales,
seriation,
spelling,
testthat (>= 3.0.0),
withr
VignetteBuilder:
knitr
Encoding: UTF-8
Language: en-US
LazyData: true
LazyLoad: true
Config/testthat/edition: 3
Config/Needs/website: tidyverse/tidytemplate
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1