-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
83 lines (83 loc) · 2.3 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
Package: gemma.R
Title: A wrapper for Gemma's Restful API to access curated gene expression data and differential expression analyses
Version: 3.1.16
Authors@R:
c(person(given = "Javier", family = "Castillo-Arnemann",
role = c("aut"), email = "javiercastilloar@gmail.com",
comment = c(ORCID = "0000-0002-5626-9004")),
person(given = "Jordan", family = "Sicherman",
role = c("aut"), email = "jordan.sicherman@msl.ubc.ca",
comment = c(ORCID = "0000-0001-8160-4567")),
person(given = "Ogan", family = "Mancarci",
role = c("cre", "aut"), email = "ogan.mancarci@gmail.com",
comment = c(ORCID = "0000-0002-1452-0889")),
person(give = "Guillaume", family = "Poirier-Morency",
role = c("aut"), email = "poirigui@msl.ubc.ca",
comment = c(ORCID = "0000-0002-6554-0441")))
Description: Low- and high-level wrappers for Gemma's RESTful API. They enable
access to curated expression and differential expression data from over
10,000 published studies. Gemma is a web site, database and a set of tools for the
meta-analysis, re-use and sharing of genomics data, currently primarily
targeted at the analysis of gene expression profiles.
URL: https://pavlidislab.github.io/gemma.R/, https://github.com/PavlidisLab/gemma.R
License: Apache License (>= 2)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
BugReports: https://github.com/PavlidisLab/gemma.R/issues
Imports:
magrittr,
glue,
memoise,
jsonlite,
data.table,
rlang,
lubridate,
utils,
stringr,
SummarizedExperiment,
Biobase,
tibble,
tidyr,
S4Vectors,
httr,
rappdirs,
bit64,
assertthat,
digest,
R.utils,
base64enc
Suggests:
testthat (>= 2.0.0),
rmarkdown,
knitr,
dplyr,
covr,
ggplot2,
ggrepel,
BiocStyle,
microbenchmark,
magick,
purrr,
pheatmap,
viridis,
poolr,
kableExtra,
listviewer,
shiny
Config/testthat/edition: 2
VignetteBuilder: knitr
biocViews:
Software,
DataImport,
Microarray,
SingleCell,
ThirdPartyClient,
DifferentialExpression,
GeneExpression,
Bayesian,
Annotation,
ExperimentalDesign,
Normalization,
BatchEffect,
Preprocessing