-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathNAMESPACE
33 lines (32 loc) · 1013 Bytes
/
NAMESPACE
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
# Generated by roxygen2: do not edit by hand
S3method(as.igraph,mgNetwork)
S3method(as.igraph,mgNetworksCollection)
S3method(get_citation,mgNetwork)
S3method(get_citation,mgNetworksCollection)
S3method(get_collection,default)
S3method(get_collection,mgSearchDatasets)
S3method(get_collection,mgSearchInteractions)
S3method(get_collection,mgSearchNetworks)
S3method(get_collection,mgSearchNodes)
S3method(get_collection,mgSearchReferences)
S3method(get_collection,mgSearchTaxonomy)
S3method(print,mgNetwork)
S3method(print,mgNetworksCollection)
S3method(summary,mgNetwork)
S3method(summary,mgNetworksCollection)
export(as.igraph)
export(clear_cache_rmangal)
export(combine_mgNetworks)
export(get_citation)
export(get_collection)
export(get_network_by_id)
export(get_network_by_id_indiv)
export(search_datasets)
export(search_interactions)
export(search_networks)
export(search_networks_sf)
export(search_nodes)
export(search_references)
export(search_taxonomy)
importFrom(igraph,as.igraph)
importFrom(methods,is)