-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
80 lines (80 loc) · 2.35 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
Package: drugfindR
Title: Investigate iLINCS for candidate repurposable drugs
Version: 0.99.1014
Authors@R: c(
person(given = c("Ali", "Sajid"),
family = "Imami",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-3684-3539")),
person(given = c("Smita"),
family = "Sahay",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0009-0003-4377-8963")),
person(given = c("Justin", "Fortune"),
family = "Creeden",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-3123-8401")),
)
Description: This package provides a convenient way to access the
LINCS Signatures available in the iLINCS database. These signatures include
Consensus Gene Knockdown Signatures, Gene Overexpression signatures and
Chemical Perturbagen Signatures. It also provides a way to enter your own
transcriptomic signatures and identify concordant and discordant signatures
in the LINCS database.
License: GPL-3 + file LICENSE
Encoding: UTF-8
URL: https://github.com/CogDisResLab/drugfindR
BugReports: https://github.com/CogDisResLab/drugfindR/issues
LazyData: false
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
biocViews: FunctionalPrediction, DifferentialExpression, GeneSetEnrichment
Imports:
magrittr,
tibble,
rlang,
dplyr,
purrr,
readr,
stringr,
stats,
lifecycle,
S4Vectors,
httr2,
curl
Depends:
R (>= 4.4.0)
Suggests:
AnnotationDbi,
BiocStyle,
biocthis,
codemetar,
devtools,
knitr,
rmarkdown,
testthat (>= 3.0.0),
tidyverse,
usethis,
vcr (>= 0.6.0),
webmockr
Config/testthat/edition: 3
Config/testthat/parallel: true
VignetteBuilder: knitr
X-schema.org-applicationCategory: Genomics
X-schema.org-keywords: LINCS, iLINCS, drug repurposing, drug discovery,
transcriptomics, gene expression, gene knockdown, gene overexpression,
chemical perturbagen, drugfindR
X-schema.org-isPartOf: https://bioconductor.org
Collate:
'utilities.R'
'consensusConcordants.R'
'drugfindR-package.R'
'filterSignature.R'
'getConcordants.R'
'getSignature.R'
'prepareSignature.R'
'investigateSignature.R'
'investigateTarget.R'