-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
47 lines (47 loc) · 1.18 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
Package: OmicsON
Type: Package
Title: OmicsON is a package implementing workflow for finding associations acrossomics data sets
Version: 0.99.0
Date: 2015-09-25
Authors@R: c(
person("Monika", "Piwowar", email = "[email protected]", role = "aut"),
person("Wiktor", "Jurkowski", email = "[email protected]", role = "aut"),
person("Ewa", "Gajda", email = "[email protected]", role = "aut"),
person("Cezary", "Turek", email = "[email protected]", role = c("aut", "cre")))
Maintainer: Cezary Turek <[email protected]>
Description: Packacge description, what OmicsON does.
License: GNU GPL
LazyData: TRUE
#: #: Packages with this flow dependencies: A -> B -> C and A -> C should be on Depends list.
Imports:
RCurl,
RJSONIO,
XML,
pls,
yacca,
FRCC,
httr,
STRINGdb,
BiocCheck,
CCA,
gridExtra,
mygene (>= 1.10.0),
utils,
stats
Depends:
R (>= 3.3.0),
igraph,
plyr (>= 1.8.4)
Suggests:
knitr,
rmarkdown,
testthat
VignetteBuilder: knitr
Collate:
'Utils.R'
'Reactome.R'
'Chebi.R'
'ChebiReactomeOntology.R'
'SimilarityClustering.R'
'MapReactome.R'
'NewPublicApi.R'