-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
58 lines (58 loc) · 1.46 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
Package: antagonist
Type: Package
Title: Gene target prioritization and computational drug repurposing suite
Version: 0.1.0
Authors@R:
c(person(given = "Georgios",
family = "Voloudakis",
email = "[email protected]",
role = c("cre","aut"),
comment = c(ORCID = "0000-0002-5729-632X")
),
person(given = "Marios",
family = "Anyfantakis",
email = "[email protected]",
role = c("aut"),
comment = c(ORCID = "0009-0007-8773-0864")
),
person(given = "Zhenyi",
family = "Wu",
email = "[email protected]",
role = c("ctb"),
comment = c(ORCID = "0009-0001-4180-7877")
) )
Maintainer: Georgios Voloudakis <[email protected]>
Description: Tools to identify compounds that antagonize polygenic
transcriptional signatures. Can be use both for gene target prioritization
and computational drug repurposing with relevant perturbagen libraries.
biocViews: software
Depends:
R (>= 4.0.0),
data.table,
pbmcapply,
stringr,
plyr,
dplyr,
tidyr
biocViews:
Imports:
ggplot2,
ggpubr,
cowplot,
cmapR,
Hmisc,
optparse,
scales,
ggpubr,
viridis,
RColorBrewer,
Rmpfr,
colourvalues,
ggrepel,
cowplot
Remotes:
Suggests:
License: Artistic-2.0
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2