-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathNAMESPACE
More file actions
47 lines (37 loc) · 1.47 KB
/
NAMESPACE
File metadata and controls
47 lines (37 loc) · 1.47 KB
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
# Copyright 2011-2023 Gabriele Sales <gabriele.sales@unipd.it>
#
#
# This file is part of graphite.
#
# graphite is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License
# version 3 as published by the Free Software Foundation.
#
# graphite is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public
# License along with graphite. If not, see <http://www.gnu.org/licenses/>.
importFrom(AnnotationDbi, columns, mapIds)
importFrom(httr, GET, http_status, write_disk)
importFrom(methods, is, new)
importFrom(rappdirs, user_cache_dir)
importFrom(stats, na.omit)
importFrom(utils, download.file, getFromNamespace, installed.packages)
importMethodsFrom(graph,
edgeData, "edgeData<-", "edgeDataDefaults<-", edges, nodeData, "nodeData<-",
nodes)
importFrom(graphics, plot)
exportClasses(Pathways, PathwayList, Pathway)
# Re-exports
exportMethods(edgeData, "edgeData<-", "edgeDataDefaults<-", edges, nodes)
exportMethods(
convertIdentifiers, plot,
prepareSPIA, runTopologyGSA)
export(
pathways, pathwayDatabases, pathwayId, pathwayTitle, pathwayDatabase,
pathwaySpecies, pathwayTimestamp, pathwayURL, buildPathway, cytoscapePlot,
pathwayGraph, runSPIA)
S3method(as.list, PathwayList)