forked from Sage-Bionetworks/metanetwork
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
executable file
·79 lines (79 loc) · 1.6 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
Package: metanetwork
Type: Package
Title: Network meta analysis
Version: 0.1.1
Authors@R:
c(person(given = "Pradeep",
family = "Pugalenthi",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Jake",
family = "Gockley",
role = c("ctb"),
email = "[email protected]",
comment = c( ORCID = "0000-0001-7993-5308")),
person(given = "Benjamin",
family = "Logsdon",
email = "[email protected]",
role = c("aut"),
comment = c(ORCID = "0000-0002-0572-2569"))
)
Description: Package to infer multiple types of coexpression network representations of high dimensional gene expression data. Builds network ensembles, extract network statistics, and run enrichments on network features.
Depends: R (>= 3.1.0)
License: MIT + file LICENSE
LazyData: true
URL: hhttps://sage-bionetworks.github.io/metanetwork,
https://github.com/Sage-Bionetworks/metanetwork
Encoding: UTF-8
biocViews:
Imports:
bit64,
Biobase,
c3net,
caroline,
cluster,
config,
data.table,
dplyr (>= 0.4.1),
doParallel,
dynamicTreeCut,
fastcluster,
foreach,
fpc,
glasso,
glmnet (>= 2.0),
graphics,
grid,
Hmisc (>= 3.15),
igraph,
knitr,
lars (>= 1.2),
linkcomm,
magrittr,
markdown,
MASS,
Matrix,
MEGENA,
optparse,
randomForest (>= 4.6),
reader,
readr,
rlang,
Rmpi,
parallel,
parmigene,
plyr,
WGCNA (>= 1.46),
stats,
stringr,
synapser,
utils,
vbsr (>= 0.0.5)
Additional_repositories:
http://ran.synapse.org
Remotes:
blogsdon/vbsr/vbsr,
brian-bot/githubr
VignetteBuilder:
knitr
RoxygenNote: 7.1.2