powered by
Retrieve a set of networks based on the results of one of the search_*() function. The function also accepts a numeric vector of Mangal network IDs.
search_*()
get_collection(x, ...)# S3 method for default get_collection(x, ...)# S3 method for mgSearchDatasets get_collection(x, ...)# S3 method for mgSearchNetworks get_collection(x, ...)# S3 method for mgSearchReferences get_collection(x, ...)# S3 method for mgSearchNodes get_collection(x, ...)# S3 method for mgSearchTaxonomy get_collection(x, ...)# S3 method for mgSearchInteractions get_collection(x, ...)
# S3 method for default get_collection(x, ...)
# S3 method for mgSearchDatasets get_collection(x, ...)
# S3 method for mgSearchNetworks get_collection(x, ...)
# S3 method for mgSearchReferences get_collection(x, ...)
# S3 method for mgSearchNodes get_collection(x, ...)
# S3 method for mgSearchTaxonomy get_collection(x, ...)
# S3 method for mgSearchInteractions get_collection(x, ...)
Returns a object of class mgNetworksCollection which is a collection (actually, a list) of mgNetwork objects get_network_by_id()).
mgNetworksCollection
mgNetwork
get_network_by_id()
numeric vector of Mangal network IDs or an object returned by by one of the search_*() functions.
numeric
arguments to be passed on to get_network_by_id().
get_collection(default): Get a collection of networks (default).
get_collection(default)
get_collection(mgSearchDatasets): Get a collection of networks from a mgSearchDatasets object.
get_collection(mgSearchDatasets)
mgSearchDatasets
get_collection(mgSearchNetworks): Get a collection of networks from a mgSearchNetworks object.
get_collection(mgSearchNetworks)
mgSearchNetworks
get_collection(mgSearchReferences): Get a collection of networks from a mgSearchReferences object.
get_collection(mgSearchReferences)
mgSearchReferences
get_collection(mgSearchNodes): Get a collection of networks from a mgSearchNodes object.
get_collection(mgSearchNodes)
mgSearchNodes
get_collection(mgSearchTaxonomy): Get a collection of networks from a mgSearchTaxa object.
get_collection(mgSearchTaxonomy)
mgSearchTaxa
get_collection(mgSearchInteractions): Get a collection of networks from a mgSearchTaxa object.
get_collection(mgSearchInteractions)
search_datasets(), search_interactions(), search_networks(), search_nodes(), search_references(), search_taxonomy().
search_datasets()
search_interactions()
search_networks()
search_nodes()
search_references()
search_taxonomy()
# \donttest{ mg_2 <- get_collection(c(1076:1077), verbose = FALSE) mg_anemone <- get_collection(search_networks(query='anemone%'), verbose = FALSE) # }
Run the code above in your browser using DataLab