-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
100 lines (100 loc) · 2.01 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
Package: phenomix
Type: Package
Title: Explore the phenome
Version: 0.99.6
Authors@R: c(person(given = "Brian",
family = "Schilder",
role = c("cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-5949-2191")) )
Description: R package for the exploration and analysis of many
genotype-phenotype datasets at once.
License: GPL (>=3)
URL: https://github.com/neurogenomics/phenomix
BugReports: https://github.com/neurogenomics/phenomix/issues
Encoding: UTF-8
LazyData: true
Depends: R (>= 4.1.0)
SystemRequirements: Python (>= 3.7.0)
biocViews:
Software
Imports:
Rdimtools,
scKirby,
utils,
methods,
Matrix,
orthogene,
MungeSumstats,
variancePartition,
dplyr,
tibble,
broom,
data.table,
ggplot2,
ggrepel,
heatmaply,
patchwork,
Seurat,
SeuratObject,
gprofiler2,
GeneOverlap,
parallel,
BiocParallel,
AnnotationDbi,
DelayedArray,
scales,
stringr,
MASS,
sparsesvd,
uwot,
GenomicRanges,
GenomicFiles,
VariantAnnotation,
GenomeInfoDb,
piggyback,
gh,
tools,
echotabix,
KGExplorer
Suggests:
markdown,
rmarkdown,
knitr,
BiocStyle,
covr,
testthat (>= 3.0.0),
remotes,
plotly,
sparklyr,
ggpubr,
GenomicFeatures,
TxDb.Hsapiens.UCSC.hg19.knownGene,
TxDb.Hsapiens.UCSC.hg38.knownGene,
org.Hs.eg.db,
WGCNA,
reticulate,
scNLP,
MOFA2,
h2o,
recipes,
downloadR,
HPOExplorer,
Nebulosa,
arrow,
ggsankey,
Hmisc,
proxy,
rnndescent
Remotes:
github::neurogenomics/scNLP,
github::neurogenomics/scKirby,
github::neurogenomics/KGExplorer,
github::neurogenomics/HPOExplorer,
github::RajLabMSSM/echotabix,
github::RajLabMSSM/downloadR,
github::satijalab/seurat-wrappers,
github::davidsjoberg/ggsankey
RoxygenNote: 7.3.2
VignetteBuilder: knitr
Config/testthat/edition: 3