-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
49 lines (49 loc) · 1.49 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
Package: SomaScan.db
Title: Somalogic SomaScan Annotation Data
Description: An R package providing extended biological annotations for
the SomaScan Assay, a proteomics platform developed by SomaLogic Operating
Co., Inc. The annotations in this package were assembled using data from
public repositories. For more information about the SomaScan assay
and its data, please reference the 'SomaLogic/SomaLogic-Data' GitHub
repository.
Version: 0.99.10
Authors@R:
c(person(given = "Amanda",
family = "Hiser",
role = c("cre", "aut"),
email = "ahiser@somalogic.com",
comment = c(ORCID = "0000-0002-2121-1873")),
person(given = "SomaLogic Operating Co., Inc.",
role = c("cph", "fnd")))
Depends:
R (>= 4.3.0),
AnnotationDbi (>= 1.56.2),
methods
Imports:
DBI,
org.Hs.eg.db (>= 3.14.0)
Suggests:
annotate,
BiocStyle,
dplyr,
GO.db,
KEGGREST,
knitr,
rmarkdown,
SomaDataIO,
testthat (>= 3.0.0),
tibble,
withr
VignetteBuilder: knitr
License: MIT + file LICENSE
biocViews: ChipDb, AnnotationData, Homo_sapiens
BiocType: Annotation
LazyData: false
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE)
Encoding: UTF-8
URL: https://somalogic.com, https://github.com/SomaLogic/SomaScan.db/
manufacturerUrl: https://somalogic.com/somascan-platform
BugReports: https://github.com/SomaLogic/SomaScan.db/issues
Config/testthat/edition: 3
Config/Needs/website: tidyverse/tidytemplate