-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
33 lines (33 loc) · 911 Bytes
/
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
Package: cluequery
Title: Query the Clue Database of Perturbations Using R
Version: 0.3.5
Authors@R:
person(given = "Clemens",
family = "Hug",
role = c("aut", "cre"),
email = "clemens.hug@gmail.com",
comment = c(ORCID = "0000-0002-8299-3274"))
Description: Clue.io is a database of pertubations provided by the Broad institute.
This package provides a programmatic interface to query the database from
within R. Utility functions to query directly using differential gene expression
results from DESeq2 are also included.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
httr,
cmapR,
dplyr,
magrittr,
purrr,
jsonlite,
readr,
tidyr,
tibble,
rlang,
stringr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Suggests:
testthat (>= 2.1.0)
URL: https://labsyspharm.github.io/cluequery/