-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
84 lines (84 loc) · 2.04 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
84
Package: MSTExplorer
Title: Multi-Scale Target Explorer
Version: 1.0.4
Authors@R:
c(
person(given = "Brian",
family = "Schilder",
role = c("aut","cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-5949-2191")),
person(given = "Robert",
family = "Gordon-Smith",
role = c("aut","ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-6698-7387")),
person(given = "Nathan",
family = "Skene",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-6807-3180")))
Description: Multi-Scale Target Explorer (`MSTExplorer`) systematically identifies, prioritises,
and visualises cell-type-specific gene therapy targets across the phenome.
License: GPL-3
Encoding: UTF-8
URL: https://github.com/neurogenomics/MSTExplorer
BugReports: https://github.com/neurogenomics/MSTExplorer/issues
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Depends:
R (>= 4.1)
Imports:
HPOExplorer (>= 1.0.0),
KGExplorer,
orthogene,
data.table,
EWCE (>= 1.0.0),
parallel,
stringr,
piggyback,
stats,
methods,
tools,
scales,
ggplot2,
plotly,
pals,
dplyr,
GeneOverlap,
future,
furrr,
tidygraph,
rstatix
Suggests:
rmarkdown,
knitr,
qpdf,
DT,
testthat (>= 3.0.0),
heatmaply,
ComplexHeatmap,
rvest,
patchwork,
ggpubr,
igraph,
ggdendro,
gginnards,
ggstatsplot,
paletteer,
tibble,
tidytext,
phenomix
Remotes:
github::neurogenomics/HPOExplorer,
github::neurogenomics/KGExplorer,
github::neurogenomics/phenomix,
github::NathanSkene/EWCE
VignetteBuilder: knitr
Config/testthat/edition: 3
biocViews:
Genetics, Preprocessing, GeneTarget, SystemsBiology,
BiomedicalInformatics, FunctionalGenomics,
GeneExpression, GeneSetEnrichment,
RNASeq, SingleCell, Software, Transcription, Visualization
LazyData: true